File tree 2 files changed +15
-1
lines changed
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
+
1
15
## v0.12.12
2
16
3
17
- (wasm) Fix compilation by not compiler ` tokio/time ` on WASM.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " reqwest"
3
- version = " 0.12.12 "
3
+ version = " 0.12.13 "
4
4
description = " higher level HTTP client library"
5
5
keywords = [" http" , " request" , " client" ]
6
6
categories = [" web-programming::http-client" , " wasm" ]
You can’t perform that action at this time.
0 commit comments