Skip to content

Version 1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Nov 00:00
Immutable release. Only release title and notes can be modified.
7de3c99

Version 1.2.0

This release is backward compatible with no breaking API changes, but includes significant improvements beyond bug fixes: Go 1.23 support, modernized dependencies, and critical timestamp handling fixes.
The Go version requirement has been updated to 1.23.0.

Update Urgency: High

High - Contains critical fixes for timestamp handling that may affect log accuracy. Users relying on HistogramLogWriter should update promptly.

Bug Fixes

  • Fix HistogramLogWriter.OutputStartTime nanosecond conversion (#54)
  • Fix Log writer: ensure histogram timestamps survive serialization roundtrip. (#51)

Maintenance

  • Update to Go 1.23, modernize dependencies, and fix linter issues (#55)
  • Modernize Go toolchain and CI GH actions (#53)

New Contributors

Full Changelog: v1.1.2...v1.2.0