You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initialize the release process
Signed-off-by: Kemal Akkoyun <[email protected]>
* Update the changelog
Signed-off-by: Kemal Akkoyun <[email protected]>
---------
Signed-off-by: Kemal Akkoyun <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
## Unreleased
2
2
3
+
## 1.22.0-rc.0 / 2025-03-05
4
+
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
+
The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon,
10
+
https://github.com/golang/go/issues/62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.
0 commit comments