Skip to content

Releases: jhuckaby/Cronicle

Version 0.9.80

02 May 16:48
Compare
Choose a tag to compare
  • Allow standard auth for get_job_log API. Fixes #896.

Version 0.9.79

24 Apr 15:53
Compare
Choose a tag to compare
  • FIxed issue with timeout error message precision after 1 hour
  • Fixes #895

Version 0.9.78

23 Apr 01:38
Compare
Choose a tag to compare
  • Now firing chain reaction for scheduler failures, if configured
  • Fixes #885

Version 0.9.77

21 Mar 02:25
Compare
Choose a tag to compare
  • Fixed issue where check_user_exists API didn't require auth when free_accounts was false.
  • See Discussion: #882

Version 0.9.76

28 Feb 03:15
Compare
Choose a tag to compare
  • Implement max_emails_per_day

Version 0.9.75

25 Feb 18:36
Compare
Choose a tag to compare
  • Bump pixl-server to 1.0.45 for log filtering feature.
  • Set debug_level to 9 for debug mode.
  • Drop default debug_level to 5.
  • Add CHANGELOG

Version 0.9.74

19 Feb 18:24
Compare
Choose a tag to compare
  • Prevent non-admins from seeing any Admin UI. Fixes #869.
  • Insure NPM is preinstalled in install script. Add to docs too.

Version 0.9.73

09 Feb 17:51
Compare
Choose a tag to compare
  • Bump pixl-mail to v1.1.3 for nodemailer v6.10.0, for fixing a DeprecationWarning

Version 0.9.72

04 Feb 04:22
Compare
Choose a tag to compare
  • Resurrected live log links feature, now with auth.
  • Add max_clock_drift config prop (default 10).

Version 0.9.71

28 Jan 05:44
Compare
Choose a tag to compare
  • The Job Log API is now protected with a special SHA-256 cryptographic token, which is unique for every job.
  • The Job Log Download URLs have been removed from all outgoing emails to reduce accidental sharing.
  • Users can still view and download job logs by going to the Job Details Page (authenticated), and then clicking the links from there (which have the SHA-256 tokens embedded in them).
  • Fixes #847