Releases: DataDog/datadog-go
Releases · DataDog/datadog-go
v3.4.0
v3.3.1
v3.3.0
v3.2.0
v3.1.0
v3.0.0
v2.3.0
v2.2.0
2.1.0
2.0.0
Details
Version 2.0.0
contains breaking changes and beta features, please refer to the
Notes section below for details.
Notes
- [BREAKING]
statsdWriter
now implements io.Writer interface. See #46. - [BUGFIX] Flush buffer on close. See #47.
- [BETA] Add support for global distributions. See #45.
- [FEATURE] Add support for Unix Domain Sockets. See #37.
- [FEATURE] Export
eventAlertType
andeventPriority
. See #42, thanks @thomas91310. - [FEATURE] Export
Flush
method. See #40], thanks @colega. - [BUGFIX] Prevent panics when closing the
udsWriter
. See #43, thanks @jacek-adamek. - [IMPROVEMENT] Fix issues reported by Golint. See #39, thanks @tariq1890.
- [IMPROVEMENT] Improve message building speed by using less
fmt.Sprintf
s. See #32, thanks @corsc.