Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

46 lines (37 loc) · 1.97 KB

CHANGELOG

2.2.0 / 08-08-2016

2.1.1 / 12-04-2015

  • [BUGFIX] Optional automatic truncation of events that exceed the message length limit. See #22 (Thanks @daniel-chambers)

2.1.0 / 09-01-2015

  • [BUGFIX][IMPROVEMENT] Fix DogStatsd unsafe thread operations. See #18 (Thanks @yori-s)

2.0.3 / 08-17-2015

  • [BUGFIX] Fix event's text escape when it contains windows carriage returns. See #15 (Thanks @anthonychu

2.0.2 / 03-09-2015

  • [IMPROVEMENT] Strong-name-assembly. See #11

2.0.1 / 02-10-2015

  • [BUGFIX] Remove NUnit dependency from StatsdClient project. See #8 (Thanks @michaellockwood)

2.0.0 / 01-21-2015

  • [FEATURE] Event support
  • [FEATURE] Increment/decrement by value.
  • [IMPROVEMENT] UDP packets UTF-8 encoding (was ASCII).

1.1.0 / 07-17-2013

  • [IMPROVEMENT] UDP packets containing multiple metrics that are over the UDP packet size limit will now be split into multiple appropriately-sized packets if possible.

1.0.0 / 07-02-2013

  • Initial release