File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 6.1.0] - 2020-10-09
11
+
12
+ This release brings improvements for ` HyperClient ` (` hyper_client ` feature).
13
+
14
+ ### Added
15
+ - ` HyperClient ` now impls ` Default ` .
16
+ - ` HyperClient::from_client(hyper::Client<C>) ` .
17
+
18
+ ### Changed
19
+ - ` HyperClient ` now re-uses the internal client, allowing connection pooling.
20
+
10
21
## [ 6.0.0] - 2020-09-25
11
22
12
23
This release moves the responsibility of any client sharing to the user.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " http-client"
3
- version = " 6.0 .0"
3
+ version = " 6.1 .0"
4
4
license = " MIT OR Apache-2.0"
5
5
repository = " https://github.com/http-rs/http-client"
6
6
documentation = " https://docs.rs/http-client"
You can’t perform that action at this time.
0 commit comments