From 6ba80b3ce392e82610406ed53cedd711c4062790 Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Fri, 12 Mar 2021 15:48:40 -0800 Subject: [PATCH] 6.3.5 ### 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. --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0029a6..aabce8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index bf135ba..0040a77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"