Skip to content

Releases: DataDog/datadog-go

1.1.0

27 Apr 17:00
Compare
Choose a tag to compare

Notes

  • [FEATURE] Enable interfaces to statsd.Client. See #19 (Thanks @Jasrags)
  • [FEATURE] sendMsg(): check payload length for all messages. See #25 (Thanks @theckman)
  • [BUGFIX] Remove new lines from tags. See #21 (Thanks @sjung-stripe)
  • [BUGFIX] Do not panic on Client.Event when nil. See #28
  • [DOCUMENTATION] Update decr docs to match implementation. See #30 (Thanks @kcollasarundell)

1.0.0

22 Aug 16:16
Compare
Choose a tag to compare

Details

We hadn't been properly versioning this project. We will begin to do so with this
1.0.0 release. We had some contributions in the past and would like to thank the
contributors @aviau, @sschepens, @jovanbrakus, @abtris, @tummychow, @gphat, @diasjorge,
@victortrac, @seiffer and @w-vi, in no particular order, for their work.

Below, for reference, the latest improvements made in 07/2016 - 08/2016

Notes

  • [FEATURE] Implemented support for service checks. See #17 and #5. (Thanks @jovanbrakus and @diasjorge).
  • [FEATURE] Add Incr, Decr, Timing and more docs.. See #15. (Thanks @gphat)
  • [BUGFIX] Do not append to shared slice. See #16. (Thanks @tummychow)