]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.9.5 (#657) 0.9.5
authorTom Christie <tom@tomchristie.com>
Fri, 20 Dec 2019 11:18:22 +0000 (11:18 +0000)
committerGitHub <noreply@github.com>
Fri, 20 Dec 2019 11:18:22 +0000 (11:18 +0000)
CHANGELOG.md
httpx/__version__.py

index 81a2d21bfa96e19c9bb97ed54bd1cd89891abb1d..bdb16660dce33a5b92f8b223393f73f5fd332f2f 100644 (file)
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
+## 0.9.5 (December 20th, 2019)
+
+### Fixed
+
+- Fix Host header and HSTS rewrites when an explicit `:80` port is included in URL. (Pull #649)
+- Query Params on the URL string are merged with any `params=...` argument. (Pull #653)
+- More robust behavior when closing connections. (Pull #640)
+- More robust behavior when handling HTTP/2 headers with trailing whitespace. (Pull #637)
+- Allow any explicit `Content-Type` header to take precedence over the encoding default. (Pull #633)
+
 ## 0.9.4 (December 12th, 2019)
 
 ### Fixed
index 02d53cb1ee59669d113be4faf64214fc3b54626f..735fa8f047d61cf92f98c29f24c6610e18dcbc13 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.9.4"
+__version__ = "0.9.5"