### Fixed
- Multiple headers of the same name are now present with any client backend and not just `h1_client`.
- Connection when multiple IPs are present for a hostname not function with the `h1_client` backend.
This commit is contained in:
Jeremiah Senkpiel 2021-03-12 15:48:40 -08:00
parent bcbc2b2138
commit 6ba80b3ce3
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
## [Unreleased]
## [6.3.5] - 2021-03-12
### Fixed
- Multiple headers of the same name are now present with any client backend and not just `h1_client`.
- Connection when multiple IPs are present for a hostname not function with the `h1_client` backend.
## [6.3.4] - 2021-03-06
### Fixed

View File

@ -1,6 +1,6 @@
[package]
name = "http-client"
version = "6.3.4"
version = "6.3.5"
license = "MIT OR Apache-2.0"
repository = "https://github.com/http-rs/http-client"
documentation = "https://docs.rs/http-client"