Skip to content

v0.39.3

Compare
Choose a tag to compare
@marten-seemann marten-seemann released this 27 Oct 06:05
· 234 commits to master since this release

This patch contains two fixes:

  • The tls.Config returned by GetConfigForClient is now cloned before quic-go modifies it: #4133
  • The MinVersion on the tlsConfig returned by GetConfigForClient is not set to TLS 1.3, making sure that the TLS stack doesn't negotiate a TLS version older than 1.3: #4134

Full Changelog: v0.39.2...v0.39.3