Skip to content

v0.5.1

Choose a tag to compare

@miladaslaner miladaslaner released this 21 Jul 14:54
· 12 commits to main since this release

Fixed

  • Graceful shutdown for serve command — drains in-flight requests on SIGINT/SIGTERM with configurable timeouts (IB-95)
  • Timestamps validation at load — malformed anchor, step, jitter, timezone, and business-hours values rejected at parse time (IB-100)
  • Template validator enforcementcheckIdentifier now rejects unregistered generators at the AST leaf level, closing a FuncMap allowlist bypass (IB-91)

Changed

  • Go toolchain 1.25.12 -> 1.26.3 (clears 7 stdlib CVEs)

Verified

Full E2E against a live LPHC collector: zero failures, zero 429s.

See CHANGELOG.md for details.