Skip to content

Commit

Permalink
[release] prepare 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rayz committed Sep 18, 2024
1 parent e89cbfe commit 5095512
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 5.6.2 / 2024.09.18

* [IMPROVEMENT] Reduce memory allocations during tag and metric serialization. [#294][] by [@schlubbi][]
* [IMPROVEMENT] Avoid allocations when using delay_serialization. [#295][] by [@jhawthorn][]

## 5.6.1 / 2023.09.07

* [IMPROVEMENT] Add support for IPv6 UDP connection. [#280][] by [@kazwolfe][]
Expand Down Expand Up @@ -464,6 +469,8 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[#272]: https://github.com/DataDog/dogstatsd-ruby/issues/272
[#278]: https://github.com/DataDog/dogstatsd-ruby/issues/278
[#280]: https://github.com/DataDog/dogstatsd-ruby/issues/280
[#294]: https://github.com/DataDog/dogstatsd-ruby/issues/294
[#295]: https://github.com/DataDog/dogstatsd-ruby/issues/295
[@AMekss]: https://github.com/AMekss
[@abicky]: https://github.com/abicky
[@adimitrov]: https://github.com/adimitrov
Expand All @@ -482,6 +489,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[@ivoanjo]: https://github.com/ivoanjo
[@jacobbednarz]: https://github.com/jacobbednarz
[@janester]: https://github.com/janester
[@jhawthorn]: https://github.com/jhawthorn
[@jordan-brough]: https://github.com/jordan-brough
[@jtzemp]: https://github.com/jtzemp
[@kazu9su]: https://github.com/kazu9su
Expand All @@ -497,6 +505,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[@ramfjord]: https://github.com/ramfjord
[@redhotpenguin]: https://github.com/redhotpenguin
[@remeh]: https://github.com/remeh
[@schlubbi]: https://github.com/schlubbi
[@sensadrome]: https://github.com/sensadrome
[@sj26]: https://github.com/sj26
[@sullerandras]: https://github.com/sullerandras
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog/statsd/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module Datadog
class Statsd
VERSION = '5.6.1'
VERSION = '5.6.2'
end
end

0 comments on commit 5095512

Please sign in to comment.