]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Version 0.42.0 (#2786) 0.42.0
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 14 Dec 2024 08:59:35 +0000 (09:59 +0100)
committerGitHub <noreply@github.com>
Sat, 14 Dec 2024 08:59:35 +0000 (09:59 +0100)
* Version 0.42.0

* Change date

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

index 27f47fccf4836c8af7d32c603f7a17f1d27fcc9b..5513005da74600b5bb1b942990955dbe21bf27d1 100644 (file)
@@ -2,6 +2,19 @@
 toc_depth: 2
 ---
 
+## 0.42.0 (December 14, 2024)
+
+#### Added
+
+* Raise `ClientDisconnect` on `StreamingResponse` [#2732](https://github.com/encode/starlette/pull/2732).
+
+#### Fixed
+
+* Use ETag from headers when parsing If-Range in FileResponse [#2761](https://github.com/encode/starlette/pull/2761).
+* Follow directory symlinks in `StaticFiles` when `follow_symlinks=True` [#2711](https://github.com/encode/starlette/pull/2711).
+* Bump minimum `python-multipart` version to `0.0.18` [0ba8395](https://github.com/encode/starlette/commit/0ba83959e609bbd460966f092287df1bbd564cc6).
+* Bump minimum `httpx` version to `0.27.0` [#2773](https://github.com/encode/starlette/pull/2773).
+
 ## 0.41.3 (November 18, 2024)
 
 #### Fixed
index ef838c9858230c8ef078be997abd43ed089af8e7..92717f71e70e1d088e212b1ad5b9f5e93d1233a2 100644 (file)
@@ -1 +1 @@
-__version__ = "0.41.3"
+__version__ = "0.42.0"