Skip to content

0.17.5

Compare
Choose a tag to compare
@untitaker untitaker released this 14 Sep 13:11
· 2120 commits to master since this release
  • Work around an issue in the Python stdlib that makes the entire process deadlock during garbage collection if events are sent from a __del__ implementation.
  • Add possibility to wrap ASGI application twice in middleware to enable split up of request scope data and exception catching.