Skip to content

Commit ed264d5

Browse files
authored
Merge pull request #913 from benoitc/bump/quic-1.7.1
Bump quic to 1.7.1
2 parents 447d868 + 3ba2d56 commit ed264d5

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

NEWS.md

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

3+
unreleased
4+
----------
5+
6+
### Changed
7+
8+
- Bump `quic` to 1.7.1. A clean QUIC connection close (idle pooled HTTP/3
9+
connections, orderly shutdown) no longer emits ERROR and CRASH reports from
10+
`quic_h3_connection` nor propagates an abnormal exit to the connection
11+
owner. This also removes the intermittent eunit group cancellation in the
12+
h3/wt test suites.
13+
314
4.7.1 - 2026-07-17
415
------------------
516

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
{deps, [
5555
%% Pure Erlang QUIC + HTTP/3 stack
56-
{quic, "~>1.7.0"},
56+
{quic, "~>1.7.1"},
5757
%% Pure Erlang HTTP/2 stack
5858
{h2, "~>0.11.0"},
5959
%% WebTransport client (HTTP/3 and HTTP/2) - powers the wt_* API

0 commit comments

Comments
 (0)