Releases: prometheus/pushgateway
1.4.2 / 2021-10-11
- [BUGFIX] Do not log an error upon graceful shutdown. #428
- [BUGFIX] Update dependencies to pull in possibly relevant bugfixes.
1.4.1 / 2021-05-28
1.4.0 / 2021-01-23
- [FEATURE] Experimental! Add TLS and basic authentication to HTTP endpoints. #381
1.3.1 / 2020-12-17
1.3.0 / 2020-10-01
1.2.0 / 2020-03-11
- [FEATURE] Add an HTTP API to query pushed metrics and runtime information. #184
1.1.0 / 2020-01-27
- [FEATURE] Add flag
--push.disable-consistency-check
. #318
1.0.1 / 2019-12-21
1.0.0 / 2019-10-15
This release does not support the storage format of v0.5–v0.9 anymore. Only persistence files created by v0.10+ are usable. Upgrade to v0.10 first to convert existing persistence files.
[CHANGE] Remove code to convert the legacy v0.5–v0.9 storage format.
0.10.0 / 2019-10-10
This release changes the storage format. v0.10 can read the storage format of v0.5–v0.9. It will then persist the new format so that a downgrade won't be possible anymore.
[CHANGE] Change of the storage format (necessary for the hash collision bugfix below). #293
[CHANGE] Check pushed metrics immediately and reject them if inconsistent. Successful pushes now result in code 200 (not 202). Failures result in code 400 and are logged at error level. #290
[FEATURE] Shutdown via HTTP request. Enable with --web.enable-lifecycle
. #292
[FEATURE] Wipe storage completely via HTTP request and via web UI. Enable with --web.enable-admin-api
. #287 #285
[BUGFIX] Rule out hash collisions between metric groups. #293
[BUGFIX] Avoid multiple calls of http.Error
in push handler. #291