Version 0.47.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 #2922
- @Flecart made their first contribution in #2501
- @AllenSH12 made their first contribution in #2936
- @waketzheng made their first contribution in #2867
- @jonathanberthias made their first contribution in #2903
Full Changelog: 0.46.2...0.47.0