From 553de96e699a42be8b401607fbbbce81d4942790 Mon Sep 17 00:00:00 2001 From: Maxime mouial Date: Thu, 5 May 2022 18:03:52 +0200 Subject: [PATCH] Releasing 5.1.1 --- CHANGELOG.md | 5 +++++ statsd/telemetry.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31899cebf..8dfb170f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ [//]: # (comment: Don't forget to update statsd/telemetry.go:clientVersionTelemetryTag when releasing a new version) +# 5.1.1 / 2022-05-05 + +- [BUGFIX] Fix issue where tags of aggregated contexts could be modified after being sampled. See [#258][]. + # 5.1.0 / 2022-03-02 * [FEATURE] Adding support for container origin detection. See [#250][]. @@ -392,6 +396,7 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016 [#253]: https://github.com/DataDog/datadog-go/pull/253 [#254]: https://github.com/DataDog/datadog-go/pull/254 [#255]: https://github.com/DataDog/datadog-go/pull/255 +[#258]: https://github.com/DataDog/datadog-go/pull/258 [@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 f167c0ff6..b3825e8a4 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:5.1.0" +var clientVersionTelemetryTag = "client_version:5.1.1" // Telemetry represents internal metrics about the client behavior since it started. type Telemetry struct {