Skip to content

Commit 7f5a755

Browse files
committed
Bump and release 1.2.0
1 parent 88d5efa commit 7f5a755

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
Release 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

1220
1.1.0 (2022-02-27)

src/wsproto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .handshake import H11Handshake
1212
from .typing import Headers
1313

14-
__version__ = "1.1.0+dev"
14+
__version__ = "1.2.0"
1515

1616

1717
class WSConnection:

0 commit comments

Comments
 (0)