This repository has been archived by the owner on May 26, 2022. It is now read-only.
Releases: libp2p/go-libp2p-swarm
Releases · libp2p/go-libp2p-swarm
release v0.1.1
- 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
🎉 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.