Skip to content

Commit d357ea2

Browse files
committed
update CHANGELOG
1 parent 37391dc commit d357ea2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

metrics-exporter-dogstatsd/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased] - ReleaseDate
1010

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+
1121
## [0.9.1] - 2025-03-25
1222

1323
### Fixed

0 commit comments

Comments
 (0)