This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
Releases: libp2p/go-libp2p-tls
Releases · libp2p/go-libp2p-tls
v0.5.0
v0.4.0
What's Changed
- migrate to standard Go tests, stop using Ginkgo by @marten-seemann in #105
- remove paragraph about Go modules from README by @marten-seemann in #104
- use tls.Conn.HandshakeContext instead of tls.Conn.Handshake by @marten-seemann in #106
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- set a random certificate subject by @marten-seemann in #100
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- implements the interface change to
SecureInbound
in go-libp2p-core v0.10.0 (#94) - removes
Identity.ConfigForAny
. UseIdentity.ConfigForPeer("")
instead. (#94)
v0.2.0
v0.1.3
make sure to close the underlying connection when the upgrade fails
v0.1.2
v0.1.1
v0.1.0
🎉 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.