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 1
1
Release History
2
2
===============
3
3
4
- Unreleased
5
- ----------
4
+ 1.2.0 (2022-08-23)
5
+ ------------------
6
6
7
7
- Bugfix: When a close frame with status NO_STATUS_RCVD is sent, send
8
8
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.
10
18
11
19
12
20
1.1.0 (2022-02-27)
Original file line number Diff line number Diff line change 11
11
from .handshake import H11Handshake
12
12
from .typing import Headers
13
13
14
- __version__ = "1.1.0+dev "
14
+ __version__ = "1.2.0 "
15
15
16
16
17
17
class WSConnection :
You can’t perform that action at this time.
0 commit comments