v0.9.0 - 2024-10-21
Version bumps for the following dependencies
v0.8.0 - 2024-05-30
- metrics-rs 0.23. This is a breaking change requiring MSRVV bump to 1.70.0 (from 1.65.0). Thanks @ijc for the PR.
- cadence 1.4.0
- thiserror 1.0.59
v0.7.0 - 2024-01-12
- Upgrade metrics-rs to 0.22. This is a major breaking change in
metrics
. - Add custom sinks.
- Don't panic when
the application uses a
metrics
operation that is not supported bystatsd
.
v0.6.0 - 2023-04-25
This release mostly contains version upgrades for the following crates:
v0.5.0 - 2023-04-25
- Upgrade metrics-rs dependency to 0.21
v0.4.0 - 2022-07-27
- Upgrade metrics-rs dependency to 0.20
- Update describe_* methods to use SharedString to comply with new version requirements.
v0.3.0 - 2022-06-03
- Upgrade metrics-rs dependency to 0.19
v0.2.0 - 2022-06-03
- Removed the support for installing global recorder via
StatsdBuilder
, since that can cause metrics to stop emitting when the importing app may link a different version ofmetrics
than this library depends on. - The calling app must now invoke
metrics::set_boxed_recorder
after building the recorder viaStatsdBuilder
- Updated documentation to reflect that.
v0.1.0 - 2022-06-02
- Initial release.