File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
3
- ## 1.22.0 / 2025-03-05
3
+ ## 1.22.0-rc.0 / 2025-03-05
4
4
5
- TBD
5
+ :warning : This release contains potential breaking change if you use experimental ` zstd ` support introduce in #1496 :warning :
6
+
7
+ Experimental support for ` zstd ` on scrape was added, controlled by the request ` Accept-Encoding ` header.
8
+ It was enabled by default since version 1.20, but now you need to add a blank import to enable it.
9
+
10
+ e.g.:
11
+ > ``` go
12
+ > import (
13
+ > _ " github.com/prometheus/client_golang/prometheus/promhttp/zstd"
14
+ > )
15
+ > ` ` `
16
+
17
+ * [FEATURE] prometheus: Add new CollectorFunc utility #1724
18
+ * [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
19
+ * [FEATURE] api: ` WithLookbackDelta` and ` WithStats` options have been added to API client. #1743
20
+ * [CHANGE] :warning: promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765
6
21
7
22
## 1.21.1 / 2025-03-04
8
23
You can’t perform that action at this time.
0 commit comments