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: v0.20.0
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: v0.21.0
Choose a head ref
  • 8 commits
  • 12 files changed
  • 7 contributors

Commits on Mar 9, 2024

  1. Add sanity check for label value (#1012)

    Signed-off-by: Pengfei Zhang <[email protected]>
    andysim3d authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    4535ce0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. docs: correct link to multiprocessing docs (#1023)

    * docs: correct link to multiprocessing docs
    
    Signed-off-by: Jason Mobarak <[email protected]>
    
    * Update docs/content/exporting/http/fastapi-gunicorn.md
    
    Co-authored-by: Chris Marchbanks <[email protected]>
    Signed-off-by: Jason Mobarak <[email protected]>
    
    ---------
    
    Signed-off-by: Jason Mobarak <[email protected]>
    Co-authored-by: Chris Marchbanks <[email protected]>
    silverjam and csmarchbanks authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7bc8cdd View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Pin python 3.8 and 3.9 at patch level (#1024)

    Signed-off-by: Chris Marchbanks <[email protected]>
    csmarchbanks authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    eeec421 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Fix a typo in ASGI docs (#1036)

    Signed-off-by: Eden Yemini <[email protected]>
    eden881 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    e364a96 View commit details
    Browse the repository at this point in the history
  2. Fix timestamp comparison (#1038)

    Signed-off-by: Miguel Angel Garcia <[email protected]>
    magmax authored May 28, 2024
    Configuration menu
    Copy the full SHA
    09a5ae3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Reject invalid HTTP methods and resources (#1019)

    This change addresses the issue that currently, any HTTP method is handled
    by returning success and metrics data, which causes network scanners to
    report issues.
    
    Details:
    
    * This change rejects any HTTP methods and resources other than the following:
    
        OPTIONS (any) - returns 200 and an 'Allow' header indicating allowed methods
        GET (any) - returns 200 and metrics
        GET /favicon.ico - returns 200 and no body (this is no change)
    
      Other HTTP methods than these are rejected with 405 "Method Not Allowed"
      and an 'Allow' header indicating the allowed HTTP methods.
    
      Any returned HTTP errors are also displayed in the response body after a
      hash sign and with a brief hint,
      e.g. "# HTTP 405 Method Not Allowed: XXX; use OPTIONS or GET".
    
    Signed-off-by: Andreas Maier <[email protected]>
    andy-maier authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7c45f84 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Use re-entrant lock. (#1014)

    * Use re-entrant lock.
    
    ---------
    
    Signed-off-by: Ben Timby <[email protected]>
    btimby authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0014e97 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Release 0.21.0

    Signed-off-by: Chris Marchbanks <[email protected]>
    csmarchbanks committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3b183b4 View commit details
    Browse the repository at this point in the history
Loading