This patch release fixes a regression in the HTTP/3 roundtripper introduced in the v0.35.0 release.
Thanks to @kgersen for reporting and to @Glonee for contributing the fixes!
What's Changed
- http3: set tls.Config.ServerName for outgoing requests, if unset by @Glonee in #3867
- http3: correctly use the quic.Transport by @Glonee in #3869
- http3: close the connection when closing the roundtripper by @Glonee in #3873
Full Changelog: v0.35.0...v0.35.1