Skip to content

Releases: maoertel/prometheus-push

v0.4.5

23 Jun 15:58
90eec8b
Compare
Choose a tag to compare

What’s Changed

v0.4.4

20 Apr 12:49
d62bfc8
Compare
Choose a tag to compare

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.3

24 Nov 12:36
d96891c
Compare
Choose a tag to compare

What’s Changed

v0.4.2

24 Nov 10:19
ab2aaa6
Compare
Choose a tag to compare

What’s Changed

  • docs.rs: only pass non mutually exclusive features

v0.4.1

24 Nov 08:47
68919a6
Compare
Choose a tag to compare

What’s Changed

  • To build docs.rs mutually exclusive features needs to be handled

v0.4.0

24 Nov 07:32
ec7c390
Compare
Choose a tag to compare

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

18 Nov 18:58
4ce4467
Compare
Choose a tag to compare

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

16 Nov 09:06
3d6c322
Compare
Choose a tag to compare

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

14 Nov 11:14
58d7630
Compare
Choose a tag to compare

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

12 Nov 21:46
137c86f
Compare
Choose a tag to compare

Initial release

Basic async functionality and with_request feature.