File tree Expand file tree Collapse file tree 5 files changed +25
-7
lines changed Expand file tree Collapse file tree 5 files changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ History of changes
55
66.. towncrier release notes start
77
8+ v0.12.0 (2021-01-01)
9+ --------------------
10+
11+ Features
12+ ~~~~~~~~
13+
14+ - Added support for servers with broken line endings.
15+
16+ After this change h11 accepts both ``\r\n `` and ``\n `` as a headers
17+ delimiter. (`#7 <https://github.com/python-hyper/h11/issues/7 >`__)
18+ - Add early detection of invalid http data when request line starts
19+ with binary (`#122
20+ <https://github.com/python-hyper/h11/issues/122> `__)
21+
22+
23+ Deprecations and Removals
24+ ~~~~~~~~~~~~~~~~~~~~~~~~~
25+
26+ - Python 2.7 and PyPy 2 support is removed. h11 now requires
27+ Python>=3.6 including PyPy 3. Users running `pip install h11 ` on
28+ Python 2 will automatically get the last Python 2-compatible
29+ version. (`#114 <https://github.com/python-hyper/h11/issues/114 >`__)
30+
31+
832v0.11.0 (2020-10-05)
933--------------------
1034
Original file line number Diff line number Diff line change 1313# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
1414# 1.0.0.)
1515
16- __version__ = "0.11.0+dev "
16+ __version__ = "0.12.0 "
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments