Skip to content

Releases: smira/go-statsd

1.3.4

29 Oct 11:21
v1.3.4
cee3b7c
Compare
Choose a tag to compare

What's Changed

  • test: update GHA workflows by @smira in #42
  • add unix datagram socket support by @vektah in #41

New Contributors

Full Changelog: v1.3.3...v1.3.4

1.3.3

03 Oct 16:25
v1.3.3
7a61ad7
Compare
Choose a tag to compare

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

Full Changelog: v1.3.2...v1.3.3

1.3.2

14 Dec 14:09
Compare
Choose a tag to compare
v1.3.2

Add support for Graphite tag format

1.3.1

15 May 18:48
448e76c
Compare
Choose a tag to compare

Fixes issues with client shutdown when net.Dial fails (#19)

1.3.0

15 May 15:27
512a37d
Compare
Choose a tag to compare

Split out benchmarks comparing different implementations to https://github.com/smira/go-statsd-benchmark, add go.mod

Support for float counters

21 Dec 20:51
62ddc7a
Compare
Choose a tag to compare

Support for clone methods

16 Nov 18:58
133607a
Compare
Choose a tag to compare

See #13 for details, new Clone methods allow to clone client to use in different subsystems with different metric prefix

Allow any logger

12 Sep 15:54
cc7284a
Compare
Choose a tag to compare

Tagging

31 Mar 03:37
f00e0db
Compare
Choose a tag to compare

This release adds support for metrics tagging.

First release

21 Mar 22:06
408e199
Compare
Choose a tag to compare

Refactored buffer overflow detection, previous version had bugs with metric prefix not being accounted for.