Skip to content

Version 0.47.0

Compare
Choose a tag to compare
@Kludex Kludex released this 29 May 15:44
· 8 commits to master since this release
739321d

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.

New Contributors

Full Changelog: 0.46.2...0.47.0