3.0.0 - 2026-02-03
Removed
- Drop official support for Python 3.9 as it has reached EOL. (Pull #35)
Added
- Add official support for Python 3.14. (Pull #35)
- Add naive buffered request and response streaming, opt-in via
allow_naive_streaming=True. (Pull #33, #34)
Fixed
- Fix handling of non-
http.requestASGI messages when receiving the request (includinghttp.disconnect). They are now passed through instead of raising an error. (Pull #33)