Skip to content

Commit

Permalink
Bump and release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Aug 23, 2022
1 parent 88d5efa commit 7f5a755
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
Release History
===============

Unreleased
----------
1.2.0 (2022-08-23)
------------------

- Bugfix: When a close frame with status NO_STATUS_RCVD is sent, send
and empty payload.
- <ToDo: add new entries here>
- Bugfix: Changing both encoding and decoding of the Host, from ascii
to idna.
- Bugfix: Support multiple Sec-WebSocket-Extensions and
Sec-WebSocket-Protocol headers.
- Accept bytes alongside string as path argument in
initiate_upgrade_connection.
- Check the state when sending events, raising if the event cannot be
sent in the current state.
- Send an empty payload for NO_STATUS_RCVD.


1.1.0 (2022-02-27)
Expand Down
2 changes: 1 addition & 1 deletion src/wsproto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .handshake import H11Handshake
from .typing import Headers

__version__ = "1.1.0+dev"
__version__ = "1.2.0"


class WSConnection:
Expand Down

0 comments on commit 7f5a755

Please sign in to comment.