Releases: DataDog/dogstatsd-ruby
Releases · DataDog/dogstatsd-ruby
v3.0.0
3.0.0/ 2017.05.18
Breaking changes
Host resolution
Host resolution was previously done every time a message was sent, it is now
done once when Datadog::Statsd
is initiliazed (resulting in a non-negligible
performance improvement). #44, @AMekss
Datadog::Statsd.new(host, port)
will now raise a SocketError
if unable to
resolve the host
.
Changes
v2.2.0
v2.1.0
v2.0.0
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
v1.5.0
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.