File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v0.12.13
2+
3+ - Add ` Form::into_reader() ` for blocking ` multipart ` forms.
4+ - Add ` Form::into_stream() ` for async ` multipart ` forms.
5+ - Add support for SOCKS4a proxies.
6+ - Fix decoding responses with multiple zstd frames.
7+ - Fix ` RequestBuilder::form() ` from overwriting a previously set ` Content-Type ` header, like the other builder methods.
8+ - Fix cloning of request timeout in ` blocking::Request ` .
9+ - Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
10+ - Fix Windows system proxy to use ` ProxyOverride ` as a ` NO_PROXY ` value.
11+ - Fix blocking read to correctly reserve and zero read buffer.
12+ - (wasm) Add support for request timeouts.
13+ - (wasm) Fix ` Error::is_timeout() ` to return true when from a request timeout.
14+
115## v0.12.12
216
317- (wasm) Fix compilation by not compiler ` tokio/time ` on WASM.
Original file line number Diff line number Diff line change 11[package ]
22name = " reqwest"
3- version = " 0.12.12 "
3+ version = " 0.12.13 "
44description = " higher level HTTP client library"
55keywords = [" http" , " request" , " client" ]
66categories = [" web-programming::http-client" , " wasm" ]
You can’t perform that action at this time.
0 commit comments