File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
4
- dev
5
- ---
4
+ 4.1.0 (2021-10-05)
5
+ ------------------
6
6
7
7
**Note: ** The GitHub repository has been renamed to ``python-hyper/h2 ``, previously
8
- was ``python-hyper/hyper-h2 ``. **The name of the package on PyPI is unchanged **
8
+ was ``python-hyper/hyper-h2 ``. **The name of the package on PyPI is unchanged! **
9
9
10
10
API Changes (Backward-Compatible)
11
11
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12
12
13
13
- Support for Python 3.9 has been added.
14
-
15
- API Changes (Backward-Incompatible)
16
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17
-
18
- -
14
+ - Support for Python 3.10 has been added.
15
+ - New example for a Python socket HTTP/2 client.
16
+ - New `OutputLogger ` for use with ``h2.config.logger ``. This is only provided
17
+ for convenience and not part of the stable API.
19
18
20
19
Bugfixes
21
20
~~~~~~~~
22
21
23
- -
22
+ - Header validation now rejects empty header names with a ProtocolError. While
23
+ hpack decodes such header blocks without issues, they violate the
24
+ HTTP semantics.
25
+ - Fix TE header name in error message.
24
26
25
27
26
28
4.0.0 (2020-09-19)
Original file line number Diff line number Diff line change 5
5
6
6
A HTTP/2 implementation.
7
7
"""
8
- __version__ = '4.1.0+dev '
8
+ __version__ = '4.1.0'
You can’t perform that action at this time.
0 commit comments