Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Releases: libp2p/go-libp2p-quic-transport

v0.2.1

09 Nov 11:34
Compare
Choose a tag to compare

Updates quic-go to v0.13.1.

v0.2.0

05 Nov 10:54
f09c719
Compare
Choose a tag to compare
  • Updates quic-go to v0.13.0, which support IETF QUIC draft-23.
  • Changes the certificate validation algorithm to bring it in-line with the go-libp2p-tls.
  • Adds support for all supported libp2p key types (even ed25519) due to the above change).

Note: This release is a PROTOCOL BREAKING change. Communication between this version of the libp2p QUIC transport and previous versions is not possible.

v0.1.0

26 May 16:00
c7b40a3
Compare
Choose a tag to compare

🎉 This release applies the core refactor to this module; migrating to the consolidated types under go-libp2p-core. See libp2p/go-libp2p#602 for more context.