File tree Expand file tree Collapse file tree 4 files changed +28
-6
lines changed Expand file tree Collapse file tree 4 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,33 @@ History of changes
5
5
6
6
.. towncrier release notes start
7
7
8
+ v0.13.0 (2022-01-19)
9
+ --------------------
10
+
11
+ Features
12
+ ~~~~~~~~
13
+
14
+ - Clarify that the Headers class is a Sequence and inherit from the
15
+ collections Sequence abstract base class to also indicate this (and
16
+ gain the mixin methods). See also #104. (`#112
17
+ <https://github.com/python-hyper/h11/issues/112> `__)
18
+ - Switch event classes to dataclasses for easier typing and slightly
19
+ improved performance. (`#124
20
+ <https://github.com/python-hyper/h11/issues/124> `__)
21
+ - Shorten traceback of protocol errors for easier readability (`#132
22
+ <https://github.com/python-hyper/h11/pull/132> `__).
23
+ - Add typing including a PEP 561 marker for usage by type checkers
24
+ (`#135 <https://github.com/python-hyper/h11/pull/135 >`__).
25
+ - Expand the allowed status codes to [0, 999] from [0, 600] (`#134
26
+ https://github.com/python-hyper/h11/issues/134 `__).
27
+
28
+ Backwards **in **\c ompatible changes
29
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30
+
31
+ - Ensure request method is a valid token (`#141
32
+ https://github.com/python-hyper/h11/pull/141> `__).
33
+
34
+
8
35
v0.12.0 (2021-01-01)
9
36
--------------------
10
37
Original file line number Diff line number Diff line change 13
13
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
14
14
# 1.0.0.)
15
15
16
- __version__ = "0.12.0+dev "
16
+ __version__ = "0.13.0 "
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments