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: prometheus/client_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: prometheus/client_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-v0.21.x
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 3, 2024

  1. Drop incorrect use of reentrant locks (#1076)

    This fixes a correctness bug introduced in
    0014e97 resulting in lost updates
    during some scenarios.
    
    The code being locked is not reentrant safe. It's preferable to deadlock
    in these situations instead of silently loosing updates for example.
    
    Signed-off-by: Przemysław Suliga <mail@suligap.net>
    suligap authored and csmarchbanks committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    591e91f View commit details
    Browse the repository at this point in the history
  2. Release 0.21.1

    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    b3f61b3 View commit details
    Browse the repository at this point in the history
Loading