15
0

- update to 0.20.0:

* Update OpenMetrics Content Type to 1.0.0.
  * Enable graceful shutdown for
    start_{http,wsgi}_server by returning the server and thread.
  * Allow resetting counter metrics. #1005
  * wsgi server: address family discovery is not quite right

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=20
This commit is contained in:
2024-03-19 07:08:35 +00:00
committed by Git OBS Bridge
parent 9a91fdf6db
commit fa92230647
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 19 07:07:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.20.0:
* Update OpenMetrics Content Type to 1.0.0.
* Enable graceful shutdown for
start_{http,wsgi}_server by returning the server and thread.
* Allow resetting counter metrics. #1005
* wsgi server: address family discovery is not quite right
-------------------------------------------------------------------
Fri Jan 5 18:19:47 UTC 2024 - Dirk Müller <dmueller@suse.com>