We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d01da commit 20c8e71Copy full SHA for 20c8e71
CHANGELOG.rst
@@ -9,17 +9,21 @@ dev
9
- Support for Python 3.6 has been removed.
10
- Support for Python 3.7 has been removed.
11
- Support for Python 3.8 has been removed.
12
+- Remove mistakenly set `max_inbound_frame_size` attribute on `H2Stream`.
13
14
**API Changes (Backward Compatible)**
15
16
- Support for Python 3.11 has been added.
17
- Support for Python 3.12 has been added.
18
- Support for Python 3.13 has been added.
-- Added typing information.
19
+- Add an ability to send outbound cookies separately to improve headers compression.
20
+- Updated packaging and testing infrastructure.
21
22
**Bugfixes**
23
--
24
+- Fix repr() checks for Python 3.11
25
+- Fix asyncio / wsgi examples.
26
+- Clarify docs on using curl with http2.
27
28
4.1.0 (2021-10-05)
29
------------------
0 commit comments