2024-02-14 22:52:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-prometheus_client: updated to 0.20.0
0.20.0
[CHANGE/BUGFIX] Update OpenMetrics Content Type to 1.0.0.
[FEATURE] Enable graceful shutdown for start_{http,wsgi}_server by returning the \
server and thread.
[FEATURE] Allow resetting counter metrics.
[BUGFIX] wsgi server: address family discovery is not quite right.
|
2023-11-22 11:10:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-prometheus_client: updated to 0.19.0
0.19.0
[FEATURE] support HTTPS/TLS in start_http_server.
[BUGFIX] fix: error in determining timestamp less than.
|
2023-11-06 20:51:22 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-prometheus_client: 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
|
2023-07-12 09:04:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-prometheus_client: updated to 0.17.1
0.17.1
[BUGFIX] Use #!/usr/bin/env python instead of #!usr/bin/python in bridge/graphite.py.
|
2023-05-26 06:37:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-prometheus_client: updated to 0.17.0
0.17.0
[ENHANCEMENT] Add additional typing.
[BUGFIX] Fix typo in python_gc_objects_collected metadata.
[BUGFIX] Do not include .pyc files in the build wheel.
|
2023-01-24 10:00:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-prometheus_client: updated to 0.16.0
0.16.0
[FEATURE] Support HELP text in multiprocess mode.
[ENHANCEMENT] Reduce the mmap minimum size.
[BUGFIX] Use the correct OpenMetrics encoder when application/openmetrics-text \
is requested in ASGI apps.
[BUGFIX] Allow Prometheus format parser to handle a missing space after labels.
|
2022-11-15 16:36:51 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-prometheus_client: update to 0.15.0.
[CHANGE] Remove choose_formatter. choose_formatter only existed for v0.14.x and \
was deprecated in v0.14.1. #846
[FEATURE] Support TLS auth when using push gateway with tls_auth_handler. #841
[ENHANCEMENT] Add sum, livemin, and livemax multiprocess modes for Gauges. #794
|
2022-04-25 13:30:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-prometheus_client: updated to 0.14.1
0.14.1
[BUGFIX] Revert choose_encoder being renamed to choose_formatter to fix a \
breaking change. For the 0.14.x release cycle choose_formatter will still exist, \
but will be removed in 0.15.0.
|
2022-04-06 11:28:38 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-prometheus_client: updated to 0.14.0
0.14.0 / 2022-04-05 Latest
[ENHANCEMENT] Continued typing improvements and coverage.
[ENHANCEMENT] Allow binding to IPv6 addresses.
[ENHANCEMENT] Negotiate gzip content-encoding, enabled by default.
[ENHANCEMENT] Allow disabling _created metrics via the \
PROMETHEUS_DISABLE_CREATED_SERIES environment variable.
[BUGFIX] Correct minor typo in exception raised when exemplar labels are too long.
0.13.1 / 2022-01-28
[BUGFIX] Relax some type constraints that were too strict.
[BUGFIX] Explicitly export functions with __all__.
0.13.0 / 2022-01-25
[CHANGE] Drop support for Python versions 2.7, 3.4, and 3.5.
[FEATURE] Support adding labels when using .time()
[ENHANCEMENT] Begin to add type hints to functions.
[ENHANCEMENT] Improved go-to-declaration behavior for editors.
[BUGFIX] Remove trailing slashes from pushgateway URLS.
[BUGFIX] Catch non-integer bucket/count values
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|