- [CHANGE]
- [FEATURE]
- [ENHANCEMENT]
- [BUGFIX]
There are no code changes in this release. It merely comes with updated dependencies, and the pre-built binaries are using Go1.23.1., both to avoid potential security issues. (Note that this is just precaution. We do not know of any relevant vulnerabilities in v1.4.0.)
- [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.)
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.)
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.)
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.)
- [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
- [FEATURE] Add ARM container images. #61
- [BUGFIX] Properly set the sum in a histogram. #65
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.
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.
- [FEATURE] Support timestamps.
- [BUGFIX] Do not create a new Transport for each call of
FetchMetricFamilies
.
- [FEATURE] Allow reading from STDIN and file (in addition to URL).
- [ENHANCEMENT] Support Go modules for dependency management.
- [ENHANCEMENT] Update dependencies.
Initial release