- Raise `ClientDisconnect(IOError)` on `send()` when client disconnected (2218) - Bump ASGI WebSocket spec version to 2.4 (2221)
0.26.0
Changed
- Update `--root-path` to include the root path prefix in the full ASGI `path` as per the ASGI spec (2213) - Use `__future__.annotations` on some internal modules (2199)
0.25.0
Added
- Support the WebSocket Denial Response ASGI extension (1916)