-
Notifications
You must be signed in to change notification settings - Fork 818
Comparing changes
Open a pull request
base repository: prometheus/client_python
base: v0.20.0
head repository: prometheus/client_python
compare: v0.21.0
- 8 commits
- 12 files changed
- 7 contributors
Commits on Mar 9, 2024
-
Add sanity check for label value (#1012)
Signed-off-by: Pengfei Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4535ce0 - Browse repository at this point
Copy the full SHA 4535ce0View commit details
Commits on Apr 15, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7bc8cdd - Browse repository at this point
Copy the full SHA 7bc8cddView commit details
Commits on Apr 16, 2024
-
Pin python 3.8 and 3.9 at patch level (#1024)
Signed-off-by: Chris Marchbanks <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eeec421 - Browse repository at this point
Copy the full SHA eeec421View commit details
Commits on May 28, 2024
-
Fix a typo in ASGI docs (#1036)
Signed-off-by: Eden Yemini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e364a96 - Browse repository at this point
Copy the full SHA e364a96View commit details -
Fix timestamp comparison (#1038)
Signed-off-by: Miguel Angel Garcia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09a5ae3 - Browse repository at this point
Copy the full SHA 09a5ae3View commit details
Commits on Aug 2, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7c45f84 - Browse repository at this point
Copy the full SHA 7c45f84View commit details
Commits on Sep 17, 2024
-
* Use re-entrant lock. --------- Signed-off-by: Ben Timby <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0014e97 - Browse repository at this point
Copy the full SHA 0014e97View commit details
Commits on Sep 20, 2024
-
Signed-off-by: Chris Marchbanks <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b183b4 - Browse repository at this point
Copy the full SHA 3b183b4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.20.0...v0.21.0