Skip to content

Commit

Permalink
Releasing 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed Jul 20, 2021
1 parent f507940 commit a0469ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

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

# 4.8.1 / 2021-07-09

* [BUGFIX] Prevent telemetry from using the client global namespace. See [#205][]
* [BETA][BUGFIX] Fix timings having a different precision with and without extended aggregation. See [#204][]

# 4.8.0 / 2021-06-14

* [BETA][IMPROVEMENT] Reduce aggregation default window to 2s to reduce sampling aliasing. See [#199][]
* [IMPROVEMENT] Automatically add a "\n" after each metric so the agent can determine if a metric is truncated. Per source EOL detection was made available in agent 7.28 with the `dogstatsd_eol_required` setting. See [#198][]


# 4.7.0 / 2021-05-05

* [BETA] Increase the number of workers in the aggregator when using channelMode with extended aggregation to have
Expand Down Expand Up @@ -307,6 +311,8 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016
[#195]: https://github.com/DataDog/datadog-go/pull/195
[#198]: https://github.com/DataDog/datadog-go/pull/198
[#199]: https://github.com/DataDog/datadog-go/pull/199
[#204]: https://github.com/DataDog/datadog-go/pull/204
[#205]: https://github.com/DataDog/datadog-go/pull/205
[@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:4.8.0"
var clientVersionTelemetryTag = "client_version:4.8.1"

type telemetryClient struct {
c *Client
Expand Down

0 comments on commit a0469ac

Please sign in to comment.