Skip to content

Commit 92aa28c

Browse files
committed
v0.12.0
1 parent 6c6170b commit 92aa28c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v0.12.0
2+
3+
- Upgrade to `hyper`, `http`, and `http-body` v1.
4+
- Add better support for converting to and from `http::Request` and `http::Response`.
5+
- Add `http2` optional cargo feature, default on.
6+
- Add `charset` optional cargo feature, default on.
7+
- Add `macos-system-configuration` cargo feature, default on.
8+
- Change all optional dependencies to no longer be exposed as implicit features.
9+
- Add `ClientBuilder::interface(str)` to specify the local interface to bind to.
10+
- Experimental: disables the `http3` feature temporarily.
11+
112
## v0.11.27
213

314
- Add `hickory-dns` feature, deprecating `trust-dns`.

Cargo.toml

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

0 commit comments

Comments
 (0)