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 eb46c2d commit f6b7657Copy full SHA for f6b7657
CHANGELOG.md
@@ -4,6 +4,13 @@ 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.21.2 (5th January, 2022)
8
+
9
+### Fixed
10
11
+* HTTP/2 support for tunnelled proxy cases. (#2009)
12
+* Improved the speed of large file uploads. (#1948)
13
14
## 0.21.1 (16th November, 2021)
15
16
### Fixed
httpx/__version__.py
@@ -1,3 +1,3 @@
1
__title__ = "httpx"
2
__description__ = "A next generation HTTP client, for Python 3."
3
-__version__ = "0.21.1"
+__version__ = "0.21.2"
0 commit comments