Commit 92aa28c 1 parent 6c6170b commit 92aa28c Copy full SHA for 92aa28c
File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
12
## v0.11.27
2
13
3
14
- Add ` hickory-dns ` feature, deprecating ` trust-dns ` .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " reqwest"
3
- version = " 0.11.27 " # remember to update html_root_url
3
+ version = " 0.12.0 "
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