Releases: MindFlavor/prometheus_exporter_base
Releases · MindFlavor/prometheus_exporter_base
Authentication support (basic)
- Authentication support (basic)
- Dependency update
Bugfix: fixed hyper_server feature export in prelude
This version is backwards-compatible if you are not using the hyper_server
feature. In that case, you should only remoe the explicit import (as it is now exported in prelude
as it should have been in the first place).
Switch from failure to thiserror
v1.2.0 Switch from failure to thiserror
Bugfix: reenabled hyper_server
1.1.2 reenabled hyper_server
Updated references
1.1.1 Updated refs
Hyper server compilation optional
Hyper server, along with its compilation-heavy dependencies, is now behind a feature gate called hyper_server
.
The rest of the code is untouched so in order to upgrade just specify the feature in your Cargo.toml
.
First stable release
Complete rework of the API to support fluent code.
Thanks Ian S. Pringle for the help!
Support for timestamp in render_sample
This breaking change allows you to optionally specify the timestamp to render_sample
, thanks to Jozef Hollý's PR #17!
Dependency version refresh
dependency refresh Signed-off-by: Francesco Cogno <francesco.cogno@outlook.com>
Dependency version refresh
Merge pull request #15 from Ma27/rm-feature-tag Remove feature annotation