Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Releases: quic-go/qtls-go1-20

v0.4.0

24 Oct 05:52
Compare
Choose a tag to compare

This release adds a return value to the ExtraConfig.SetAppDataFromSessionState, allowing the client to disable 0-RTT, even if the session ticket enables 0-RTT.

v0.3.4

06 Sep 04:20
Compare
Choose a tag to compare

This patch release contains a backport of the recent standard library fix https://go-review.googlesource.com/c/go/+/522595.

v0.3.3

23 Aug 04:44
5ba4259
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

04 Aug 00:21
Compare
Choose a tag to compare

This patch releases reuses the tls.CertificateVerificationError instead of redefining it in this package.

v0.3.1

02 Aug 23:41
Compare
Choose a tag to compare

This patch release contains a backport of the fix that triggered the Go 1.20.7 patch release (golang/go@2350afd).

Full Changelog: v0.3.0...v0.3.1

v0.2.3

02 Aug 23:41
Compare
Choose a tag to compare

This patch release contains a backport of the fix that triggered the Go 1.20.7 patch release (golang/go@2350afd).

Full Changelog: v0.2.2...v0.2.3

v0.2.2

30 Mar 16:50
Compare
Choose a tag to compare

This patch release contains the fix for golang/go#59332 (backported, or rather, forward-ported).

Full Changelog: v0.2.0...v0.2.2

v0.2.0

18 Mar 11:36
Compare
Choose a tag to compare

This release removes the option to configure the tls.Config.CipherSuites.

v0.1.1

16 Feb 08:12
Compare
Choose a tag to compare

This release includes the changes made to crypto/tls due to golang/go#58001 and released with Go 1.20.1.

v0.1.0

01 Feb 20:46
Compare
Choose a tag to compare
make it possible to call ConnectionState during the handshake