spacemeshos / post-rs

Rust implementation of POST proving
MIT License
10 stars 21 forks source link

Bump axum-prometheus from 0.6.1 to 0.7.0 #313

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps axum-prometheus from 0.6.1 to 0.7.0.

Release notes

Sourced from axum-prometheus's releases.

0.7.0

Changed

  • MakeDefaultHandle::make_default_handle now takes self as argument. This allows custom implementor structs to hold non-static data. [#49]
  • Change the default initialization of PrometheusHandle to prevent unbounded memory growth of histograms. [#52]
  • Bump metrics to 0.23, metrics-exporter-prometheus to 0.15. [#52]
  • Document MSRV as 1.70 currently. [#52]

Added

  • GenericMetricLayer::pair_from to initialize from a concrete struct. GenericMetricLayer::pair now requires that the handle type implements Default. [#49]
  • BaseMetricLayer that serves a more lightweight alternative to GenericMetricLayer. [#56]

What's Changed

New Contributors

Full Changelog: https://github.com/Ptrskay3/axum-prometheus/compare/0.6.1...0.7.0

Changelog

Sourced from axum-prometheus's changelog.

[0.7.0] - 2024-07-20

Changed

  • MakeDefaultHandle::make_default_handle now takes self as argument. This allows custom implementor structs to hold non-static data. [#49]
  • Change the default initialization of PrometheusHandle to prevent unbounded memory growth of histograms. [#52]
  • Bump metrics to 0.23, metrics-exporter-prometheus to 0.15. [#52]
  • Document MSRV as 1.70 currently. [#52]

Added

  • GenericMetricLayer::pair_from to initialize from a concrete struct. GenericMetricLayer::pair now requires that the handle type implements Default. [#49]
  • BaseMetricLayer that serves a more lightweight alternative to GenericMetricLayer. [#56]
Commits
  • 7c46c0b Merge pull request #62 from Ptrskay3/release/0.7.0
  • 8ee8385 bump version to 0.7.0, add changelog
  • e6cb09c Merge pull request #61 from Ptrskay3/document-push-gateway
  • 2143908 run fmt
  • 6117200 document push gateway mode
  • 0b83fb7 Merge pull request #56 from Ptrskay3/backend-agnostic-layer
  • 407b774 add changelog entry
  • f83770b add an example for BaseMetricLayer; correct documentation
  • 02b1c01 Merge branch 'master' into backend-agnostic-layer
  • 0bcc34f Merge pull request #52 from Ptrskay3/change-default-prometheus-recorder
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)