v0.6.0
This release still supports WebTransport draft-02, but it already incorporates the extension of the error code space to 32 bits.
This release also updates quic-go to v0.39.0.
Changelog
- replace the WebTransport offer header if already set by @lleyton in #81
- ci: update interop to accomodate breaking changes in Selenium API by @marten-seemann in #83
- ci: remove automerge workflow by @galargh in #90
- ci: update workflows by @galargh in #91
- bump go.mod to Go 1.20, run go fix, update quic-go to v0.38.1 by @galargh in #92
- switch from unmaintained golang/mock to go.uber.org/mock by @marten-seemann in #95
- extend the error code space to 32 bits by @marten-seemann in #74
- update quic-go to v0.39.0 by @marten-seemann in #96
New Contributors
Full Changelog: v0.5.3...v0.6.0