Skip to content

Commit

Permalink
CHANGELOG: prep for 5.6.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
remeh committed Jul 6, 2023
1 parent 5f93126 commit 5af8f5c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[//]: # (comment: Don't forget to update lib/datadog/statsd/version.rb:DogStatsd::Statsd::VERSION when releasing a new version)

## 5.6.0 / main branch -- not released yet
## 5.6.0 / 2023.07.07

* [FEATURE] Add the `delay_serialization` option, allowing users to delay
expensive serialization until a more convenient time, such as after an HTTP
Expand All @@ -17,6 +17,16 @@
are indefinitely queued until an explicit `#flush`. [#271][] by [@pudiva][]
and [@BlakeWilliams][]

* [IMPROVEMENT] Add support of `DD_DOGSTATSD_URL` for configuration through
environment variable. Valid formats are: `udp://some-host`,
`udp://some-host:port` and `unix:///path/to/unix.sock`.
`DD_DOGSTATSD_URL` has priority on other environment vars (`DD_AGENT_HOST`,
`DD_DOGSTATSD_PORT` and `DD_DOGSTATSD_SOCKET`) but does not throw an error
if others are set, values are overridden instead. [#278][] by [@remeh][]

* [BUGFIX] Fix NoMethodError when Datadog::Statsd is initialized without
telemetry. [#272][] by [@matthewshafer][]

## 5.5.0 / 2022.06.01

* [FEATURE] Add `distribution_time` method to facilitate measuring timing of a yielded block. [#248][] by [@jordan-brough][]
Expand Down Expand Up @@ -447,6 +457,8 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[#258]: https://github.com/DataDog/dogstatsd-ruby/issues/258
[#260]: https://github.com/DataDog/dogstatsd-ruby/issues/260
[#271]: https://github.com/DataDog/dogstatsd-ruby/issues/271
[#272]: https://github.com/DataDog/dogstatsd-ruby/issues/272
[#278]: https://github.com/DataDog/dogstatsd-ruby/issues/278
[@AMekss]: https://github.com/AMekss
[@abicky]: https://github.com/abicky
[@adimitrov]: https://github.com/adimitrov
Expand Down

0 comments on commit 5af8f5c

Please sign in to comment.