You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
7
7
8
8
## [Unreleased]
9
9
10
+
## [5.0.0] - 2020-09-18
11
+
12
+
This release includes an optional backend using [hyper.rs](https://hyper.rs/), and uses [async-trait](https://crates.io/crates/async-trait) for `HttpClient`.
13
+
14
+
## Added
15
+
-`hyper_client` feature, for using [hyper.rs](https://hyper.rs/) as the client backend.
16
+
17
+
## Changed
18
+
-`HttpClient` now uses [async-trait](https://crates.io/crates/async-trait).
19
+
- This attribute is also re-exported as `http_client::async_trait`.
0 commit comments