Releases: prometheus/client_rust
Releases · prometheus/client_rust
v0.24.0
What's Changed
- feat(encoding)!:
EncodeLabelSet::encode()
uses reference by @cratelyn in #257 - feat(metrics/family): 🍫 add
Family::get_or_create_owned()
by @cratelyn in #244 - Add example using std::io::Write by @RandomInsano in #261
- fix(derive-encode): expand prelude symbols to absolute paths by @ADD-SP in #265
- fix: remove unnecessary Sized boundaries by @slonkazoid in #274
- feat: impl<T: Collector> Collector for std::sync::Arc by @hanabi1224 in #273
- Add support for timestamp encoding in exemplars by @bobrik in #276
New Contributors
- @RandomInsano made their first contribution in #261
- @ADD-SP made their first contribution in #265
- @slonkazoid made their first contribution in #274
- @hanabi1224 made their first contribution in #273
Full Changelog: v0.23.1...v0.24.0