]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.35.0 (#2404) 0.35.0
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Thu, 11 Jan 2024 14:29:36 +0000 (15:29 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Jan 2024 14:29:36 +0000 (07:29 -0700)
* Version 0.35.0

* Update release-notes.md

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

index d5a776888b5c775f321c03879bd44f7a90e33605..831c007cf589d481707bbe952efeedb2593926c1 100644 (file)
@@ -1,3 +1,20 @@
+## 0.35.0
+
+January 11, 2024
+
+#### Added
+
+* Add `*args` to `Middleware` and improve its type hints [#2381](https://github.com/encode/starlette/pull/2381).
+
+#### Fixed
+
+* Use `Iterable` instead `Iterator` on `iterate_in_threadpool` [#2362](https://github.com/encode/starlette/pull/2362).
+
+#### Changes
+
+* Handle `root_path` to keep compatibility with mounted ASGI applications and WSGI [#2400](https://github.com/encode/starlette/pull/2400).
+* Turn `scope["client"]` to `None` on `TestClient` [#2377](https://github.com/encode/starlette/pull/2377).
+
 ## 0.34.0
 
 December 16, 2023
index eab0e9cdf1dc0c7dce4ae57316105113c3e14a79..e0d0ed6030397bafe7eaa72e60c10e6fce504af0 100644 (file)
@@ -1 +1 @@
-__version__ = "0.34.0"
+__version__ = "0.35.0"