Version 0.21.2 (#2011)
This commit is contained in:
parent
eb46c2d809
commit
f6b76571fa
@ -4,6 +4,13 @@ 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.21.2 (5th January, 2022)
|
||||
|
||||
### Fixed
|
||||
|
||||
* HTTP/2 support for tunnelled proxy cases. (#2009)
|
||||
* Improved the speed of large file uploads. (#1948)
|
||||
|
||||
## 0.21.1 (16th November, 2021)
|
||||
|
||||
### Fixed
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
__title__ = "httpx"
|
||||
__description__ = "A next generation HTTP client, for Python 3."
|
||||
__version__ = "0.21.1"
|
||||
__version__ = "0.21.2"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user