Rephrase incompatibility with common v0.48.0

Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
This commit is contained in:
Arthur Silva Sens 2024-02-28 19:31:27 -03:00
parent 77d4003c72
commit 0aa8c9f68b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## 1.19.0 / 2023-02-27 ## 1.19.0 / 2023-02-27
The module `prometheus/common v0.48.0` introduced a bug when used together with client_golang. If your project uses client_golang and you want to use `prometheus/common v0.48.0` or higher, please update client_golang to v1.19.0. The module `prometheus/common v0.48.0` introduced an incompatibility when used together with client_golang (See https://github.com/prometheus/client_golang/pull/1448 for more details). If your project uses client_golang and you want to use `prometheus/common v0.48.0` or higher, please update client_golang to v1.19.0.
* [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #1445 #1449 * [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #1445 #1449
* [FEATURE] collectors: Add version collector. #1422 #1427 * [FEATURE] collectors: Add version collector. #1422 #1427