Skip to content

Releases: DataDog/dogstatsd-ruby

v2.1.0

27 Oct 21:43
108e537
Compare
Choose a tag to compare

2.1.0/ 2016.10.27

Changes

  • [FEATURE] Add an optional by parameter for #increment and #decrement, #33
  • [BUGFIX] #time: record on all block exits, #38 @nelhage
  • [IMPROVEMENT] Replace string literals with symbols or frozen strings, #37 @janester

v2.0.0

22 Sep 14:19
caeb70b
Compare
Choose a tag to compare

2.0.0/ 2016.09.22

Breaking changes

Namespace

The Statsd is now namespaced under the Datadog module.

To update:

  • require 'statsd' -> require 'datadog/statsd'
  • Statsd -> Datadog::Statsd

Tags

, is now stripped from tags to avoid unexpected behavior.

Datadog::Statsd also validates that it receives an array of tags, and strips , and | from them.

v1.6.0

21 Dec 16:36
Compare
Choose a tag to compare

1.6.0/ 2015.12.21

Changes

  • [IMPROVEMENT] Stop mutating input parameters, #22 @olefriis

v1.5.0

20 May 20:27
Compare
Choose a tag to compare

1.5.0/ 2015.05.20

Notice

This release drops testing for Ruby 1.8.7.
Future versions are likely to introduce backward incompatibilities with < Ruby 1.9.3.

Changes

  • [FEATURE] Add service checks support, [#11][]
  • [FEATURE] Send time stat on failing block, [#16][] [@gleseur][]
  • [BUGFIX] Add instance tags to Statsd.event, [#14][] [@gleseur][]
  • [OTHER] Use send_stat instead of overriding Ruby send method, [#17][] [@sensadrome][]
  • [OTHER] Changelog update

v1.4.1

29 Sep 14:01
Compare
Choose a tag to compare

Fixed bug in message separator when batching metrics #10