Skip to content

v3.0.0

Compare
Choose a tag to compare
@degemer degemer released this 18 May 17:50
· 470 commits to master since this release
d77b4bb

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

  • [FEATURE] Expose (socket) close method. #46, @ramfjord
  • [IMPROVEMENT] Retry once when send fails on a closed socket. #46, @ramfjord
  • [IMPROVEMENT] Use a instance variable to decide whether to batch or not. #47 @fimmtiu