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

Releases: libp2p/go-libp2p-swarm

release v0.1.1

27 Jun 16:11
4a42085
Compare
Choose a tag to compare
  • Cache local IP addresses to avoid polling the OS frequently.
  • Avoid some incorrect error logs on shutdown.
  • Reduce allocations on dial/accept.

v0.1.0

26 May 14:56
9983144
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.