From 208eafd4be2b9752131e66446497244328956b4d Mon Sep 17 00:00:00 2001 From: Carlos Date: Wed, 24 Jan 2024 10:25:34 +0000 Subject: [PATCH] Releasing 5.5.0 (#301) * Releasing 5.5.0 * Update CHANGELOG.md Co-authored-by: May Lee --------- Co-authored-by: May Lee --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 102e175a..921146c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,15 @@ [//]: # (comment: Don't forget to update statsd/telemetry.go:clientVersionTelemetryTag when releasing a new version) -# 5.5.0 / xxxx-xx-xx +# 5.6.0 / xxxx-xx-xx +# 5.5.0 / 2024-01-23 + +- [FEATURE] Added support for Origin Detection when the container-id is unavailable from inside the application container, only applies to `cgroupv2`. See [#291][]. +- [FEATURE] Added `DistributionSamples` which is similar to `Distribution`, but it lets the client handle the sampling. The rate is passed to the Agent and not used for further sampling. See [#296][]. +- [IMPROVEMENT] The Aggregator no longer allocates memory if there are no tags present. See [#297][]. + # 5.4.0 / 2023-12-07 - [FEATURE] Add `WithMaxSamplesPerContext()` option to limit the number of samples per context. See [#292][]. @@ -419,6 +425,11 @@ Below, for reference, the latest improvements made in 07/2016 - 08/2016 [#262]: https://github.com/DataDog/datadog-go/pull/262 [#269]: https://github.com/DataDog/datadog-go/pull/269 [#273]: https://github.com/DataDog/datadog-go/pull/273 +[#283]: https://github.com/DataDog/datadog-go/pull/283 +[#291]: https://github.com/DataDog/datadog-go/pull/291 +[#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 [@Aceeri]: https://github.com/Aceeri [@Jasrags]: https://github.com/Jasrags [@KJTsanaktsidis]: https://github.com/KJTsanaktsidis