What's Changed
- Expose measured duration on Timer context manager by @vokracko in #1166
- Use specific exception for duplicate timeseries by @kajinamit in #1074
- Make clear() a no-op for label-less metrics (fixes #707) by @ompathakbaap in #1184
- Use object instead of Any for labels() parameters by @gregoiredx in #1186
- Add TLS version parameters for start_wsgi_server by @vyzigold in #1178
- Validate Enum arguments before registering the collector by @sean-kim05 in #1189
- Do not emit a leading zero in floatToGoString exponents >= 10 by @sean-kim05 in #1190
- fix: make test suite pass on Windows and Python 3.12+ by @MelvinjoseC in #1185
- Parse the native histogram sum as a float by @sean-kim05 in #1192
- Remove nameless collectors from the registry on unregister by @sean-kim05 in #1191
- Fix operator precedence allowing exemplars on any metric type by @sean-kim05 in #1188
New Contributors
- @vokracko made their first contribution in #1166
- @ompathakbaap made their first contribution in #1183
- @gregoiredx made their first contribution in #1186
- @vyzigold made their first contribution in #1178
- @sean-kim05 made their first contribution in #1189
- @MelvinjoseC made their first contribution in #1185
Full Changelog: v0.25.0...v0.26.0