File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
- 0.15.0 Unreleased
1
+ 0.15.0 2019-08-10
2
2
-----------------
3
3
4
+ *This contains all the Bugfixes in the 0.14 branch. *
5
+
6
+ * Drop support for Python 2. Please pin to ~= 0.14.0 if you support
7
+ Python 2.
8
+ * Drop support for Python 3.5, meaning the minimum supported version
9
+ is Python 3.6.1.
10
+ * Switch events to be dataclass based, otherwise the API is
11
+ consistent.
12
+ * Add type hints throughout and support PEP 561 via a py.typed
13
+ file. This should allow projects that use wsproto to type check their
14
+ usage of wsproto.
15
+ * Bugfix prevent the test folder being installed as a package called
16
+ test.
17
+ * Explicitly require Host header in handshake.
18
+ * Drop wsaccel support and utilise the aiohttp/@willmcgugan masking
19
+ method. wsaccel is unmaintained and this new maksing method is
20
+ almost as quick.
21
+
4
22
0.14.1 2019-05-30
5
23
-----------------
6
24
Original file line number Diff line number Diff line change 12
12
from .handshake import H11Handshake
13
13
from .typing import Headers
14
14
15
- __version__ = "0.14.0+dev "
15
+ __version__ = "0.15.0 "
16
16
17
17
18
18
class WSConnection :
You can’t perform that action at this time.
0 commit comments