15
0

- update to 0.21.0:

* [CHANGE] Reject invalid (not GET or OPTION) HTTP methods.
    #1019
  * [ENHANCEMENT] Allow writing metrics when holding a lock for
    the metric in the same thread. #1014
  * [BUGFIX] Check for and error on None label values. #1012
  * [BUGFIX] Fix timestamp comparison. #1038

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=22
This commit is contained in:
2024-10-18 10:45:19 +00:00
committed by Git OBS Bridge
parent fa92230647
commit f4ec945127
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Oct 18 10:45:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.21.0:
* [CHANGE] Reject invalid (not GET or OPTION) HTTP methods.
#1019
* [ENHANCEMENT] Allow writing metrics when holding a lock for
the metric in the same thread. #1014
* [BUGFIX] Check for and error on None label values. #1012
* [BUGFIX] Fix timestamp comparison. #1038
-------------------------------------------------------------------
Tue Mar 19 07:07:45 UTC 2024 - Dirk Müller <dmueller@suse.com>