File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v0.12.16
2+
3+ - Add ` ClientBuilder::http3_congestion_bbr() ` to enable BBR congestion control.
4+ - Add ` ClientBuilder::http3_send_grease() ` to configure whether to send use QUIC grease.
5+ - Add ` ClientBuilder::http3_max_field_section_size() ` to configure the maximum response headers.
6+ - Add ` ClientBuilder::tcp_keepalive_interval() ` to configure TCP probe interval.
7+ - Add ` ClientBuilder::tcp_keepalive_retries() ` to configure TCP probe count.
8+ - Add ` Proxy::headers() ` to add extra headers that should be sent to a proxy.
9+ - Fix ` redirect::Policy::limit() ` which had an off-by-1 error, allowing 1 more redirect than specified.
10+ - Fix HTTP/3 to support streaming request bodies.
11+ - (wasm) Fix null bodies when calling ` Response::bytes_stream() ` .
12+
113## v0.12.15
214
315- Fix Windows to support both ` ProxyOverride ` and ` NO_PROXY ` .
Original file line number Diff line number Diff line change 11[package ]
22name = " reqwest"
3- version = " 0.12.15 "
3+ version = " 0.12.16 "
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