Skip to content

Releases: MindFlavor/prometheus_exporter_base

Authentication support (basic)

20 Nov 18:00
fe62982
Compare
Choose a tag to compare
  • Authentication support (basic)
  • Dependency update

Bugfix: fixed hyper_server feature export in prelude

04 Aug 07:57
79ea528
Compare
Choose a tag to compare

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

23 Mar 11:58
7c2c862
Compare
Choose a tag to compare
v1.2.0

Switch from failure to thiserror

Bugfix: reenabled hyper_server

22 Mar 15:55
a6b384b
Compare
Choose a tag to compare
1.1.2

reenabled hyper_server

Updated references

22 Mar 15:24
2fc0b30
Compare
Choose a tag to compare
1.1.1

Updated refs

Hyper server compilation optional

01 Nov 17:08
46a7373
Compare
Choose a tag to compare

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

31 Oct 19:50
e660ac2
Compare
Choose a tag to compare

Complete rework of the API to support fluent code.

Thanks Ian S. Pringle for the help!

Support for timestamp in render_sample

16 Jun 17:42
4c94775
Compare
Choose a tag to compare

This breaking change allows you to optionally specify the timestamp to render_sample, thanks to Jozef Hollý's PR #17!

Dependency version refresh

10 May 18:57
Compare
Choose a tag to compare
dependency refresh

Signed-off-by: Francesco Cogno <francesco.cogno@outlook.com>

Dependency version refresh

16 Feb 17:03
c4a6905
Compare
Choose a tag to compare
Merge pull request #15 from Ma27/rm-feature-tag

Remove feature annotation