Releases: jupp0r/prometheus-cpp
Releases · jupp0r/prometheus-cpp
v0.12.3
- fix(push): Always use POST (regardless of body presence) (#469)
- feat(core): add method to query family if metric exists (#482)
- feat(pull): Add CivetCallbacks to Exposer ctor (#479)
- chore(cmake): Change cmake min version to 3.14
- chore(pull): use civetweb 1.14
- chore(push): use curl 7.76.1
- chore: use google benchmark 1.5.3
v0.12.2
v0.12.1
v0.12.0
v0.11.0
v0.10.0
v0.9.0
v0.8.0
v0.7.0
v0.6.0
- add support for using system dependencies (thanks Gregor Jasny [email protected])
- improve various documentation pieces (thanks Jerry Crunchtime [email protected])
- fix memory leak in
Family
(thanks Jerry Crunctime [email protected]) - replace
cpr
with plainlibcurl
(thanks Gregor Jasny [email protected]) - remove some dead code (thanks Jerry Crunchtime [email protected])
- make labels orderable (thanks Martin Unzner [email protected])
- add support for building with
--std=gnu++17
(thanks Romain Geissler [email protected]) - lots of smaller cleanups (thanks Jerry Crunchtime [email protected])
- numerous improvements to CMake and Bazel (thanks Gregor Jasny [email protected])