Skip to content

Version 2.5.0

Compare
Choose a tag to compare
@tarsil tarsil released this 11 Jan 15:26
· 328 commits to main since this release
e423737

Changed

  • Upgraded internal dependencies.
  • The internals for the middleware are now delegated to Starlette directly.
  • Middlewares of Gateway and WebSocket Gateways are now delegated to Starlette.

Fixed

  • Internals to be compliant with new version of Starlette.
  • Building middleware stack for the Middleware object.
  • Internal testing to reflect the new way of the Include to be compliant with the ASGI spec.