From 95c50ea12faee095774be4ae6b799a6fc4af903c Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 10 Dec 2024 14:55:34 +0100 Subject: [PATCH] Releasing 5.6.0 (#318) --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921146c5..882b9c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ [//]: # (comment: Don't forget to update statsd/telemetry.go:clientVersionTelemetryTag when releasing a new version) -# 5.6.0 / xxxx-xx-xx +# 5.7.0 / xxxx-xx-xx +# 5.6.0 / 2024-12-10 +- [IMPROVEMENT] Make sure we retrieve the cgroup inode when the cid is not found. See [#302][]. +- [BUGFIX] Fix `cgroup` parsing in ECS Fargate. See [#305][]. +- [BUGFIX] Fix cloning clients that use `DD_AGENT_HOST`. See [#314][]. # 5.5.0 / 2024-01-23 @@ -430,6 +434,9 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016 [#292]: https://github.com/DataDog/datadog-go/pull/292 [#296]: https://github.com/DataDog/datadog-go/pull/296 [#297]: https://github.com/DataDog/datadog-go/pull/297 +[#302]: https://github.com/DataDog/datadog-go/pull/302 +[#305]: https://github.com/DataDog/datadog-go/pull/305 +[#314]: https://github.com/DataDog/datadog-go/pull/314 [@Aceeri]: https://github.com/Aceeri [@Jasrags]: https://github.com/Jasrags [@KJTsanaktsidis]: https://github.com/KJTsanaktsidis