Skip to content

Releases: jhuckaby/Cronicle

Version 0.8.54

23 Nov 03:06
Compare
Choose a tag to compare

Bumped moment-timezone to v0.5.32. Fixes #356.

Version 0.8.53

09 Nov 05:29
Compare
Choose a tag to compare
  • Bumped pixl-request to v1.0.33 for new embedded header/data syntax in web hook URLs.

Version 0.8.52

08 Nov 05:09
Compare
Choose a tag to compare
  • 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

07 Nov 17:51
Compare
Choose a tag to compare
  • 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

09 Oct 17:02
Compare
Choose a tag to compare

Version 0.8.49

26 Sep 02:49
Compare
Choose a tag to compare
  • 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

15 Sep 02:21
Compare
Choose a tag to compare
  • Removed outdated terminology from the UI.
  • First pass at removing outdated terms from docs.

Version 0.8.47

18 Jul 22:04
Compare
Choose a tag to compare
  • Fixed #305
  • Updated copyright year in page footer.
  • Merge pull request #281 from ftaiolivista/master
  • JSON typo
  • Fixed spacing issue in TOC

Version 0.8.46

24 Apr 18:15
Compare
Choose a tag to compare
  • 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

12 Mar 02:39
Compare
Choose a tag to compare
  • 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.