v0.7.0
Breaking Changes
Before v0.7.0, the server (incorrectly) didn't advertise support the Extended CONNECT extension. With quic-go/quic-go#4341, it now does. The client now checks for Extended CONNECT support, and aborts the handshake if the server doesn't support it. This means that v0.7.0 clients are now incompatible with pre-v0.7.0 servers.
What's Changed
- close http3.RoundTripper after test by @hareku in #101
- update quic-go to v0.41.0 by @marten-seemann in #114
- set the H3 WebTransport setting on the client side by @marten-seemann in #105
- ci: update ChromeDriver to v114.0.5735.90 in interop test by @marten-seemann in #123
- enable Dependabot for GitHub Actions by @marten-seemann in #124
- Bump actions/checkout from 3 to 4 by @dependabot in #125
- Bump actions/setup-go from 3 to 5 by @dependabot in #127
- Bump nanasess/setup-chromedriver from 1 to 2 by @dependabot in #126
- Bump actions/setup-python from 4 to 5 by @dependabot in #128
- ci: uci/copy-templates by @web3-bot in #129
- update quic-go to v0.42.0 by @marten-seemann in #119
- check the server's HTTP/3 SETTINGS before initiating a session by @marten-seemann in #120
New Contributors
- @hareku made their first contribution in #101
- @dependabot made their first contribution in #125
Full Changelog: v0.6.0...v0.7.0