File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44
55module Datadog
66 class Statsd
7- VERSION = '5.7.0 '
7+ VERSION = '5.7.1 '
88 end
99end
You can’t perform that action at this time.
0 commit comments