v0.2.0
Breaking Changes
The Template
parameter was removed from the Client
. Instead, it is now passed to Client.Dial
and Client.DialAddr
: #73.
What's Changed
- update quic-go to v0.48.0, use the new HTTP/3 client API by @marten-seemann in #74
- remove the template parameter from the client by @marten-seemann in #73
Full Changelog: v0.1.1...v0.2.0