Hi Prometheans, Another fairly lightweight release of prometheus/client_golang <https://github.com/prometheus/client_golang>, the instrumentation library and the HTTP API client library for Prometheus in Go, but it was about time. v1.10.0 <https://github.com/prometheus/client_golang/releases/tag/v1.10.0> bumps the minimum required Go version to 1.13 (mostly due to the requirements of the routinely updated dependencies). With Go1.16 being the current stable Go version, we still support the last four minor releases of Go. The other changes affect only the API client, where the addition of matchers to the LabelNames and LabesValues functions constitutes a breaking change (which doesn’t bump the major release as the API client is still experimental and not covered by the semantic versioning of the whole library). 1.10.0 / 2021-03-18
- [CHANGE] Minimum required Go version is now 1.13. - [CHANGE] API client: Add matchers to LabelNames and LabesValues. #828 - [FEATURE] API client: Add buildinfo call. #841 - [BUGFIX] Fix build on riscv64. #833 -- Björn Rabenstein [PGP-ID] 0x851C3DA17D748D03 [email] bjo...@rabenste.in -- You received this message because you are subscribed to the Google Groups "prometheus-announce" group. To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-announce+unsubscr...@googlegroups.com. To view this discussion on the web, visit https://groups.google.com/d/msgid/prometheus-announce/CAMrVKszgQmvPc97%2BN-AHGkPGg3ge9CQACLMA9iDrJpMHr7Fa%2BQ%40mail.gmail.com.