v1.22.0-rc.0 / 2025-03-07 #1769
kakkoyun
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
zstd
support introduce in #1496Experimental support for
zstd
on scrape was added, controlled by the requestAccept-Encoding
header.It was enabled by default since version 1.20, but now you need to add a blank import to enable it.
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,
golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.
e.g.:
WithLookbackDelta
andWithStats
options have been added to API client. Add support for undocumented query options for API #1743All Changes
New Contributors
Full Changelog: v1.21.1...v1.22.0-rc.0
This discussion was created from the release v1.22.0-rc.0 / 2025-03-07.
Beta Was this translation helpful? Give feedback.
All reactions