v0.5.0
Breaking Changes
webtransport-go has moved from the private GitHub account of marten-seemann
to a dedicated org, quic-go
. Now all the QUIC-related repositories (the various qtls forks of crypto/tls, our QPACK implementation, quic-go etc.) are now all located under this org. Note that this will require users to update the import path in go.mod
as well as in Go files. The new import path is github.com/quic-go/webtransport-go
.
Changelog
- use quicvarint.Append instead of quicvarint.Write by @marten-seemann in #56
- update quic-go to v0.32.0 by @marten-seemann in #58
- change module name to github.com/quic-go/webtransport-go by @marten-seemann in #59
Full Changelog: v0.4.3...v0.5.0