Version 0.42.0 (#2786)

* Version 0.42.0

* Change date
This commit is contained in:
Marcelo Trylesinski 2024-12-14 09:59:35 +01:00 committed by GitHub
parent 672cd427fa
commit 28991b7ea1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 1 deletions

View 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

View File

@ -1 +1 @@
__version__ = "0.41.3"
__version__ = "0.42.0"