File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.11.24
2
+
3
+ - Add ` Certificate::from_pem_bundle() ` to add a bundle.
4
+ - Add ` http3_prior_knowledge() ` to blocking client builder.
5
+ - Remove ` Sync ` bounds requirement for ` Body::wrap_stream() ` .
6
+ - Fix HTTP/2 to retry ` REFUSED_STREAM ` requests.
7
+ - Fix instances of converting ` Url ` to ` Uri ` that could panic.
8
+
1
9
## v0.11.23
2
10
3
11
- Add ` Proxy::custom_http_auth(val) ` for setting the raw ` Proxy-Authorization ` header when connecting to proxies.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " reqwest"
3
- version = " 0.11.23 " # remember to update html_root_url
3
+ version = " 0.11.24 " # remember to update html_root_url
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