File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ History of changes
5
5
6
6
.. towncrier release notes start
7
7
8
+ v0.11.0 (2020-10-05)
9
+ --------------------
10
+
11
+ New features:
12
+
13
+ * h11 now stores and makes available the raw header name as
14
+ received. In addition h11 will write out header names with the same
15
+ casing as passed to it. This allows compatibility with systems that
16
+ expect titlecased header names. See `#31
17
+ <https://github.com/python-hyper/h11/issues/31> `__.
18
+ * Multiple content length headers are now merged into a single header
19
+ if all the values are equal, if any are unequal a LocalProtocol
20
+ error is raised (as before). See `#92
21
+ <https://github.com/python-hyper/h11/issues/92> `__.
22
+
23
+ Backwards **in **\c ompatible changes:
24
+
25
+ * Headers added by h11, rather than passed to it, now have titlecased
26
+ names. Whilst this should help compatibility it replaces the
27
+ previous lowercased header names.
28
+
8
29
v0.10.0 (2020-08-14)
9
30
--------------------
10
31
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.10.0+dev "
16
+ __version__ = "0.11.0 "
You can’t perform that action at this time.
0 commit comments