Skip to content

Bump prometheus-client from 0.23.1 to 0.25.1 - #5

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/prometheus-client-0.25.1
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/prometheus-client-0.25.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown

Bumps prometheus-client from 0.23.1 to 0.25.1.

Release notes

Sourced from prometheus-client's releases.

v0.25.1

Fixed

  • The EncodeLabelSet and EncodeLabelValue derive macros now emit spanned compile errors for invalid input instead of panicking, so diagnostics point at the offending type or attribute rather than at the derive site. See PR 307.

Changed

  • Updated prometheus-client-derive-encode to v0.5.1, which updates its syn dependency to v3.

v0.25.0

Highlights

Added

  • Native histogram support, including native-only histograms and histograms with both classic and native buckets.
  • An off-by-default protobuf-protox feature to build protobuf support without requiring an external protoc binary.

Changed

  • prometheus_protobuf now generates and encodes Prometheus io.prometheus.client protobuf messages (from metrics.proto) instead of the OpenMetrics protobuf data model (OM 2.0: OM protobuf future prometheus/OpenMetrics#296). The protobuf and openmetrics_protobuf features retain the now-deprecated OpenMetrics protobuf support, which will be removed in a future release.
  • Updated prost, prost-build, and prost-types to v0.14.

What's Changed

New Contributors

Full Changelog: prometheus/client_rust@v0.24.1...v0.25.0

v0.24.1

What's Changed

New Contributors

Full Changelog: prometheus/client_rust@v0.23.1...v0.24.1

... (truncated)

Changelog

Sourced from prometheus-client's changelog.

[0.25.1]

Fixed

  • The EncodeLabelSet and EncodeLabelValue derive macros now emit spanned compile errors for invalid input instead of panicking, so diagnostics point at the offending type or attribute rather than at the derive site. See PR 307.

Changed

  • Updated prometheus-client-derive-encode to v0.5.1, which updates its syn dependency to v3.

[0.25.0]

Added

  • Added native histogram support, including native-only histograms and histograms with both classic and native buckets.

  • Added an off-by-default protobuf-protox feature to build protobuf support without requiring an external protoc binary.

Changed

  • Updated prost, prost-build, and prost-types dependencies to v0.14.
  • The prometheus_protobuf feature generates and encodes Prometheus io.prometheus.client protobuf messages from metrics.proto rather than the OpenMetrics protobuf data model. See Issue for more context. The protobuf and openmetrics_protobuf features retain the old, deprecated, OpenMetrics protobuf support which will be removed in a future release.

[0.24.1]

Added

  • EncodeGaugeValue is implemented for usize and isize, and EncodeCounterValue is implemented for usize. See [PR 282].

Fixed

  • EncodeGaugeValue, EncodeCounterValue and EncodeExemplarValue now use fewer as casts in their implementation. This caught an issue where EncodeGaugeValue would not error when encoding some u64s that don't fit in a i64. See [PR 281].
  • Filter out empty metric families, to match the go client. See [PR 279].
  • Histogram now exposes count() and sum() methods when the test-util

... (truncated)

Commits
  • 3e3d55c chore: prepare v0.25.1 release (#340)
  • 914f390 build(deps): bump the github-actions group with 2 updates (#339)
  • f4c8b2d build(deps): bump the cargo-minor-patch group with 2 updates (#338)
  • b40c935 build(deps): bump the cargo-minor-patch group with 2 updates (#337)
  • b7bd092 build(deps): bump the cargo-minor-patch group with 2 updates (#336)
  • 1d60861 build(deps): bump the cargo-minor-patch group with 3 updates (#335)
  • 861f451 build(deps): bump the cargo-major group across 1 directory with 3 updates (#333)
  • 0053b6d benches: use std::hint::black_box (#334)
  • 539871e build(deps): bump the cargo-minor-patch group across 1 directory with 7 updat...
  • 390bc8d ci: avoid duplicate runs, harden checkout, use rust-cache (#325)
  • 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 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 [prometheus-client](https://github.com/prometheus/client_rust) from 0.23.1 to 0.25.1.
- [Release notes](https://github.com/prometheus/client_rust/releases)
- [Changelog](https://github.com/prometheus/client_rust/blob/master/CHANGELOG.md)
- [Commits](prometheus/client_rust@v0.23.1...v0.25.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 4, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Author

Superseded by #8.

@dependabot dependabot Bot closed this Sep 4, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/prometheus-client-0.25.1 branch September 4, 2026 20:41
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants