15
0

- update to 0.19.0:

* [FEATURE] support HTTPS/TLS in start_http_server. #946
  * [BUGFIX] fix: error in determining timestamp less than. #979
- update to 0.18.0:
  * [CHANGE] Remove support for Python versions < 3.8. #936
  * [FEATURE] Add `mostrecent` aggregation to Gauge. #967
  * [ENHANCEMENT] Typing improvements. #935, #970
  * [ENHANCEMENT] Allow enabling or disabling `_created` metrics
    from code. #973
  * [BUGFIX] Change #!/usr/bin/python to #!/usr/bin/env python in
    remaining places. #945
- update to 0.17.1:
  * [BUGFIX] Use #!/usr/bin/env python instead of
    #!usr/bin/python in bridge/graphite.py. #928

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prometheus-client?expand=0&rev=18
This commit is contained in:
2024-01-05 18:20:46 +00:00
committed by Git OBS Bridge
parent 6ab5ded0b3
commit 9a91fdf6db
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jan 5 18:19:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.19.0:
* [FEATURE] support HTTPS/TLS in start_http_server. #946
* [BUGFIX] fix: error in determining timestamp less than. #979
- update to 0.18.0:
* [CHANGE] Remove support for Python versions < 3.8. #936
* [FEATURE] Add `mostrecent` aggregation to Gauge. #967
* [ENHANCEMENT] Typing improvements. #935, #970
* [ENHANCEMENT] Allow enabling or disabling `_created` metrics
from code. #973
* [BUGFIX] Change #!/usr/bin/python to #!/usr/bin/env python in
remaining places. #945
- update to 0.17.1:
* [BUGFIX] Use #!/usr/bin/env python instead of
#!usr/bin/python in bridge/graphite.py. #928
-------------------------------------------------------------------
Tue May 30 08:12:22 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>