From 5537eb859b2a5f0f9b9f711531f990606e62908a Mon Sep 17 00:00:00 2001 From: Stephen Wakely Date: Mon, 2 Feb 2026 12:11:13 +0000 Subject: [PATCH] Update changelog and version number --- CHANGELOG.md | 8 +++++++- statsd/telemetry.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10887402..ede8cff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ # 5.9.0 / xxxx-xx-xx +# 5.8.3 / 2026-02-02 +- [IMPROVEMENT] Shard aggregator lock. See [#351][], thanks [@opsengine][]. +- [IMPROVEMENT] Fix race condition in statsd external_env initialization. See [#352][], thanks [@jprobinson][]. + # 5.8.2 / 2025-12-03 - [IMPROVEMENT] Optimistic allocation for Count and Set metrics. See [#308][], thanks [@opsengine][]. @@ -462,6 +466,8 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016 [#326]: https://github.com/DataDog/datadog-go/pull/326 [#327]: https://github.com/DataDog/datadog-go/pull/327 [#334]: https://github.com/DataDog/datadog-go/pull/334 +[#351]: https://github.com/DataDog/datadog-go/pull/351 +[#352]: https://github.com/DataDog/datadog-go/pull/352 [@Aceeri]: https://github.com/Aceeri [@Jasrags]: https://github.com/Jasrags [@KJTsanaktsidis]: https://github.com/KJTsanaktsidis @@ -499,4 +505,4 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016 [@lucassscaravelli]: https://github.com/lucassscaravelli [@byronwolfman]: https://github.com/byronwolfman [@opsengine]: https://github.com/opsengine - +[@jprobinson]: https://github.com/jprobinson diff --git a/statsd/telemetry.go b/statsd/telemetry.go index a2e14399..bfec2d72 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.8.2" +var clientVersionTelemetryTag = "client_version:5.8.3" // Telemetry represents internal metrics about the client behavior since it started. type Telemetry struct {