Skip to content

Releases: maoertel/prometheus-push

v0.4.6

03 Feb 20:04
6e44188

Choose a tag to compare

What's Changed

  • Replace old workflows with unified ci.yml and release.yml by @maoertel in #17
  • Update to Rust edition 2024 and dependencies by @maoertel in #18
  • Bump version to v0.4.6 by @maoertel in #19

Full Changelog: v0.4.5...v0.4.6

v0.4.5

23 Jun 15:58
90eec8b

Choose a tag to compare

What’s Changed

v0.4.4

20 Apr 12:49
d62bfc8

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

Choose a tag to compare

What’s Changed

v0.4.2

24 Nov 10:19
ab2aaa6

Choose a tag to compare

What’s Changed

  • docs.rs: only pass non mutually exclusive features

v0.4.1

24 Nov 08:47
68919a6

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

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

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

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

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