]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.34.0 (#2368) 0.34.0
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 16 Dec 2023 15:36:01 +0000 (16:36 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2023 15:36:01 +0000 (08:36 -0700)
docs/release-notes.md
starlette/__init__.py

index a8c128de24d70aeac754e004c66d676d5c3bfa6b..d5a776888b5c775f321c03879bd44f7a90e33605 100644 (file)
@@ -1,3 +1,21 @@
+## 0.34.0
+
+December 16, 2023
+
+### Added
+
+* Use `ParamSpec` for `run_in_threadpool` [#2375](https://github.com/encode/starlette/pull/2375).
+* Add `UploadFile.__repr__` [#2360](https://github.com/encode/starlette/pull/2360).
+
+### Fixed
+
+* Merge URLs properly on `TestClient` [#2376](https://github.com/encode/starlette/pull/2376).
+* Take weak ETags in consideration on `StaticFiles` [#2334](https://github.com/encode/starlette/pull/2334).
+
+### Deprecated
+
+* Deprecate `FileResponse(method=...)` parameter [#2366](https://github.com/encode/starlette/pull/2366).
+
 ## 0.33.0
 
 December 1, 2023
index 571d8ccaad5098defce467c16861ead483c802f8..eab0e9cdf1dc0c7dce4ae57316105113c3e14a79 100644 (file)
@@ -1 +1 @@
-__version__ = "0.33.0"
+__version__ = "0.34.0"