Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 21:18
· 15 commits to master since this release
4080cd5

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

New Contributors

Full Changelog: v0.6.0...v0.7.0