This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
Releases: libp2p/go-libp2p-connmgr
Releases · libp2p/go-libp2p-connmgr
v0.4.0
v0.3.1
v0.3.0
What's Changed
- fix: trim connections every gracePeriod/2 by @Stebalien in #52
- make sure the background go routine has stopped when closing by @marten-seemann in #89
- unexport the config by @marten-seemann in #90
- fix race condition in getConnsToClose by @marten-seemann in #85
- add an error return value to the constructor by @marten-seemann in #87
- remove check for the last trim time when trimming by @marten-seemann in #92
- introduce WithGracePeriod and WithSilencePeriod configuration options by @marten-seemann in #93
- aggressively trim connections when we're running out of memory by @marten-seemann in #86
Full Changelog: v0.2.4...v0.3.0
v0.2.4
v0.2.3
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
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
v0.2.0
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.