From d0d95baadeae9f8aaf8bccc96177081e6a83e57b Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Wed, 14 Jun 2023 16:58:21 -0700 Subject: [PATCH] Update CHANGELOG.md for 2.7.0 release (#627) --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bccf298..73d9d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,21 @@ +# 2.7.0 + +## Fixed + * Pass User-Agent when connecting to proxy (#597) + * Proxy: Use CONNECT for HTTPS requests, but not HTTP requests (#587) + * Cookie headers are now cleared on redirect (#608) + * HTTP/1.0 responses with Content-Length no longer block until server closes + the socket. (#625) + +## Added + * Conversions to and from http::Response and http::request::Builder (#591) + * Updated to rustls 0.21 and rustls-webpki, which add support for IP address certificates (#601) + * Response::local_addr (#605) + # 2.6.2 ## Fixed - * Non-empty connection pools were never dropped (#NNN) + * Non-empty connection pools were never dropped (#583) # 2.6.1