Hi Prometheans,
Another fairly lightweight release of prometheus/client_golang, the instrumentation library and the HTTP API client library for Prometheus in Go, but it was about time. 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).
LabelNames and LabesValues. #828