ITADN
jhuckaby/Cronicle

版本发布 8

Version 0.9.116v0.9.116
? · 2026-05-09

- Rebuild package-lock.json to address serveral upstream vulns.

Version 0.9.111v0.9.111
? · 2026-04-02

- Add sanitize-html package. - Fix broken unit test on latest pixl-server-user. - Security Hardening: Disallow "update_event" from job output unless specifically enabled in configuration. - Security Hardening: Perform HTML sanitization on user content in job outputs. - Add securty policy for reporting vulns.

Version 0.9.103v0.9.103
? · 2026-02-05

- Ensure goMaster() function is only ever called once. Log a fatal error and shut down if it gets double-called.

Version 0.9.100v0.9.100
? · 2025-11-04

- SPECIAL CASE: create json-string-escaped version of chain_description, for GH Issue #942

Version 0.9.99v0.9.99
? · 2025-10-22

- Fixes #938

Version 0.9.94v0.9.94
? · 2025-10-01

- Fix issue where single IPv6 isn't logged in transaction log in certain cases. Changed to log all IPs from args.ip.

Version 0.9.93v0.9.93
? · 2025-09-29

- Fixed another case of the number suffixes being wrong in the teens. Thanks again to @sa-dbilling for catching this.

Version 0.9.92v0.9.92
? · 2025-09-15

- Add protection against rare "EBADF: bad file descriptor" error when live log filehandle is closed. - Fixes #924