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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,26 @@
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
+
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