v1.10.0
版本发布时间: 2021-03-18 20:11:37
prometheus/client_golang最新发布版本:v1.20.4(2024-09-17 16:01:45)
- [CHANGE] Minimum required Go version is now 1.13.
- [CHANGE] API client: Add matchers to
LabelNames
andLabesValues
. #828 - [FEATURE] API client: Add buildinfo call. #841
- [BUGFIX] Fix build on riscv64. #833
What's Changed
- Add SECURITY.md by @roidelapluie in https://github.com/prometheus/client_golang/pull/831
- Bump prometheus/procfs to 0.3.0 to fix building on riscv64 by @zhsj in https://github.com/prometheus/client_golang/pull/833
- Fix typo in comments in https://github.com/prometheus/client_golang/pull/835
- Support matchers in labels API by @yeya24 in https://github.com/prometheus/client_golang/pull/828
- Add buildinfo method by @ntk148v in https://github.com/prometheus/client_golang/pull/841
- Update dependencies by @beorn7 in https://github.com/prometheus/client_golang/pull/843
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/844
- Cut v1.10.0 by @beorn7 in https://github.com/prometheus/client_golang/pull/845
New Contributors
- @zhsj made their first contribution in https://github.com/prometheus/client_golang/pull/833
- @ntk148v made their first contribution in https://github.com/prometheus/client_golang/pull/841
Full Changelog: https://github.com/prometheus/client_golang/compare/v1.9.0...v1.10.0