Skip to content

Releases: cactus/go-statsd-client

v3.0.1

02 Jan 04:12
Compare
Choose a tag to compare
  • documentation typo fixes
  • fix possible race condition with buffered_sender send/close.

v3.0.0

04 Dec 20:19
Compare
Choose a tag to compare
  • add substatter support

v2.0.2

16 Oct 21:52
Compare
Choose a tag to compare
  • remove trailing newline in buffered sends to avoid etsy statsd log messages
  • minor internal code reorganization for clarity (no api changes)

v2.0.1

12 Jul 18:39
Compare
Choose a tag to compare
  • Add Set and SetInt funcs to support Sets
  • Properly flush BufferedSender on close (bugfix)
  • Add TimingDuration with support for sub-millisecond timing
  • fewer allocations, better performance of BufferedClient