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

Releases: libp2p/go-libp2p-circuit

v0.6.0

18 Jan 08:17
fbce80f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

18 Jan 08:06
28aa446
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

18 Jan 08:06
v0.4.0
c0e669d
Compare
Choose a tag to compare

What's Changed

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

v0.3.1

30 Jul 11:50
b202d66
Compare
Choose a tag to compare

Upgrade dependencies, and minor fixes for interoperability with other libp2p implementations using uvarint63 for length-prefixing.

v0.3.0

24 Jun 20:00
a7feae5
Compare
Choose a tag to compare

Updates go-libp2p-core to 0.6.0.

v0.2.3

25 May 16:26
519e2cc
Compare
Choose a tag to compare

Rebalance connection manager tags.

v0.2.1

03 Apr 06:11
v0.2.1
03a81e2
Compare
Choose a tag to compare

The previous release switched to functional options. This release reverts that as users (e.g., go-libp2p itself) relied on the ability to introspect into these options.

v0.2.0

03 Apr 06:10
v0.2.0
9d90e68
Compare
Choose a tag to compare

Removes relay discovery logic and removes support for dialing bare /p2p addresses. While great in demos, dialing peers with a random relay isn't useful in practice and is potentially dangerous.

Release v0.1.4

28 Oct 22:51
v0.1.4
61af9db
Compare
Choose a tag to compare
  • update gogo/rotobuf and regenerate
  • update libp2p core

v0.1.3

19 Sep 05:59
v0.1.3
0305622
Compare
Choose a tag to compare

Move protocol definitions to go-multiaddr so users don't have to import the entire transport just to parse the mulitaddrs.