File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11Release History
22===============
33
4- Unreleased
5- ----------
4+ 1.2.0 (2022-08-23)
5+ ------------------
66
77- Bugfix: When a close frame with status NO_STATUS_RCVD is sent, send
88 and empty payload.
9- - <ToDo: add new entries here>
9+ - Bugfix: Changing both encoding and decoding of the Host, from ascii
10+ to idna.
11+ - Bugfix: Support multiple Sec-WebSocket-Extensions and
12+ Sec-WebSocket-Protocol headers.
13+ - Accept bytes alongside string as path argument in
14+ initiate_upgrade_connection.
15+ - Check the state when sending events, raising if the event cannot be
16+ sent in the current state.
17+ - Send an empty payload for NO_STATUS_RCVD.
1018
1119
12201.1.0 (2022-02-27)
Original file line number Diff line number Diff line change 1111from .handshake import H11Handshake
1212from .typing import Headers
1313
14- __version__ = "1.1.0+dev "
14+ __version__ = "1.2.0 "
1515
1616
1717class WSConnection :
You can’t perform that action at this time.
0 commit comments