There was an error while loading. Please reload this page.
1 parent 92b925e commit bc239afCopy full SHA for bc239af
2 files changed
CHANGELOG.rst
@@ -1,20 +1,13 @@
1
Release History
2
===============
3
4
-dev
5
----
6
-
7
-**API Changes (Backward Incompatible)**
8
9
--
10
11
-**API Changes (Backward Compatible)**
12
13
-- Performance improvement: remove consumed frames in-place from data buffer.
+4.4.1 (2026-08-03)
+------------------
14
15
**Bugfixes**
16
17
+- Performance improvement: remove consumed frames in-place from data buffer.
+- Reject duplicate Host headers in request headers. Thanks to Sunand Mohan for the report.
18
19
4.4.0 (2026-07-23)
20
------------------
src/h2/__init__.py
@@ -3,4 +3,4 @@
"""
from __future__ import annotations
-__version__ = "4.5.0+dev"
+__version__ = "4.4.1"
0 commit comments