What's Changed
- Add
Form::into_reader()
for blockingmultipart
forms. - Add
Form::into_stream()
for asyncmultipart
forms. - Add support for SOCKS4a proxies.
- Fix decoding responses with multiple zstd frames.
- Fix
RequestBuilder::form()
from overwriting a previously setContent-Type
header, like the other builder methods. - Fix cloning of request timeout in
blocking::Request
. - Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
- Fix Windows system proxy to use
ProxyOverride
as aNO_PROXY
value. - Fix blocking read to correctly reserve and zero read buffer.
- (wasm) Add support for request timeouts.
- (wasm) Fix
Error::is_timeout()
to return true when from a request timeout.
New Contributors
- @obi1kenobi made their first contribution in #2524
- @decathorpe made their first contribution in #2529
- @flisky made their first contribution in #1760
- @0x676e67 made their first contribution in #2527
- @maximevtush made their first contribution in #2534
- @Property404 made their first contribution in #2554
- @G1gg1L3s made their first contribution in #2544
- @coastalwhite made their first contribution in #2562
- @Fizcko made their first contribution in #2559
- @markussilvan made their first contribution in #2573
- @aunovis-heidrich made their first contribution in #2593
Thanks!
Full Changelog: v0.12.12...v0.12.13