Skip to content

Commit c9b4b65

Browse files
committed
v0.11.24
1 parent ddf7f24 commit c9b4b65

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
## v0.11.23
210

311
- Add `Proxy::custom_http_auth(val)` for setting the raw `Proxy-Authorization` header when connecting to proxies.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest"
3-
version = "0.11.23" # remember to update html_root_url
3+
version = "0.11.24" # remember to update html_root_url
44
description = "higher level HTTP client library"
55
keywords = ["http", "request", "client"]
66
categories = ["web-programming::http-client", "wasm"]

0 commit comments

Comments
 (0)