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 f135950 commit 2f370a1Copy full SHA for 2f370a1
metrics-exporter-dogstatsd/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased] - ReleaseDate
10
11
+## [0.9.3] - 2025-03-27
12
+
13
### Fixed
14
15
- Don't prepend a length delimiter for payloads when in UDS datagram mode.
metrics-exporter-dogstatsd/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "metrics-exporter-dogstatsd"
3
-version = "0.9.2"
+version = "0.9.3"
4
edition = { workspace = true}
5
rust-version = "1.71.1"
6
0 commit comments