Releases: maoertel/prometheus-push
Releases · maoertel/prometheus-push
v0.4.4
What’s Changed
Especially the upgrade to reqwest
v0.12 is a bigger upgrade under the hood so it can lead to breaking stuff.
v0.4.2
What’s Changed
docs.rs
: only pass non mutually exclusive features
v0.4.1
What’s Changed
- To build
docs.rs
mutually exclusive features needs to be handled
v0.4.0
What’s Changed
- Documentation for upcoming
v0.4.0
(#9) @maoertel
- Add feature
prometheus_client_crate
(#8) @maoertel
- this version is breaking in relation to
v0.3.0
v0.3.0
What's changed:
- Make underlying
prometheus
intergration generic and implement it for prometheus crate as a feature #6 @maoertel
- this version is breaking in relation to
v0.2.1
v0.2.1
What's changed:
- documentation for public API and crate
- this is the first release that is published on crates.io and docs.rs
v0.2.0
What's changed:
blocking
and with_request_blocking
features - #1 @maoertel
Url
crate to validate url on type level not in code - #3 @maoertel
v0.1.0
Initial release
Basic async functionality and with_request
feature.