Skip to content

Commit d48c37d

Browse files
committed
chore: update CHANGELOG prior to release
1 parent 80c0ddb commit d48c37d

File tree

6 files changed

+30
-5
lines changed

6 files changed

+30
-5
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metrics-exporter-dogstatsd/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+
- Bumped `thiserror` to `2.0`. ([#572](https://github.com//metrics-rs/metrics/pull/572))
14+
1115
## [0.9.3] - 2025-03-27
1216

1317
### Fixed

metrics-exporter-prometheus/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+
- Updated `rand` to `0.9`. ([#556](https://github.com/metrics-rs/metrics/pull/556))
14+
- Bumped `thiserror` to `2.0`. ([#572](https://github.com//metrics-rs/metrics/pull/572))
15+
- Added new flag, `use_http_post_method`, to `PrometheusBuilder::with_push_gateway`, to allow changing the HTTP method
16+
used for pushing from PUT to POST. This enables usage with systems like Vector which don't natively support PUT.
17+
([#574](https://github.com/metrics-rs/metrics/pull/574))
18+
- Render scrape endpoint/push gateway payloads in a blocking thread to avoid blocking regular Tokio executor threads.
19+
([#576](https://github.com/metrics-rs/metrics/pull/576))
20+
1121
## [0.16.2] - 2025-01-31
1222

1323
### Fixed

metrics-exporter-tcp/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Changed
1212

1313
- Removed build-time dependency on `home` crate.
14+
- Updated `rand` to `0.9`. ([#556](https://github.com/metrics-rs/metrics/pull/556))
1415

1516
## [0.11.0] - 2024-10-12
1617

metrics-util/CHANGELOG.md

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

1010
## [Unreleased] - ReleaseDate
1111

12+
### Changed
13+
14+
- Updated `rand` to `0.9`. ([#556](https://github.com/metrics-rs/metrics/pull/556))
15+
1216
## [0.19.0] - 2025-01-06
1317

1418
### Added

metrics/CHANGELOG.md

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

99
## [Unreleased] - ReleaseDate
1010

11+
### Changed
12+
13+
- Remove object lifetime cast in `LocalRecorderGuard<'a>`. ([#564](https://github.com/metrics-rs/metrics/pull/564))
14+
- Update `Key` comparison logic to be independent of the order of any labels.
15+
([#565](https://github.com/metrics-rs/metrics/pull/565))
16+
1117
## [0.24.1] - 2024-11-26
1218

1319
### Added

0 commit comments

Comments
 (0)