Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releasing 5.5.0 #301

Merged
merged 3 commits into from
Jan 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][].
Expand Down Expand Up @@ -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
Expand Down