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 gjasny@googlemail.com)
- improve various documentation pieces (thanks Jerry Crunchtime jerry.c.t@web.de)
- fix memory leak in
Family(thanks Jerry Crunctime jerry.c.t@web.de) - replace
cprwith plainlibcurl(thanks Gregor Jasny gjasny@googlemail.com) - remove some dead code (thanks Jerry Crunchtime jerry.c.t@web.de)
- make labels orderable (thanks Martin Unzner martin.u@posteo.de)
- add support for building with
--std=gnu++17(thanks Romain Geissler romain.geissler@amadeus.com) - lots of smaller cleanups (thanks Jerry Crunchtime jerry.c.t@web.de)
- numerous improvements to CMake and Bazel (thanks Gregor Jasny gjasny@googlemail.com)