File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 22toc_depth : 2
33---
44
5+ ## 0.42.0 (December 14, 2024)
6+
7+ #### Added
8+
9+ * Raise ` ClientDisconnect ` on ` StreamingResponse ` [ #2732 ] ( https://github.com/encode/starlette/pull/2732 ) .
10+
11+ #### Fixed
12+
13+ * Use ETag from headers when parsing If-Range in FileResponse [ #2761 ] ( https://github.com/encode/starlette/pull/2761 ) .
14+ * Follow directory symlinks in ` StaticFiles ` when ` follow_symlinks=True ` [ #2711 ] ( https://github.com/encode/starlette/pull/2711 ) .
15+ * Bump minimum ` python-multipart ` version to ` 0.0.18 ` [ 0ba8395] ( https://github.com/encode/starlette/commit/0ba83959e609bbd460966f092287df1bbd564cc6 ) .
16+ * Bump minimum ` httpx ` version to ` 0.27.0 ` [ #2773 ] ( https://github.com/encode/starlette/pull/2773 ) .
17+
518## 0.41.3 (November 18, 2024)
619
720#### Fixed
Original file line number Diff line number Diff line change 1- __version__ = "0.41.3 "
1+ __version__ = "0.42.0 "
You can’t perform that action at this time.
0 commit comments