File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 2
2
toc_depth : 2
3
3
---
4
4
5
+ ## 0.47.0 (May 29, 2025)
6
+
7
+ #### Added
8
+
9
+ * Add support for ASGI ` pathsend ` extension [ #2671 ] ( https://github.com/encode/starlette/pull/2671 ) .
10
+ * Add ` partitioned ` attribute to ` Response.set_cookie ` [ #2501 ] ( https://github.com/encode/starlette/pull/2501 ) .
11
+
12
+ #### Changed
13
+
14
+ * Change ` methods ` parameter type from ` list[str] ` to ` Collection[str] `
15
+ [ #2903 ] ( https://github.com/encode/starlette/pull/2903 ) .
16
+ * Replace ` import typing ` by ` from typing import ... ` in the whole codebase
17
+ [ #2867 ] ( https://github.com/encode/starlette/pull/2867 ) .
18
+
19
+ #### Fixed
20
+
21
+ * Mark ` ExceptionMiddleware.http_exception ` as async to prevent thread creation
22
+ [ #2922 ] ( https://github.com/encode/starlette/pull/2922 ) .
23
+
5
24
## 0.46.2 (April 13, 2025)
6
25
7
26
#### Fixed
8
27
9
- * Prevents reraising of exception from BaseHttpMiddleware [ #2911 ] ( https://github.com/encode/starlette/pull/2911 )
28
+ * Prevents reraising of exception from BaseHttpMiddleware [ #2911 ] ( https://github.com/encode/starlette/pull/2911 ) .
10
29
* Use correct index on backwards compatible logic in ` TemplateResponse ` [ #2909 ] ( https://github.com/encode/starlette/pull/2909 ) .
11
30
12
31
## 0.46.1 (March 8, 2025)
Original file line number Diff line number Diff line change 1
- __version__ = "0.46.2 "
1
+ __version__ = "0.47.0 "
You can’t perform that action at this time.
0 commit comments