We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78afd08 commit 24da8d4Copy full SHA for 24da8d4
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## 0.15.3 (September 24th, 2020)
8
+
9
+### Fixed
10
11
+* Fixed connection leak in async client due to improper closing of response streams. (Pull #1316)
12
13
## 0.15.2 (September 23nd, 2020)
14
15
### Fixed
httpx/__version__.py
@@ -1,3 +1,3 @@
1
__title__ = "httpx"
2
__description__ = "A next generation HTTP client, for Python 3."
3
-__version__ = "0.15.2"
+__version__ = "0.15.3"
0 commit comments