]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Release 0.15.3 (#1318) 0.15.3
authorFlorimond Manca <florimond.manca@gmail.com>
Thu, 24 Sep 2020 09:39:02 +0000 (11:39 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Sep 2020 09:39:02 +0000 (11:39 +0200)
CHANGELOG.md
httpx/__version__.py

index 663b990901fd72ca09a8f2af99438ec9bcc34024..d2a67e1e031a1cb71c9d43417af04c32f3ed2fd1 100644 (file)
@@ -4,6 +4,12 @@ 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.15.3 (September 24th, 2020)
+
+### Fixed
+
+* Fixed connection leak in async client due to improper closing of response streams. (Pull #1316)
+
 ## 0.15.2 (September 23nd, 2020)
 
 ### Fixed
index 8a93b253b5c50468b60c32b3d6ce3e9454d5fbc8..6b163b9b655dbfff360010b15d3e9be8d2e50cb2 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.15.2"
+__version__ = "0.15.3"