Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-29 | 1.2 kB | |
Version 0.47.0 source code.tar.gz | 2025-05-29 | 2.6 MB | |
Version 0.47.0 source code.zip | 2025-05-29 | 2.6 MB | |
Totals: 3 Items | 5.2 MB | 0 |
Added
- Add support for ASGI
pathsend
extension #2671. - Add
partitioned
attribute toResponse.set_cookie
#2501.
Changed
- Change
methods
parameter type fromlist[str]
toCollection[str]
#2903. - Replace
import typing
byfrom typing import ...
in the whole codebase #2867.
Fixed
- Mark
ExceptionMiddleware.http_exception
as async to prevent thread creation #2922.
New Contributors
- @danlapid made their first contribution in https://github.com/encode/starlette/pull/2922
- @Flecart made their first contribution in https://github.com/encode/starlette/pull/2501
- @AllenSH12 made their first contribution in https://github.com/encode/starlette/pull/2936
- @waketzheng made their first contribution in https://github.com/encode/starlette/pull/2867
- @jonathanberthias made their first contribution in https://github.com/encode/starlette/pull/2903
Full Changelog: https://github.com/encode/starlette/compare/0.46.2...0.47.0