From c7df0eacf6850a0da1400883f5e3ff14cf2b6c83 Mon Sep 17 00:00:00 2001 From: Maxime mouial Date: Wed, 7 Oct 2020 17:56:35 +0200 Subject: [PATCH] Releasing 4.0.1 --- CHANGELOG.md | 7 +++++++ statsd/telemetry.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f43aef7ae..fd052d944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ [//]: # (comment: Don't forget to update statsd/telemetry.go:clientVersionTelemetryTag when releasing a new version) +# 4.0.1 / 2020-10-07 + +### Notes + +* [BUGFIX] Fix incomplete manual flush of the sender when the client isn't stopped. See [#163][]. + # 4.0.0 / 2020-08-21 ### Notes @@ -229,6 +235,7 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016 [#154]: https://github.com/DataDog/datadog-go/pull/154 [#156]: https://github.com/DataDog/datadog-go/pull/156 [#157]: https://github.com/DataDog/datadog-go/pull/157 +[#163]: https://github.com/DataDog/datadog-go/pull/163 [@Aceeri]: https://github.com/Aceeri [@Jasrags]: https://github.com/Jasrags [@KJTsanaktsidis]: https://github.com/KJTsanaktsidis diff --git a/statsd/telemetry.go b/statsd/telemetry.go index c8f79b10a..ce57bf8a3 100644 --- a/statsd/telemetry.go +++ b/statsd/telemetry.go @@ -19,7 +19,7 @@ var clientTelemetryTag = "client:go" /* clientVersionTelemetryTag is a tag identifying this specific client version. */ -var clientVersionTelemetryTag = "client_version:4.0.0" +var clientVersionTelemetryTag = "client_version:4.0.1" type telemetryClient struct { c *Client