File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 9
9
- Support for Python 3.6 has been removed.
10
10
- Support for Python 3.7 has been removed.
11
11
- Support for Python 3.8 has been removed.
12
+ - Remove mistakenly set `max_inbound_frame_size ` attribute on `H2Stream `.
12
13
13
14
**API Changes (Backward Compatible) **
14
15
15
16
- Support for Python 3.11 has been added.
16
17
- Support for Python 3.12 has been added.
17
18
- Support for Python 3.13 has been added.
18
- - Added typing information.
19
+ - Add an ability to send outbound cookies separately to improve headers compression.
20
+ - Updated packaging and testing infrastructure.
19
21
20
22
**Bugfixes **
21
23
22
- -
24
+ - Fix repr() checks for Python 3.11
25
+ - Fix asyncio / wsgi examples.
26
+ - Clarify docs on using curl with http2.
23
27
24
28
4.1.0 (2021-10-05)
25
29
------------------
You can’t perform that action at this time.
0 commit comments