Releases: jhuckaby/Cronicle
Releases · jhuckaby/Cronicle
Version 0.9.51
- Added optional client config properties:
default_job_history_limit
anddefault_job_stats_limit
. - Fixes #756
Version 0.9.50
- Changed behavior so manually started jobs will be rewinded if failed and Run All Mode is set.
- Fixes #757
- Updated docs regarding timeouts and Run All Mode.
Version 0.9.49
- Bump
pixl-server-web
to v2.0.0 to prevent XSS reflection style attacks on APIs. - Misc fixes to remove legacy JSONP-style APIs.
- Fixes #755
Version 0.9.48
- Bump pixl-server-user to 1.0.22 for script injection vuln fix.
- Fixes #752
Version 0.9.47
- Disabled the "event autosave" feature that saves the state of an event edit, when you leave without saving. It creates confusion.
Version 0.9.46
- Bump pixl-server-web to v1.3.30 for vulnerability fix in formidable module: GHSA-8cp3-66vr-3r4c
Version 0.9.45
- Added support for custom Group (GID) for Plugins.
Version 0.9.44
- Fixes #724. Thank you so much @moonsoftsrl!
- Merge pull request #724 from moonsoftsrl/master
Version 0.9.43
- Bumped pixl-tools to v1.1.1 for speed improvements on
glob()
andrimraf()
.
Version 0.9.42
- Bump pixl-tools to v1.1.0 for multiple vuln fixes in nested packages (namely glob and rimraf).