Skip to content

Commit

Permalink
Merge pull request #261 from DataDog/remeh/5.5.0
Browse files Browse the repository at this point in the history
Prepare release `5.5.0`.
  • Loading branch information
remeh authored Jun 1, 2022
2 parents 3eb69b5 + 95941e4 commit 17b8bc1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 5.5.0 / 2022.05.31

* [FEATURE] Add `distribution_time` method to facilitate measuring timing of a yielded block. [#248][] by [@jordan-brough][]

* [BUGFIX] Stop flush timer before closing the queue [#257][] by [@abicky][]

* [IMPROVEMENT] Various warnings removed [#258][] by [@abicky][]

* [OTHER] Remove unused `rack` dependency [#260][] by [@remeh][]

## 5.4.0 / 2022.03.01

* [IMPROVEMENT] Add a `pre_sampled` option to metric methods [#235][] by [@matthewshafer][]
Expand Down Expand Up @@ -415,6 +425,10 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
[#232]: https://github.com/DataDog/dogstatsd-ruby/issues/232
[#235]: https://github.com/DataDog/dogstatsd-ruby/issues/235
[#240]: https://github.com/DataDog/dogstatsd-ruby/issues/240
[#248]: https://github.com/DataDog/dogstatsd-ruby/issues/248
[#257]: https://github.com/DataDog/dogstatsd-ruby/issues/257
[#258]: https://github.com/DataDog/dogstatsd-ruby/issues/258
[#260]: https://github.com/DataDog/dogstatsd-ruby/issues/260
[@AMekss]: https://github.com/AMekss
[@abicky]: https://github.com/abicky
[@adimitrov]: https://github.com/adimitrov
Expand All @@ -433,6 +447,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
[@jordan-brough]: https://github.com/jordan-brough
[@jtzemp]: https://github.com/jtzemp
[@kazu9su]: https://github.com/kazu9su
[@kbogtob]: https://github.com/kbogtob
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.4.0'
VERSION = '5.5.0'
end
end

0 comments on commit 17b8bc1

Please sign in to comment.