Skip to content

v0.35.1

Compare
Choose a tag to compare
@marten-seemann marten-seemann released this 01 Jun 08:08
· 437 commits to master since this release
9237dbb

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