]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.21.3 (#2017) 0.21.3
authorTom Christie <tom@tomchristie.com>
Thu, 6 Jan 2022 14:36:58 +0000 (14:36 +0000)
committerGitHub <noreply@github.com>
Thu, 6 Jan 2022 14:36:58 +0000 (14:36 +0000)
CHANGELOG.md
httpx/__version__.py

index 923060162573fb062cce0c55dc1e811b34619816..d7d8020aab8a94c57c8a323af3a5a8964cdbd568 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.21.3 (6th January, 2022)
+
+### Fixed
+
+* Fix streaming uploads using `SyncByteStream` or `AsyncByteStream`. Regression in 0.12.2. (#2016)
+
 ## 0.21.2 (5th January, 2022)
 
 ### Fixed
index 4b45451cea9705e1c7b83514bb40010ad463f47f..70decd1bbe691dc47e14448783464d7f6bcf608a 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.21.2"
+__version__ = "0.21.3"