Sourced from github.com/prometheus/common's releases.
v0.67.4 / 2025-11-18
What's Changed
- chore: clean up golangci-lint configuration by
@mmorel-35in prometheus/common#782- chore: 'omitempty' to Oauth2 fields with type Secret to avoid requiring them by
@JorTurFerin prometheus/common#864- chore: Add omitempty tag to all config fields by
@JorTurFerin prometheus/common#865Full Changelog: https://github.com/prometheus/common/compare/v0.67.3...v0.67.4
v0.67.3 / 2025-11-18
What's Changed
- Support JWT Profile for Authorization Grant (RFC 7523 3.1) by
@JorTurFerin prometheus/common#862- Config: remove outdated comment about HTTP/2 issues by
@bborehamin prometheus/common#863New Contributors
@JorTurFermade their first contribution in prometheus/common#862Full Changelog: https://github.com/prometheus/common/compare/v0.67.2...v0.67.3
v0.67.2 / 2025-10-28
What's Changed
- config: Fix panic in
tlsRoundTripperwhen CA file is absent by@ndkin prometheus/common#792- Cleanup linting issues by
@SuperQin prometheus/common#860New Contributors
@ndkmade their first contribution in prometheus/common#792Full Changelog: https://github.com/prometheus/common/compare/v0.67.1...v0.67.2
v0.67.1
What's Changed
- Fix Go case-insensitive file name collision by
@SuperQin prometheus/common#853Full Changelog: https://github.com/prometheus/common/compare/v0.67.0...v0.67.1
v0.67.0 / 2025-10-07
What's Changed
- Create CHANGELOG.md for easier communication of library changes, especially possible breaking changes. by
@ywwgin prometheus/common#833- model: New test for validation with dots by
@m1k1oin prometheus/common#759- expfmt: document NewTextParser as required by
@burgerdevin prometheus/common#842- expfmt: Add support for float histograms and gauge histograms by
@beorn7in prometheus/common#843- Updated minimum Go version to 1.24.0, updated Go dependecies by
@SuperQin prometheus/common#849New Contributors
@m1k1omade their first contribution in prometheus/common#759@burgerdevmade their first contribution in prometheus/common#842Full Changelog: https://github.com/prometheus/common/compare/v0.66.1...v0.67.0
v0.66.1
... (truncated)
Sourced from github.com/prometheus/common's changelog.
Changelog
main / unreleased
What's Changed
v0.67.2 / 2025-10-28
What's Changed
- config: Fix panic in
tlsRoundTripperwhen CA file is absent by@ndkin prometheus/common#792- Cleanup linting issues by
@SuperQin prometheus/common#860New Contributors
@ndkmade their first contribution in prometheus/common#792Full Changelog: https://github.com/prometheus/common/compare/v0.67.1...v0.67.2
v0.67.1 / 2025-10-07
What's Changed
- Remove VERSION file to avoid Go conflict error in prometheus/common#853
Full Changelog: https://github.com/prometheus/common/compare/v0.67.0...v0.67.1
v0.67.0 / 2025-10-07
What's Changed
- Create CHANGELOG.md for easier communication of library changes, especially possible breaking changes. by
@ywwgin prometheus/common#833- model: New test for validation with dots by
@m1k1oin prometheus/common#759- expfmt: document NewTextParser as required by
@burgerdevin prometheus/common#842- expfmt: Add support for float histograms and gauge histograms by
@beorn7in prometheus/common#843- Updated minimum Go version to 1.24.0, updated Go dependecies by
@SuperQin prometheus/common#849New Contributors
@m1k1omade their first contribution in prometheus/common#759@burgerdevmade their first contribution in prometheus/common#842Full Changelog: https://github.com/prometheus/common/compare/v0.66.1...v0.67.0
v0.66.1 / 2025-09-05
This release has no functional changes, it just drops the dependencies
github.com/grafana/regexpandgo.uber.org/atomicand replacesgopkg.in/yaml.v2withgo.yaml.in/yaml/v2(a drop-in replacement).What's Changed
- Revert "Use github.com/grafana/regexp instead of regexp" by
@aknuds1in prometheus/common#835- Move to supported version of yaml parser by
@dimsin prometheus/common#834- Revert "Use go.uber.org/atomic instead of sync/atomic (#825)" by
@aknuds1in prometheus/common#838Full Changelog: https://github.com/prometheus/common/compare/v1.20.99...v0.66.1
... (truncated)
d80d854
chore: Add omitempty tag to all config fields (#865)04686b2
chore: 'omitempty' to Oauth2 fields with type Secret to avoid requiring
them ...0b2fbf3
chore: clean up golangci-lint configuration (#782)b2cdb07
Merge pull request #863
from prometheus/remove-http2-commentcd1ab56
Config: remove outdated comment about HTTP/2 issuesf4c0aea
Support JWT Profile for Authorization Grant (RFC 7523 3.1) (#862)594f4d4
Merge pull request #861
from prometheus/beorn7/version440c1a3
Cut v0.67.2acb1873
Merge pull request #860
from prometheus/superq/linting1e32339
Cleanup linting issues