There was an error while loading. Please reload this page.
2 parents 447d868 + 3ba2d56 commit ed264d5Copy full SHA for ed264d5
2 files changed
NEWS.md
@@ -1,5 +1,16 @@
1
# NEWS
2
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
14
4.7.1 - 2026-07-17
15
------------------
16
rebar.config
@@ -53,7 +53,7 @@
53
54
{deps, [
55
%% Pure Erlang QUIC + HTTP/3 stack
56
- {quic, "~>1.7.0"},
+ {quic, "~>1.7.1"},
57
%% Pure Erlang HTTP/2 stack
58
{h2, "~>0.11.0"},
59
%% WebTransport client (HTTP/3 and HTTP/2) - powers the wt_* API
0 commit comments