Skip to content

Releases: prometheus/pushgateway

1.11.0 / 2025-01-09

09 Jan 15:21
v1.11.0
0d81964
Compare
Choose a tag to compare
  • [FEATURE] Support full UTF-8 character set in metric and label names. #689 #710
  • [BUGFIX] Update dependencies to pull in possibly relevant bugfixes.

1.10.0 / 2024-09-19

19 Sep 21:42
v1.10.0
17dd070
Compare
Choose a tag to compare
  • [FEATURE] API: Support classic float histograms. #668
  • [BUGFIX] Update dependencies to pull in possibly relevant bugfixes.

1.9.0 / 2024-06-06

08 Jun 15:35
v1.9.0
d1ca1a6
Compare
Choose a tag to compare
  • [CHANGE] Command line: Print --version to stdout, not stderr. #651
  • [FEATURE] UI: Support native histograms. #596
  • [ENHANCEMENT] Log when liveness probes fail due to full write queue. #645
  • [BUGFIX] Update dependencies to pull in possibly relevant bugfixes.

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