Skip to content

Commit aa72c58

Browse files
committed
Release 4.4.1
1 parent e8dd826 commit aa72c58

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# NEWS
22

3+
4.4.1 - 2026-06-16
4+
------------------
5+
6+
### Dependencies
7+
8+
- webtransport 0.4.0 -> ~> 0.4.1, h2 ~> 0.10.0 -> ~> 0.10.1, quic 1.6.5 ->
9+
~> 1.6.5. The exact webtransport 0.4.0 pin required h2 0.9.0, conflicting
10+
with hackney's own h2 ~> 0.10.0 and breaking installation on strict
11+
resolvers. webtransport 0.4.1 relaxes that requirement; the ranges now
12+
accept any 0.4.x / 0.10.x / 1.6.x patch release without a further bump.
13+
(#879)
14+
315
4.4.0 - 2026-06-13
416
------------------
517

src/hackney.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{application, hackney,
55
[
66
{description, "Simple HTTP client with HTTP/1.1, HTTP/2, and HTTP/3 support"},
7-
{vsn, "4.4.0"},
7+
{vsn, "4.4.1"},
88
{registered, [hackney_pool]},
99
{applications, [kernel,
1010
stdlib,

0 commit comments

Comments
 (0)