@@ -4,12 +4,21 @@ Release History
4
4
X.X.X (XXXX-XX-XX)
5
5
------------------
6
6
7
+ *Regressions and Known Bugs *
8
+
9
+ - Support for Python 3.3 has been temporarily dropped due to features missing
10
+ from the Python 3.3 ``ssl `` module. PyOpenSSL has been identified as a
11
+ replacement, but until NPN support is merged it cannot be used. Python 3.3
12
+ support *will * be re-added when a suitable release of PyOpenSSL is shipped.
13
+ - Technically this release also includes support for PyPy and Python 2.7. That
14
+ support is also blocked behind a suitable PyOpenSSL release.
15
+
16
+ For more information on these regressions, please see `Issue #37 `_.
17
+
7
18
*Major Changes *
8
19
9
20
- Support for HPACK draft 9.
10
21
- Support for HTTP/2 draft 14.
11
- - Support for Python 2.7, thanks to the inimitable @alekstorm! (`Issue #33 `_)
12
- - Support for PyPy.
13
22
- Support for Sever Push, thanks to @alekstorm. (`Issue #40 `_)
14
23
- Use a buffered socket to avoid unnecessary syscalls. (`Issue #56 `_)
15
24
- If `nghttp2 `_ is present, use its HPACK encoder for improved speed and
@@ -37,6 +46,7 @@ X.X.X (XXXX-XX-XX)
37
46
.. _Issue #26 : https://github.com/Lukasa/hyper/issues/26
38
47
.. _Issue #27 : https://github.com/Lukasa/hyper/issues/27
39
48
.. _Issue #33 : https://github.com/Lukasa/hyper/issues/33
49
+ .. _Issue #37 : https://github.com/Lukasa/hyper/issues/37
40
50
.. _Issue #39 : https://github.com/Lukasa/hyper/issues/39
41
51
.. _Issue #40 : https://github.com/Lukasa/hyper/issues/40
42
52
.. _Issue #41 : https://github.com/Lukasa/hyper/issues/41
0 commit comments