Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump axum-prometheus from 0.6.1 to 0.7.0 #313

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

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. [Release v0.1.7 #49]
  • Change the default initialization of PrometheusHandle to prevent unbounded memory growth of histograms. [Improve logging #52]
  • Bump metrics to 0.23, metrics-exporter-prometheus to 0.15. [Improve logging #52]
  • Document MSRV as 1.70 currently. [Improve logging #52]

Added

What's Changed

New Contributors

Full Changelog: Ptrskay3/axum-prometheus@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. [Release v0.1.7 #49]
  • Change the default initialization of PrometheusHandle to prevent unbounded memory growth of histograms. [Improve logging #52]
  • Bump metrics to 0.23, metrics-exporter-prometheus to 0.15. [Improve logging #52]
  • Document MSRV as 1.70 currently. [Improve logging #52]

Added

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 <dependency name> 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)

Bumps [axum-prometheus](https://github.com/Ptrskay3/axum-prometheus) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/Ptrskay3/axum-prometheus/releases)
- [Changelog](https://github.com/Ptrskay3/axum-prometheus/blob/master/CHANGELOG.md)
- [Commits](Ptrskay3/axum-prometheus@0.6.1...0.7.0)

---
updated-dependencies:
- dependency-name: axum-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 29, 2024
@poszu poszu merged commit e3e4370 into main Jul 29, 2024
15 of 16 checks passed
@poszu poszu deleted the dependabot/cargo/axum-prometheus-0.7.0 branch July 29, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant