v0.53.0 #79
michaelklishin
announced in
Announcements
v0.53.0
#79
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v0.53.0 (Sep 18, 2025)
Enhancements
uris::UriBuilder
is a convenient way of modifying URIs used by federation upstreams and shovels.Its
replace
andmerge
methods are now much more efficientas they no longer rebuild the URI query string multiple times.
uris::TlsClientSettings
makes it possible to group TLS settings and apply themto a
uris::UriBuilder
in one go.commons::TlsPeerVerificationMode
is a new enum representing TLS peer verification modescommons::TLS_PEER_VERIFICATION_KEY
is a new constant for theverify
key used by federationand shovel URIs, and more
This discussion was created from the release v0.53.0.
Beta Was this translation helpful? Give feedback.
All reactions