Skip to content

Commit b26d1f9

Browse files
committed
deps(quic): pin to hex 1.0.0
Switch the quic dep from the feat/http3 git branch to the first hex release of erlang_quic (1.0.0). No source changes required; H3 eunit suite passes unchanged.
1 parent 2dd465a commit b26d1f9

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

NEWS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ UNRELEASED
66
### Refactor
77

88
- HTTP/3 is now delegated to the `erlang_quic` library's `quic_h3` module
9-
(branch `feat/http3`). Hackney no longer ships its own HTTP/3 framing,
9+
(hex `quic` 1.0.0). Hackney no longer ships its own HTTP/3 framing,
1010
QPACK codec, control-stream or unidirectional-stream handling:
1111
- `hackney_quic.erl` has been merged into `hackney_h3.erl`: the single
1212
module now holds both the high-level request API and the gen_server
@@ -21,8 +21,7 @@ UNRELEASED
2121
`quic_qpack` in the `quic` dependency.
2222
- H3 peername/sockname/setopts/peercert now return `{error, not_supported}`:
2323
the underlying `quic_h3` connection does not expose them.
24-
- `rebar.config`: `quic` dependency switched to
25-
`{git, "https://github.com/benoitc/erlang_quic.git", {branch, "feat/http3"}}`.
24+
- `rebar.config`: `quic` dependency pinned to hex `1.0.0`.
2625

2726
3.2.1 - 2026-03-01
2827
------------------

rebar.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151

5252
{deps, [
5353
%% Pure Erlang QUIC + HTTP/3 stack
54-
{quic, {git, "https://github.com/benoitc/erlang_quic.git",
55-
{branch, "feat/http3"}}},
54+
{quic, "1.0.0"},
5655
{idna, "~>7.1.0"},
5756
{mimerl, "~>1.4"},
5857
{certifi, "~>2.16.0"},

0 commit comments

Comments
 (0)