Skip to content

Commit 009ba0a

Browse files
committed
Releasing 3.5.0
1 parent 0dc9552 commit 009ba0a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
# 3.5.0 / 2020-03-17
6+
7+
### Notes
8+
9+
* [IMPROVEMENT] Add support for `DD_ENV`, `DD_SERVICE`, and `DD_VERSION` to set global tags for `env`, `service` and `version`/ See [137][]
10+
511
# 3.4.1 / 2020-03-10
612

713
### Notes
@@ -170,6 +176,7 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016
170176
[#118]: https://github.com/DataDog/datadog-go/issues/118
171177
[#115]: https://github.com/DataDog/datadog-go/issues/115
172178
[#135]: https://github.com/DataDog/datadog-go/issues/135
179+
[#137]: https://github.com/DataDog/datadog-go/issues/137
173180
[@Aceeri]: https://github.com/Aceeri
174181
[@Jasrags]: https://github.com/Jasrags
175182
[@KJTsanaktsidis]: https://github.com/KJTsanaktsidis

statsd/statsd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var clientTelemetryTag = "client:go"
7575
/*
7676
clientVersionTelemetryTag is a tag identifying this specific client version.
7777
*/
78-
var clientVersionTelemetryTag = "client_version:3.4.1"
78+
var clientVersionTelemetryTag = "client_version:3.5.0"
7979

8080
/*
8181
UnixAddressPrefix holds the prefix to use to enable Unix Domain Socket

0 commit comments

Comments
 (0)