Releases: jhuckaby/Cronicle
Releases · jhuckaby/Cronicle
Version 0.8.54
Bumped moment-timezone to v0.5.32. Fixes #356.
Version 0.8.53
- Bumped pixl-request to v1.0.33 for new embedded header/data syntax in web hook URLs.
Version 0.8.52
- Fixed bug where web hook validation got tripped up on the new header system (thanks @mikeTWC1984)
- Changed example URL in README to be Slack's API endpoint.
Version 0.8.51
- Bumped pixl-request to v1.0.32 for new URL header substitution feature.
- Allow Web Hook URLs to include embedded request headers e.g.
[Cookie: foo=bar]
- Fixes #346
Version 0.8.50
- Fixes #333. Thanks @Taz4Git and @mikeTWC1984!
Version 0.8.49
- Added user privileges for specific server groups. Fixes #327
- Fixed issue with live log watcher and workers when worker servers have no access to storage.
- Fixed issue with job log upload when primary and worker have different install base dirs.
Version 0.8.48
- Removed outdated terminology from the UI.
- First pass at removing outdated terms from docs.
Version 0.8.47
Version 0.8.46
- Updated dependencies to address a crash seen in Node.js v14. Should fix #275.
- Updated docs to address Node.js Active LTS and Current channels. Only Active LTS is supported.
- Removed old Node.js v10 clock warning.
- Wrapped TOC in a details block.
Version 0.8.45
- Bump pixl-server-api to v1.0.2 for args.params issue.
- If you send in a POST with
true
as the JSON, the parser is happy, but it crashes inner code expecting an object.