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.16.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.17.0
Choose a head ref
  • 9 commits
  • 6 files changed
  • 6 contributors

Commits on Feb 6, 2023

  1. Add type annotations to parser.py

    Signed-off-by: Yiyang Zhan <pon.zhan@gmail.com>
    zhanpon committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    66ecd51 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Merge pull request #887 from zhanpon/type-parser

    Add type annotations to parser.py
    csmarchbanks authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d27cb27 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Fix typo

    Signed-off-by: Pavel Sapezhka <me@weastur.com>
    Pavel Sapezhka committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    8fa9b2a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Merge pull request #894 from weastur/typo

    Fix python_gc_objects_collected metadata typo
    csmarchbanks authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    30f8319 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Extend type forwarding to other context managers (#903)

    Signed-off-by: Crutcher Dunnavant <crutcher@openai.com>
    crutcher authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c48e26e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. avoid installing __pycache__ directories

    Signed-off-by: Min RK <benjaminrk@gmail.com>
    minrk committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4cbd725 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Merge pull request #906 from minrk/wheel-pycache

    avoid installing __pycache__ directories
    csmarchbanks authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8bbd16f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Fastapi + Gunicorn example in README (#812)

    Also provided additional multiprocessing instructions for FastAPI + Gunicorn setup with code examples as per this issue: #810
    
    Signed-off-by: Matas Minelga <minematas@gmail.com>
    ashirviskas authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    39a62af View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Release 0.17.0

    Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
    csmarchbanks committed May 24, 2023
    Configuration menu
    Copy the full SHA
    1b9709e View commit details
    Browse the repository at this point in the history
Loading