Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit b91592a

Browse files
committed
Mention 3.3, 2.7 and PyPy regressions.
1 parent 6038878 commit b91592a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

HISTORY.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,21 @@ Release History
44
X.X.X (XXXX-XX-XX)
55
------------------
66

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+
718
*Major Changes*
819

920
- Support for HPACK draft 9.
1021
- Support for HTTP/2 draft 14.
11-
- Support for Python 2.7, thanks to the inimitable @alekstorm! (`Issue #33`_)
12-
- Support for PyPy.
1322
- Support for Sever Push, thanks to @alekstorm. (`Issue #40`_)
1423
- Use a buffered socket to avoid unnecessary syscalls. (`Issue #56`_)
1524
- If `nghttp2`_ is present, use its HPACK encoder for improved speed and
@@ -37,6 +46,7 @@ X.X.X (XXXX-XX-XX)
3746
.. _Issue #26: https://github.com/Lukasa/hyper/issues/26
3847
.. _Issue #27: https://github.com/Lukasa/hyper/issues/27
3948
.. _Issue #33: https://github.com/Lukasa/hyper/issues/33
49+
.. _Issue #37: https://github.com/Lukasa/hyper/issues/37
4050
.. _Issue #39: https://github.com/Lukasa/hyper/issues/39
4151
.. _Issue #40: https://github.com/Lukasa/hyper/issues/40
4252
.. _Issue #41: https://github.com/Lukasa/hyper/issues/41

0 commit comments

Comments
 (0)