v0.35.0-rc.0 #7315
saswatamcode
started this conversation in
General
v0.35.0-rc.0
#7315
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The first release candidate of v0.35.0 is out!
We have several amazing features this time, including distributed query execution, receive tenant-label based request splitting, better query analysis, and loads of bugfixes and optimizations!
Thank you to all contributors who have contributed to this release. It wouldn't be possible without you!
Please try it out and let us know if you find any issues! 🚀
Changelog
Fixed
--block-discovery-strategy
flag to control the listing strategy so that a recursive lister can still be used if the tradeoff of slower but cheaper discovery is preferred.PromQLSmith
based fuzz test to improve correctness.Added
--query.enable-x-functions
to allow usage of extended promql functions (xrate, xincrease, xdelta) in loaded rules--query.mode=distributed
which enables the new distributed mode of the Thanos query engine.--selector.relabel-config
and--selector.relabel-config-file
flags which allows scoping the Querier to a subset of matched TSDBs.--remote-write.client-tls-secure
and--remote-write.client-tls-skip-verify
flags to stop relying on grpc server config to determine grpc client secure/skipVerify.X-Forwarded-For
header for the remote address in the logs.Changed
New Contributors
Full Commit History: v0.34.1...v0.35.0-rc.0
This discussion was created from the release v0.35.0-rc.0.
Beta Was this translation helpful? Give feedback.
All reactions