]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.20.1 (#1644) 0.20.1
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 28 May 2022 07:58:34 +0000 (09:58 +0200)
committerGitHub <noreply@github.com>
Sat, 28 May 2022 07:58:34 +0000 (09:58 +0200)
* Version 0.20.1

* Update docs/release-notes.md

* Update release-notes.md

* Update release-notes.md

* Update release-notes.md

docs/release-notes.md
starlette/__init__.py

index 1e5d1d0ea59d6efd2f150d8394794094b86c204a..f6d59e6d56a14763d48669f897fc9a6d0718f2b3 100644 (file)
@@ -1,3 +1,14 @@
+## 0.20.1
+
+May 28, 2022
+
+### Fixed
+* Improve detection of async callables [#1444](https://github.com/encode/starlette/pull/1444).
+* Send 400 (Bad Request) when `boundary` is missing [#1617](https://github.com/encode/starlette/pull/1617).
+* Send 400 (Bad Request) when missing "name" field on `Content-Disposition` header [#1643](https://github.com/encode/starlette/pull/1643).
+* Do not send empty data to `StreamingResponse` on `BaseHTTPMiddleware` [#1609](https://github.com/encode/starlette/pull/1609).
+* Add `__bool__` dunder for `Secret` [#1625](https://github.com/encode/starlette/pull/1625).
+
 ## 0.20.0
 
 May 3, 2022
index 5f4bb0b3459b4ba19a73bd0b96373c042934868e..ac82404646cedc523f6d8534263fd3cb78c2164a 100644 (file)
@@ -1 +1 @@
-__version__ = "0.20.0"
+__version__ = "0.20.1"