Skip to content

Releases: DataDog/datadog-go

v3.4.0

22 Jan 16:09
aa3e05b
Compare
Choose a tag to compare

See the Changelog for the details.

v3.3.1

18 Dec 15:58
f965411
Compare
Choose a tag to compare

See the Changelog for the details.

v3.3.0

02 Dec 18:38
fe52ec2
Compare
Choose a tag to compare

See the Changelog for the details.

v3.2.0

28 Oct 09:17
8bfdc33
Compare
Choose a tag to compare

See the Changelog for the details.

v3.1.0

24 Oct 09:54
28444e0
Compare
Choose a tag to compare

See the Changelog for the details.

v3.0.0

25 Oct 14:51
ef455d7
Compare
Choose a tag to compare

See the Changelog for the details.

v2.3.0

15 Oct 15:42
7390717
Compare
Choose a tag to compare

See the Changelog for the details.

v2.2.0

11 Apr 15:12
8a13fa7
Compare
Choose a tag to compare

See the Changelog for the details.

2.1.0

30 Mar 21:51
e67964b
Compare
Choose a tag to compare

See the Changelog for the details.

2.0.0

29 Jan 10:53
9487d3a
Compare
Choose a tag to compare

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 and eventPriority. 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.Sprintfs. See #32, thanks @corsc.