v0.24.1
This patch release:
- fixes a race condition in WebTransport, leading to streams not being accepted occasionally: quic-go/webtransport-go#53
- includes the role (remote / local) in QUIC error messages: quic-go/quic-go#3629
- fixes a bug in the routed host, that didn't always report the right error on connection failures: #1946
What's Changed
- webtransport: update webtransport-go to v0.4.2 by @marten-seemann in #1941
- quic: update quic-go to v0.31.1 by @marten-seemann in #1942
- quic: fix race condition in TestClientCanDialDifferentQUICVersions by @marten-seemann in #1937
- webtransport: fix flaky accept queue test by @marten-seemann in #1938
- chore: update examples to v0.24.0 by @marten-seemann in #1936
- routed host: return Connect error if FindPeer doesn't yield new addresses by @marten-seemann in #1946
- release v0.24.1 by @marten-seemann in #1945
Full Changelog: v0.24.0...v0.24.1