Immutable
release. Only release title and notes can be modified.
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
- @dkropachev made their first contribution in #53
Full Changelog: v1.1.2...v1.2.0