0.46.0
Version 0.46.0
Added 2
- Support `ws_max_size` in `wsproto` implementation
- Support `ws_ping_interval` and `ws_ping_timeout` in `wsproto` implementation
Changed 1
- Use `bytearray` for incoming WebSocket message buffer in websockets-sansio
What's Changed
- Support
ws_max_sizeinwsprotoimplementation by @Kludex in https://github.com/Kludex/uvicorn/pull/2915 - Support
ws_ping_intervalandws_ping_timeoutinwsprotoimplementation by @Kludex in https://github.com/Kludex/uvicorn/pull/2916 - Use
bytearrayfor incoming WebSocket message buffer in websockets-sansio by @Kludex in https://github.com/Kludex/uvicorn/pull/2917
Full Changelog: https://github.com/Kludex/uvicorn/compare/0.45.0...0.46.0