0.17.5
- 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.