forked from pool/python-starlette
- Update to 0.47.0
* Added + Add support for ASGI pathsend extension #2671. + Add partitioned attribute to Response.set_cookie #2501. * Changed + Change methods parameter type from list[str] to Collection[str] #2903. + Replace import typing by from typing import ... in the whole codebase #2867. * Fixed + Mark ExceptionMiddleware.http_exception as async to prevent thread creation #2922. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=63
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 12:21:42 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.47.0
|
||||
* Added
|
||||
+ Add support for ASGI pathsend extension #2671.
|
||||
+ Add partitioned attribute to Response.set_cookie #2501.
|
||||
* Changed
|
||||
+ Change methods parameter type from list[str] to Collection[str] #2903.
|
||||
+ Replace import typing by from typing import ... in the whole codebase #2867.
|
||||
* Fixed
|
||||
+ Mark ExceptionMiddleware.http_exception as async to prevent thread creation #2922.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 1 06:01:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user