Skip to content

Commit

Permalink
Releasing 5.3.0 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroman committed Mar 7, 2023
1 parent 2426d24 commit 7d2f91b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

# 5.3.0 / 2023-03-06

- [FEATURE] Added support for `DD_DOGSTATSD_URL`. You can now use this env var to set the URL to use to connect to DogStatsD. See [#273][]
* Please be aware that `DD_DOGSTATSD_URL` takes precedence over the `DD_AGENT_HOST`. If you have both set please make sure the value for `DD_DOGSTATSD_URL` is correct.

# 5.2.0 / 2022-12-21

- [BETA][FEATURE] Support sending counters and gauges with timestamp. See [#262][]
Expand Down Expand Up @@ -405,6 +410,7 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016
[#258]: https://github.com/DataDog/datadog-go/pull/258
[#262]: https://github.com/DataDog/datadog-go/pull/262
[#269]: https://github.com/DataDog/datadog-go/pull/269
[#273]: https://github.com/DataDog/datadog-go/pull/273
[@Aceeri]: https://github.com/Aceeri
[@Jasrags]: https://github.com/Jasrags
[@KJTsanaktsidis]: https://github.com/KJTsanaktsidis
Expand Down
2 changes: 1 addition & 1 deletion statsd/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var clientTelemetryTag = "client:go"
/*
clientVersionTelemetryTag is a tag identifying this specific client version.
*/
var clientVersionTelemetryTag = "client_version:5.2.0"
var clientVersionTelemetryTag = "client_version:5.3.0"

// Telemetry represents internal metrics about the client behavior since it started.
type Telemetry struct {
Expand Down

0 comments on commit 7d2f91b

Please sign in to comment.