Skip to content

Commit 3090eea

Browse files
committed
5.0.0
1 parent 99e470b commit 3090eea

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
77

88
## [Unreleased]
99

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`.
20+
21+
## Fixed
22+
- Fixed WASM compilation.
23+
- Fixed Isahc (curl) client translation setting duplicate headers incorrectly.
24+
1025
## [4.0.0] - 2020-07-09
1126

1227
This release allows `HttpClient` to be used as a dynamic Trait object.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-client"
3-
version = "4.0.0"
3+
version = "5.0.0"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/http-client"
66
documentation = "https://docs.rs/http-client"

0 commit comments

Comments
 (0)