Skip to content

Commit

Permalink
Merge pull request #121 from DataDog/maxime/release-3-4-0
Browse files Browse the repository at this point in the history
Releasing 3.4.0
  • Loading branch information
hush-hush authored Jan 22, 2020
2 parents b4ef533 + 6e4bad0 commit aa3e05b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

[//]: # (comment: Don't forget to update statsd/statsd.go:clientVersionTelemetryTag when releasing a new version)

# 3.4.0 / 2020-01-15

### Notes

* [IMPROVEMENT] Improve tags for the telemetry. See [#118][].
* [IMPROVEMENT] Add option to disable the telemetry. See [#117][].
* [IMPROVEMENT] Add metrics, event and service check count to the telemetry. See [#118][].

# 3.3.1 / 2019-12-13

### Notes
Expand Down Expand Up @@ -152,6 +160,8 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016
[#106]: https://github.com/DataDog/datadog-go/issues/106
[#107]: https://github.com/DataDog/datadog-go/issues/107
[#113]: https://github.com/DataDog/datadog-go/issues/113
[#117]: https://github.com/DataDog/datadog-go/issues/117
[#118]: https://github.com/DataDog/datadog-go/issues/118
[#115]: https://github.com/DataDog/datadog-go/issues/115
[@Aceeri]: https://github.com/Aceeri
[@Jasrags]: https://github.com/Jasrags
Expand Down
2 changes: 1 addition & 1 deletion statsd/statsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var clientTelemetryTag = "client:go"
/*
clientVersionTelemetryTag is a tag identifying this specific client version.
*/
var clientVersionTelemetryTag = "client_version:3.3.1"
var clientVersionTelemetryTag = "client_version:3.4.0"

/*
UnixAddressPrefix holds the prefix to use to enable Unix Domain Socket
Expand Down

0 comments on commit aa3e05b

Please sign in to comment.