Skip to content

Commit

Permalink
6.5.0
Browse files Browse the repository at this point in the history
- `Config` has been stabilized and is now available by default!
- `wasm_client` support for `Config` (only timeouts).
- `Config::max_connections_per_host` (Supported on `h1_client` and `curl_client`.)

- `H1Client::with_max_connections()` was been superseded by `Config::max_connections_per_host`.
  • Loading branch information
Fishrock123 committed Aug 19, 2021
1 parent 14dd1bb commit 80e4fc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview

## [Unreleased]

## [6.5.0]

### Added
- `Config` has been stabilized and is now available by default!
- `wasm_client` support for `Config` (only timeouts).
- `Config::max_connections_per_host` (Supported on `h1_client` and `curl_client`.)

### Deprecated
- `H1Client::with_max_connections()` was been superseded by `Config::max_connections_per_host`.

## [6.4.1] - 2021-05-19

### Docs
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "http-client"
version = "6.4.1"
version = "6.5.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/http-rs/http-client"
documentation = "https://docs.rs/http-client"
Expand Down

0 comments on commit 80e4fc5

Please sign in to comment.