Skip to content

Bump h2 to 0.12.0 and webtransport to 0.4.5 - #930

Merged
benoitc merged 1 commit into
masterfrom
deps/h2-webtransport-bump
Aug 12, 2026
Merged

Bump h2 to 0.12.0 and webtransport to 0.4.5#930
benoitc merged 1 commit into
masterfrom
deps/h2-webtransport-bump

Conversation

@benoitc

Copy link
Copy Markdown
Owner

h2 0.12.0 adds serve_socket/2 and runs the TLS handshake in the per-connection process instead of the acceptor. Both changes are server side, so the client is not affected.

webtransport 0.4.5 is a patch release.

eunit is green (1096 tests), xref and dialyzer are clean.

h2 0.12.0 adds serve_socket/2 and moves the TLS handshake into the
per-connection process. Both are server side, so the client is unaffected.
@benoitc
benoitc merged commit d1c6b4b into masterAug 12, 2026
6 checks passed
@benoitcbenoitc mentioned this pull request Aug 12, 2026
sisila pushed a commit to sisila/hackney that referenced this pull request Aug 14, 2026
Bundles the pool fixes merged since 4.7.3 (benoitc#927/benoitc#928, benoitc#929) and the
dependency bumps (h2 0.12.0, webtransport 0.4.5, benoitc#930).
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@benoitc