Sourced from prometheus-client's releases.
v0.22.1
What's Changed
- BugFix: Skip validating and parsing comment lines early (#1108) by
@wissamirin prometheus/client_python#1109- Use License Expressions in pyproject.toml by
@csmarchbanksin prometheus/client_python#1111Full Changelog: https://github.com/prometheus/client_python/compare/v0.22.0...v0.22.1
v0.22.0
What's Changed
- Add support for native histograms in OM parser by
@vesariin prometheus/client_python#1040- Add exemplar support to CounterMetricFamily [Fix #1062] by
@lodin prometheus/client_python#1063- Fix
write_to_textfileleaves back temp files on errors by@ethanschenin prometheus/client_python#1066- Support UTF-8 in metric creation, parsing, and exposition by
@ywwgin prometheus/client_python#1070- Fix incorrect use of reentrant locks by
@suligapin prometheus/client_python#1076- Remove Python 3.8 support by
@kajinamitin prometheus/client_python#1075- Check if labelvalues is in _metrics before deletion in MetricWrapperBase.remove() by
@GlorifiedPigin prometheus/client_python#1077- Add support for Python 3.13 by
@Plinerin prometheus/client_python#1080- Correct nh sample span structure and parsing by
@vesariin prometheus/client_python#1082- Migrate from setup.py to pyproject.toml by
@csmarchbanksin prometheus/client_python#1084- Changed pushgateway.md by
@mallika-murin prometheus/client_python#1083- Fix order-dependent flaky tests related to UTF-8 support by
@dg98in prometheus/client_python#1093- Update versions for docs Github actions by
@csmarchbanksin prometheus/client_python#1096- Documentation Updates by
@ethanschenin prometheus/client_python#1097- Add note on gauge.set_function not working with multiprocessing by
@aapelivin prometheus/client_python#1098- Don't send an empty HTTP header for /favicon.ico by
@noselasdin prometheus/client_python#1101Full Changelog: https://github.com/prometheus/client_python/compare/v0.21.0...v0.22.0
0.21.1 / 2024-12-03
What's Changed
[BUGFIX] Revert incorrect use of reentrant locks. #1076
d24220a
Release 0.22.1f294cbb
Use License Expressions in pyproject.toml (#1111)938b73e
BugFix: Skip validating and parsing comment lines early (#1108)
(#1109)8dfa10e
Release 0.22.0e3902ea
Don't send an empty HTTP header. (#1101)23ab826
Add note on gauge.set_function not working with mp, see #504
(#1098)c1ff3b2
Update docs (#1097)e3bfa1f
Update versions for docs Github actions (#1096)de8bb4a
Fix order-dependent flaky tests related to UTF-8 support (#1093)46eae7b
Changed pushgateway.md (#1083)