v0.11.24
What's Changed
- Add
Certificate::from_pem_bundle()
to add a bundle. - Add
http3_prior_knowledge()
to blocking client builder. - Remove
Sync
bounds requirement forBody::wrap_stream()
. - Fix HTTP/2 to retry
REFUSED_STREAM
requests. - Fix instances of converting
Url
toUri
that could panic.
New Contributors
- @magurotuna made their first contribution in #2081
- @michaelciraci made their first contribution in #2102
- @basic-bgnr made their first contribution in #2110
- @jgraef made their first contribution in #2114
- @LucasPickering made their first contribution in #2040
- @gibbz00 made their first contribution in #2032
Full Changelog: v0.11.23...v0.11.24