Skip to content

Commit bca336e

Browse files
committed
update CHANGELOGs
1 parent 69e1fd8 commit bca336e

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

metrics-exporter-dogstatsd/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased] - ReleaseDate
1010

11+
### Changed
12+
13+
- Fix reversed aggregation behavior based on the configured aggregation mode.
14+
([#589](https://github.com/metrics-rs/metrics/pull/589))
15+
- Pack multiple metrics into a single payload based on the configured transport/payload size limit to improve I/O
16+
efficiency. ([#586](https://github.com/metrics-rs/metrics/pull/586))
17+
- Update `metrics-util` to `0.20`.
18+
1119
## [0.9.4] - 2025-04-20
1220

1321
### Changed
1422

15-
- Bumped `thiserror` to `2.0`. ([#572](https://github.com//metrics-rs/metrics/pull/572))
23+
- Bumped `thiserror` to `2.0`. ([#572](https://github.com/metrics-rs/metrics/pull/572))
1624

1725
## [0.9.3] - 2025-03-27
1826

metrics-exporter-prometheus/CHANGELOG.md

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

99
## [Unreleased] - ReleaseDate
1010

11+
### Changed
12+
13+
- Update `metrics-util` to `0.20`.
14+
1115
## [0.17.1] - 2025-06-18
1216

1317
### Fixed

metrics-observer/CHANGELOG.md

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

99
## [Unreleased] - ReleaseDate
1010

11+
### Changed
12+
13+
- Update `metrics-util` to `0.20`.
14+
1115
## [0.5.0] - 2025-04-20
1216

1317
### Changed

metrics-tracing-context/CHANGELOG.md

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

99
## [Unreleased] - ReleaseDate
1010

11+
### Changed
12+
13+
- Update `metrics-util` to `0.20`.
14+
1115
## [0.18.0] - 2025-01-13
1216

1317
### Changed

0 commit comments

Comments
 (0)