Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tikv/rust-prometheus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.4
Choose a base ref
...
head repository: tikv/rust-prometheus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.0
Choose a head ref
  • 12 commits
  • 29 files changed
  • 9 contributors

Commits on May 6, 2024

  1. static-metric: fix typos in docstrings (#479)

    It should be `flashable` instead of `flash able`
    
    Signed-off-by: Eval EXEC <execvy@gmail.com>
    eval-exec authored May 6, 2024
    Configuration menu
    Copy the full SHA
    f0c9bc2 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. README.md: Document protobuf feature (#531)

    Signed-off-by: John Vandenberg <jayvdb@gmail.com>
    jayvdb authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    45c43c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Upgrade thiserror crate from 1.0 to 2.0 version (#534)

    Signed-off-by: Kai Ren <tyranron@gmail.com>
    tyranron authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    3bd0e82 View commit details
    Browse the repository at this point in the history
  2. cargo: bump MSRV to 1.81 (#539)

    Signed-off-by: Luca BRUNO <lucab@lucabruno.net>
    lucab authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    52d76fc View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Fix LSP and Clippy warnings and errors (#540)

    Signed-off-by: Sander van Harmelen <sander@vanharmelen.nl>
    Co-authored-by: Luca Bruno <lucab@lucabruno.net>
    svanharmelen and lucab authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    5b62f4b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. docs: fix register_histogram_vec_with_registry docstring (#528)

    Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
    Co-authored-by: Luca Bruno <lucab@lucabruno.net>
    anmonteiro and lucab authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    7e4e6f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. cargo: upgrade to protobuf 3.7 (#541)

    * feat!: upgrade to protobuf 3.7
    
    - keep some of the `get_` and `set_` methods around and mark them as deprecated
    - keep api changes to a minimal
    
    Signed-off-by: Sven Kanoldt <sven+oss@d34dl0ck.me>
    
    * fix: fix all issues related to api combatibility when the protobuf feature is not enabled
    
    Signed-off-by: Sven Kanoldt <sven+oss@d34dl0ck.me>
    
    * implement review feedback and close all minor remarks
    
    Signed-off-by: Sven Kanoldt <sven+oss@d34dl0ck.me>
    
    * fix ci errors
    
    Signed-off-by: Sven Kanoldt <sven@d34dl0ck.me>
    
    ---------
    
    Signed-off-by: Sven Kanoldt <sven+oss@d34dl0ck.me>
    Signed-off-by: Sven Kanoldt <sven@d34dl0ck.me>
    sassman authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    c3865f3 View commit details
    Browse the repository at this point in the history
  2. Use AsRef<str> for owned label values (#537)

    Signed-off-by: Sander van Harmelen <sander@vanharmelen.nl>
    Co-authored-by: Luca Bruno <lucab@lucabruno.net>
    svanharmelen and lucab authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    4a0e282 View commit details
    Browse the repository at this point in the history
  3. build(deps): update hyper requirement from ^0.14 to ^1.4 (#524)

    * build(deps): update hyper requirement from ^0.14 to ^1.4
    
    Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version.
    - [Release notes](https://github.com/hyperium/hyper/releases)
    - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
    - [Commits](hyperium/hyper@v0.14.0...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: hyper
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * examples: fix hyper server example
    
    Signed-off-by: Luca BRUNO <lucab@lucabruno.net>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Luca BRUNO <lucab@lucabruno.net>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Luca BRUNO <lucab@lucabruno.net>
    dependabot[bot] and lucab authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    e5809b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. build(deps): update procfs requirement from ^0.16 to ^0.17 (#543)

    Updates the requirements on [procfs](https://github.com/eminence/procfs) to permit the latest version.
    - [Release notes](https://github.com/eminence/procfs/releases)
    - [Commits](eminence/procfs@v0.16.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: procfs
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    e17c5ce View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Hashing improvements (#532)

    * perf: optimise CounterVec hashing, enable other hashers
    
    Signed-off-by: Liam Gray <hoxxep@gmail.com>
    
    * Remove nohash-hasher dependency
    
    Signed-off-by: Liam Gray <hoxxep@gmail.com>
    
    * Restrict nohash visibility explicitly
    
    Signed-off-by: Liam Gray <hoxxep@gmail.com>
    
    ---------
    
    Signed-off-by: Liam Gray <hoxxep@gmail.com>
    hoxxep authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    26e46ec View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. prometheus: release 0.14.0 (#545)

    Signed-off-by: Luca BRUNO <lucab@lucabruno.net>
    lucab authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    e07efb4 View commit details
    Browse the repository at this point in the history
Loading