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

Releases: libp2p/go-libp2p-connmgr

v0.4.0

19 Apr 14:51
68fbfa6
Compare
Choose a tag to compare

go-libp2p-connmgr is now deprecated. It was moved into go-libp2p as a sub-package: github.com/libp2p/go-libp2p/p2p/net/connmgr.

v0.3.1

14 Jan 22:31
b640938
Compare
Choose a tag to compare

What's Changed

  • make emergency trimming optional, disabled by default by @vyzo in #101
  • release v0.3.1 by @vyzo in #102

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

v0.3.0

13 Dec 13:46
81f7c44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.3.0

v0.2.4

03 Jun 19:15
0b84e30
Compare
Choose a tag to compare

Implements the new IsProtected interface for querying protected peers; see #76.

v0.2.3

18 May 10:56
Compare
Choose a tag to compare

Highlights

This release of the Connection Manager implements closure and removal of Decaying Tags. Refer to the release notes of go-libp2p-core v0.5.6 for more info.

v0.2.2

14 May 16:41
74d66a0
Compare
Choose a tag to compare

Highlights

This release of the Connection Manager implements Decaying Tags. Refer to the release notes of go-libp2p-core v0.5.5 for more info.

v0.2.1

11 Dec 16:39
2738394
Compare
Choose a tag to compare

Updates go-libp2p-core to 0.3.0. The previous release already included the major changes from the previous release so I'm sneaking this in as a patch (this should have been in the previous release).

v0.2.0

11 Dec 16:18
v0.2.0
3c27b2a
Compare
Choose a tag to compare
  • Updates the core interfaces.
  • Bumps the minimum go version to 1.13
  • Updates go-multiaddr
  • Blocks all callers of TrimOpenConns until done. Previously, this would only block the first caller.

v0.1.0

25 May 12:02
152025a
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.

v0.0.6

23 May 16:49
454e88e
Compare
Choose a tag to compare

Changelog

Allow tagging peers before the connection manager sees them. This should remove a race where one service sees a peer first and tries to tag the peer before they've been registered in the connection manager.