Skip to content

Commit 3501892

Browse files
committed
Bump and release 0.14.0
1 parent 582d052 commit 3501892

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
0.14.0 Unreleased
1+
0.14.0 2019-04-06
22
-----------------
33

4+
* Bugfix clarify subprotocol type as str not bytes.
5+
* Support HTTP/2 WebSockets. This requires a HTTP/2 parser (not
6+
included), with hyper-h2 recommended. It renames
7+
``handshake_extensions`` and hence is a breaking change.
8+
* Bugfix badly formatted type hints.
9+
* Bugfix minor issues identified by type checking.
410

511
0.13.0 2019-01-24
612
-----------------

wsproto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .connection import ConnectionType
99
from .handshake import H11Handshake
1010

11-
__version__ = "0.13.0+dev"
11+
__version__ = "0.14.0"
1212

1313

1414
class WSConnection(object):

0 commit comments

Comments
 (0)