54 lines
2.4 KiB
Markdown
54 lines
2.4 KiB
Markdown
|
Changes
|
||
|
=======
|
||
|
|
||
|
# 1.1.0 / Unreleased
|
||
|
|
||
|
### Notes
|
||
|
|
||
|
* [FEATURE] Export serviceCheckStatus allowing interfaces to statsd.Client. See [#19][] (Thanks [@Jasrags][])
|
||
|
* [FEATURE] Client.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` documentation to match implementation. See [#30][] (Thanks [@kcollasarundell][])
|
||
|
|
||
|
|
||
|
# 1.0.0 / 2016-08-22
|
||
|
|
||
|
### 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][], [@seiffert][] 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][])
|
||
|
|
||
|
<!--- The following link definition list is generated by PimpMyChangelog --->
|
||
|
[#5]: https://github.com/DataDog/datadog-go/issues/5
|
||
|
[#15]: https://github.com/DataDog/datadog-go/issues/15
|
||
|
[#16]: https://github.com/DataDog/datadog-go/issues/16
|
||
|
[#17]: https://github.com/DataDog/datadog-go/issues/17
|
||
|
[#19]: https://github.com/DataDog/datadog-go/issues/19
|
||
|
[#21]: https://github.com/DataDog/datadog-go/issues/21
|
||
|
[#25]: https://github.com/DataDog/datadog-go/issues/25
|
||
|
[#28]: https://github.com/DataDog/datadog-go/issues/28
|
||
|
[#30]: https://github.com/DataDog/datadog-go/issues/30
|
||
|
[@Jasrags]: https://github.com/Jasrags
|
||
|
[@abtris]: https://github.com/abtris
|
||
|
[@aviau]: https://github.com/aviau
|
||
|
[@diasjorge]: https://github.com/diasjorge
|
||
|
[@gphat]: https://github.com/gphat
|
||
|
[@jovanbrakus]: https://github.com/jovanbrakus
|
||
|
[@kcollasarundell]: https://github.com/kcollasarundell
|
||
|
[@seiffert]: https://github.com/seiffert
|
||
|
[@sjung-stripe]: https://github.com/sjung-stripe
|
||
|
[@sschepens]: https://github.com/sschepens
|
||
|
[@theckman]: https://github.com/theckman
|
||
|
[@tummychow]: https://github.com/tummychow
|
||
|
[@victortrac]: https://github.com/victortrac
|
||
|
[@w-vi]: https://github.com/w-vi
|