Skip to content

Releases: prometheus/prom2json

1.4.0 / 2024-07-11

11 Jul 22:31
v1.4.0
0f15fd5
Compare
Choose a tag to compare
  • [FEATURE] Support native histograms. #169
  • [FEATURE] Support float histograms (classic and native). #176

This release also comes with updated dependencies, and the pre-built binaries are using Go1.22.5., both to avoid potential security issues. (Note that this is just precaution. We do not know of any relevant vulnerabilities in v1.3.3.)

1.3.3 / 2023-05-25

25 May 10:11
v1.3.3
4697e45
Compare
Choose a tag to compare

There are no code changes in this release. It merely comes with updated dependencies, and the pre-built binaries are using Go1.20.4., both to avoid potential security issues. (Note that this is just precaution. We do not know of any relevant vulnerabilities in v1.3.2.)

1.3.2 / 2022-10-07

09 Oct 14:45
v1.3.2
9ccd45d
Compare
Choose a tag to compare

There are no code changes in this release. It merely comes with updated
dependencies, and the pre-built binaries are using Go1.19.2., both to avoid potential security issues. (Note that this is just precaution. We do not know of any relevant vulnerabilities in v1.3.1.)

1.3.1 / 2022-04-19

19 Apr 20:45
v1.3.1
Compare
Choose a tag to compare

There are no code changes in this release. It merely comes with updated
dependencies, and the pre-built binaries are using Go1.18.1., both to avoid potential security issues. (Note that this is just precaution. We do not know of any relevant vulnerabilities in v1.3.0.)

1.3.0 / 2019-12-21

20 Dec 21:09
v1.3.0
9180c89
Compare
Choose a tag to compare
  • [ENHANCEMENT] Saner settings for the HTTP transport, based on the usual
    defaults, but with a ResponseHeaderTimeout of one minute. #72
  • [BUGFIX] Close metric family channel in case of errors to prevent leaking a
    goroutine. #70

1.2.2 / 2019-07-23

23 Jul 16:33
v1.2.2
f5466e2
Compare
Choose a tag to compare
  • [FEATURE] Add ARM container images. #61
  • [BUGFIX] Properly set the sum in a histogram. #65

1.2.1 / 2019-05-20

20 May 23:25
v1.2.1
Compare
Choose a tag to compare

No actual code changes. Only a fix of the CircleCI config to make Docker
images available again.

  • [BUGFIX] Fix image upload to Docker Hub and Quay.

1.2.0 / 2019-05-17

17 May 08:50
v1.2.0
31ecbf0
Compare
Choose a tag to compare

Breaking changes

Users of the prom2json package have to take into account that the interface
of FetchMetricFamilies has changed (to allow the bugfix below). For users of
the command-line tool prom2json, this is just an internal change without any
external visibility.

Changes

  • [FEATURE] Support timestamps.
  • [BUGFIX] Do not create a new Transport for each call of FetchMetricFamilies.

1.1.0 / 2018-12-09

09 Dec 22:35
Compare
Choose a tag to compare
  • [FEATURE] Allow reading from STDIN and file (in addition to URL).
  • [ENHANCEMENT] Support Go modules for dependency management.
  • [ENHANCEMENT] Update dependencies.

1.0.0 / 2018-10-20

23 Oct 15:11
c650a16
Compare
Choose a tag to compare

Initial release.