We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37391dc commit d357ea2Copy full SHA for d357ea2
metrics-exporter-dogstatsd/CHANGELOG.md
@@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased] - ReleaseDate
10
11
+### Changed
12
+
13
+- Allow Unix sockets to be used on more than just Linux platforms.
14
+ ([#569](https://github.com/metrics-rs/metrics/pull/569))
15
16
+### Fixed
17
18
+- Create Unix datagram socket in unbound mode to avoid taking over socket, which caused silent errors when the path was
19
+ already bound, leading to metrics not being forwarded properly. ([#569](https://github.com/metrics-rs/metrics/pull/569))
20
21
## [0.9.1] - 2025-03-25
22
23
### Fixed
0 commit comments