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

Releases: libp2p/go-libp2p-tls

v0.5.0

25 May 19:01
8f17e3d
Compare
Choose a tag to compare

Repo Deprecation

This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/security/tls.

v0.4.0

19 Apr 10:04
bba1fb8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

24 Nov 14:12
2785e21
Compare
Choose a tag to compare

What's Changed

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

v0.3.0

08 Sep 14:09
2b0f871
Compare
Choose a tag to compare
  • implements the interface change to SecureInbound in go-libp2p-core v0.10.0 (#94)
  • removes Identity.ConfigForAny. Use Identity.ConfigForPeer("") instead. (#94)

v0.2.0

10 Aug 09:05
9a75550
Compare
Choose a tag to compare
  • fix handling of libp2p extension, if it's marked critical (#88)
  • improve error messages (#57)

v0.1.3

23 Jul 10:14
v0.1.3
702fd53
Compare
Choose a tag to compare

make sure to close the underlying connection when the upgrade fails

v0.1.2

01 Nov 23:44
v0.1.2
141af4b
Compare
Choose a tag to compare

Fixes a critical race where connections might be closed immediately after handshaking (usually under heavy load).

v0.1.1

05 Aug 05:41
46e9e9f
Compare
Choose a tag to compare

v0.1.0

27 May 11:00
d1a46ca
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.