Skip to content

Releases: prometheus/pushgateway

1.8.0 / 2024-04-03

03 Apr 17:52
v1.8.0
5aef871
Compare
Choose a tag to compare
  • [FEATURE] API: Support native histograms in api/v1/metrics. #611
  • [BUGFIX] Update dependencies to pull in possibly relevant bugfixes, in particular a bug concerning multiple metric families pushed via protobuf.

1.7.0 / 2024-01-18

19 Jan 13:34
v1.7.0
109280c
Compare
Choose a tag to compare
  • [FEATURE] UI: Keep expansion state on page refresh. #581
  • [SECURITY] Build precompiled binaries with Go v1.21.6 to avoid security issues with previous Go releases.
  • [BUGFIX] Update dependencies to pull in possibly relevant bugfixes.

1.6.2 / 2023-09-13

13 Sep 16:51
v1.6.2
dd0ca68
Compare
Choose a tag to compare

1.6.1 / 2023-09-05

06 Sep 14:17
v1.6.1
e3b066c
Compare
Choose a tag to compare
  • [SECURITY] Build precompiled binaries with current Go version (1.21.0) to avoid known bugs in older Go versions.
  • [BUGFIX] Update dependencies to pull in possibly relevant bugfixes.

1.6.0 / 2023-05-25

25 May 13:57
v1.6.0
2b1a354
Compare
Choose a tag to compare
  • [FEATURE] Add snappy encoding support for /metrics endpoint. #518
  • [ENHANCEMENT] Add pre-built binaries for the s390x architecture. #537
  • [BUGFIX] Fix possible leak of a file handle when using compression. #518

1.5.1 / 2022-11-29

29 Nov 16:42
v1.5.1
7afc96c
Compare
Choose a tag to compare

1.5.0 / 2022-11-24

24 Nov 13:00
v1.5.0
d3f80b8
Compare
Choose a tag to compare
  • [FEATURE] Add multiple listeners and systemd socket support. #512
  • [FEATURE] Accept a gzip'd body of a POST or PUT request. #477

1.4.3 / 2022-05-30

30 May 22:42
v1.4.3
f9dc1c8
Compare
Choose a tag to compare
  • [BUGFIX] Update dependencies to pull in possibly relevant bugfixes.

1.4.2 / 2021-10-11

11 Oct 22:12
v1.4.2
99981d7
Compare
Choose a tag to compare
  • [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

28 May 15:11
v1.4.1
6fa509b
Compare
Choose a tag to compare
  • [BUGFIX] Persist labels properly when draining. #404
  • [BUGFIX] Use relative paths for web assets. #390