Skip to content

Commit bc239af

Browse files
committed
v4.4.1
1 parent 92b925e commit bc239af

2 files changed

Lines changed: 5 additions & 12 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
Release History
22
===============
33

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.4.1 (2026-08-03)
5+
------------------
146

157
**Bugfixes**
168

17-
-
9+
- Performance improvement: remove consumed frames in-place from data buffer.
10+
- Reject duplicate Host headers in request headers. Thanks to Sunand Mohan for the report.
1811

1912
4.4.0 (2026-07-23)
2013
------------------

src/h2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44
from __future__ import annotations
55

6-
__version__ = "4.5.0+dev"
6+
__version__ = "4.4.1"

0 commit comments

Comments
 (0)