Version 0.46.0 (#2918)
This commit is contained in:
parent
7375b5bf66
commit
b224045f59
@ -2,6 +2,17 @@
|
||||
toc_depth: 2
|
||||
---
|
||||
|
||||
## 0.46.0 (April 23, 2026)
|
||||
|
||||
### Added
|
||||
|
||||
* Support `ws_max_size` in `wsproto` implementation (#2915)
|
||||
* Support `ws_ping_interval` and `ws_ping_timeout` in `wsproto` implementation (#2916)
|
||||
|
||||
### Changed
|
||||
|
||||
* Use `bytearray` for incoming WebSocket message buffer in `websockets-sansio` (#2917)
|
||||
|
||||
## 0.45.0 (April 21, 2026)
|
||||
|
||||
### Added
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
from uvicorn.config import Config
|
||||
from uvicorn.main import Server, main, run
|
||||
|
||||
__version__ = "0.45.0"
|
||||
__version__ = "0.46.0"
|
||||
__all__ = ["main", "run", "Config", "Server"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user