Skip to content

Commit 8f8b47e

Browse files
authored
Prepare 5.7.1 (#318)
1 parent d7470c7 commit 8f8b47e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
6+
## 5.7.1 / Unreleased
7+
8+
* [IMPROVEMENT] Suppress external env if origin detection is configured off. [#316][] by [@StephenWakely][]
9+
510
## 5.7.0 / 2025.07.11
611

712
* [FEATURE] Added origin detection via CGroups or `DD_EXTERNAL_ENV`. Cardinality can be specified
@@ -499,6 +504,7 @@ Future versions are likely to introduce backward incompatibilities with < Ruby 1
499504
[#303]: https://github.com/DataDog/dogstatsd-ruby/issues/303
500505
[#306]: https://github.com/DataDog/dogstatsd-ruby/issues/306
501506
[#310]: https://github.com/DataDog/dogstatsd-ruby/issues/310
507+
[#316]: https://github.com/DataDog/dogstatsd-ruby/pull/316
502508
[@AMekss]: https://github.com/AMekss
503509
[@abicky]: https://github.com/abicky
504510
[@adimitrov]: https://github.com/adimitrov

lib/datadog/statsd/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
module Datadog
66
class Statsd
7-
VERSION = '5.7.0'
7+
VERSION = '5.7.1'
88
end
99
end

0 commit comments

Comments
 (0)