Skip to content

Commit

Permalink
release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed Mar 16, 2021
1 parent c995f1b commit 7e21371
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

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

# 4.5.0 / 2021-03-15

* [IMPROVEMENT] Increase UDS default timeout from 1ms to 100ms. See [#186][].
* [IMPROVEMENT] Defer connection establishment to first write for Windows Named Pipe. See [#190][].

# 4.4.0 / 2021-02-10

* [BETA BUGFIX] Fix multi-metric aggregation when packing different metrics in the same packet. See [#181][].
Expand Down Expand Up @@ -271,6 +276,8 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016
[#181]: https://github.com/DataDog/datadog-go/pull/181
[#182]: https://github.com/DataDog/datadog-go/pull/182
[#185]: https://github.com/DataDog/datadog-go/pull/185
[#186]: https://github.com/DataDog/datadog-go/pull/186
[#190]: https://github.com/DataDog/datadog-go/pull/190
[@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
Expand Up @@ -19,7 +19,7 @@ var clientTelemetryTag = "client:go"
/*
clientVersionTelemetryTag is a tag identifying this specific client version.
*/
var clientVersionTelemetryTag = "client_version:4.4.0"
var clientVersionTelemetryTag = "client_version:4.5.0"

type telemetryClient struct {
c *Client
Expand Down

0 comments on commit 7e21371

Please sign in to comment.