Releases: wttech/acm
0.9.39
0.9.38
Full Changelog: 0.9.37...0.9.38
0.9.37
Full Changelog: v0.9.36...0.9.37
0.9.35
Full Changelog: 0.9.34...0.9.35
0.9.34
Full Changelog: 0.9.33...0.9.34
0.9.33
What's Changed
- Code save as script by @krystian-panek-vmltech in #170
- Script save, sync, delete by @krystian-panek-vmltech in #171
Full Changelog: 0.9.32...0.9.33
0.9.32
What's Changed
- Events for distributed actions by @krystian-panek-vmltech in #168
Full Changelog: 0.9.31...0.9.32
0.9.31
0.9.30
What's Changed
- Automatic scripts with Quartz Scheduler by @krystian-panek-vmltech in #159
- Java 21 compatibility (Groovy bundle updated to 4.0.23)
Breaking Changes
ACM is committed to ensuring secure Groovy script execution. This release introduces the new scheduleRun
method, supporting a modernized approach for automatic script scheduling. The previous enable/disable script types and their associated mechanisms have been deprecated and removed.
Script executions are now processed sequentially by default, with per-executable locking to guarantee safe operation across AEMaaCS clusters. All scheduling-related condition methods have been removed from the conditions service; users should migrate to the schedules.cron()
method for scheduling logic.
Full Changelog: 0.9.29...0.9.30
0.9.29
What's Changed
- Script scheduler - check before queue + HC refreshing fix by @krystian-panek-vmltech in #152
Full Changelog: 0.9.28...0.9.29