Cut v1.12.1 (#978) · prometheus/client_golang@39cf574 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 39cf574
Cut v1.12.1 (#978)
* Cut v1.12.1 Signed-off-by: Kemal Akkoyun kakkoyun@gmail.com * Apply review suggestions Signed-off-by: Kemal Akkoyun kakkoyun@gmail.com
File tree
2 files changed
lines changed
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
1 | +## 1.12.1 / 2022-01-29 | |
2 | + | |
3 | +* [BUGFIX] Make the Go 1.17 collector concurrency-safe #969 | |
4 | +* Use simpler locking in the Go 1.17 collector #975 | |
5 | +* [BUGFIX] Reduce granularity of histogram buckets for Go 1.17 collector #974 | |
6 | +* [ENHANCEMENT] API client: make HTTP reads more efficient #976 | |
7 | + | |
1 | 8 | ## 1.12.0 / 2022-01-19 |
2 | 9 | |
3 | 10 | * [CHANGE] example/random: Move flags and metrics into main() #935 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1 | -1.12.0 | |
1 | +1.12.1 |