Skip to content

Version 0.13.5

Compare
Choose a tag to compare
@tomchristie tomchristie released this 17 Jul 12:41
· 730 commits to master since this release
6aa7d9e

0.13.5

  • Add support for Starlette(lifespan=...) functions.
  • More robust path-traversal check in StaticFiles app.
  • Fix WSGI PATH_INFO encoding.
  • RedirectResponse now accepts optional background parameter
  • Allow path routes to contain regex meta characters
  • Treat ASGI HTTP 'body' as an optional key.
  • Don't use thread pooling for writing to in-memory upload files.