8000 Bump version to 0.12.0 · sysfce2/python-h11@a58eabe · GitHub
[go: up one dir, main page]

Skip to content

Commit a58eabe

Browse files
committed
Bump version to 0.12.0
1 parent 88d7bd1 commit a58eabe

File tree

5 files changed

+25
-7
lines changed

5 files changed

+25
-7
lines changed

docs/source/changes.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
832
v0.11.0 (2020-10-05)
933
--------------------
1034

h11/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
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"

newsfragments/114.removal.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

newsfragments/122.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/7.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0