Skip to content

Releases: smira/go-statsd

1.3.4

Choose a tag to compare

@smira smira released this 29 Oct 11:21
v1.3.4
cee3b7c

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

Choose a tag to compare

@smira smira released this 03 Oct 16:25
v1.3.3
7a61ad7

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

Choose a tag to compare

@smira smira released this 14 Dec 14:09
v1.3.2

Add support for Graphite tag format

1.3.1

Choose a tag to compare

@smira smira released this 15 May 18:48
448e76c

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

1.3.0

Choose a tag to compare

@smira smira released this 15 May 15:27
512a37d

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

Support for float counters

Choose a tag to compare

@smira smira released this 21 Dec 20:51
62ddc7a

See #15

Support for clone methods

Choose a tag to compare

@smira smira released this 16 Nov 18:58
133607a

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

Allow any logger

Choose a tag to compare

@smira smira released this 12 Sep 15:54
cc7284a

See #11

Tagging

Choose a tag to compare

@smira smira released this 31 Mar 03:37
f00e0db

This release adds support for metrics tagging.

First release

Choose a tag to compare

@smira smira released this 21 Mar 22:06
408e199

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