Releases: jhuckaby/Cronicle
Releases · jhuckaby/Cronicle
Version 0.9.11
- Fixed security issue where websockets auth'ed with user sessions could run admin commands. Thanks to @mikeTWC1984 for catching this.
- Reference: #523 (comment)
Version 0.9.10
-
Fixed bug where rogue JSON from Plugin could overwrite sensitive job data.
- This is specifically to fix a case where a Plugin emitted a JSON document containing an
id
property. This property overwrote the internal Job ID and Cronicle became extremely confused, and could not view or abort the job.
- This is specifically to fix a case where a Plugin emitted a JSON document containing an
-
Fixed #516 (no custom html output when stderr used) -- thank you @dheise-rheinenergie-trading-com
-
README: Added blurb about JSON output and
complete
flag. -
README: Removed old notice at top of README.
Version 0.9.9
- Bumped moment to v2.29.4 for vuln: moment/moment#6015
Version 0.9.8
- Allow for escaped shell variables in job params.
Version 0.9.7
- New Feature: Schedule page now shows "Last Run" result for each event (success or fail).
- Saved in state database, survives restarts.
- Updated in real-time.
- Click on last run bubbles to jump to latest job detail.
- Filter events based on last run status.
- Huge thanks to user @dheise-rheinenergie-trading-com for this feature idea!
- Misc: Removed redundant call to npm install.
- Misc: If no packages were found to restore, don't call npm install a second time.
Version 0.9.6
- Bumped moment to v2.29.2 for vuln patch
- GHSA-8hfj-j24r-96c4
- Bumped moment-timezone to v0.5.34 for latest TZ data.
Version 0.9.5
- Bumped various deps for async vuln patch
- GHSA-fwr7-v2mv-hh25
Version 0.9.4
- Bug fix: Event List: Redraw breaks menus and search box
- Added note about Couchbase Client API v2
Version 0.9.3
- Bumped pixl-request to v2.0.1
- Fixes #486 (thanks user @Musarrath!)
- Fixed bug in unit tests with queue collision.
- If running unit tests on a server which may have detached jobs running, the queue directories may collide and cause race conditions.
- This fix uses a separate, dedicated queue dir for the unit tests.
Version 0.9.2
- Updated copyright year in various places.