Releases: smira/go-statsd
Releases · smira/go-statsd
1.3.4
1.3.3
What's Changed
- fix: align properly fields which are updated atomically by @smira in #31
- chore: bump workflows, update Go by @smira in #35
- Add okmeter agent tag format (fixes #33) by @doc-sheet in #34
- chore: rename workflow branches to main by @smira in #36
New Contributors
- @doc-sheet made their first contribution in #34
Full Changelog: v1.3.2...v1.3.3
1.3.2
1.3.1
1.3.0
Split out benchmarks comparing different implementations to https://github.com/smira/go-statsd-benchmark, add go.mod
Support for float counters
Support for clone methods
See #13 for details, new Clone
methods allow to clone client to use in different subsystems with different metric prefix
Allow any logger
See #11
Tagging
First release
Refactored buffer overflow detection, previous version had bugs with metric prefix not being accounted for.