This repository has been archived by the owner on May 11, 2022. It is now read-only.
Releases: libp2p/go-libp2p-autonat
Releases · libp2p/go-libp2p-autonat
v0.8.0
v0.7.0
What's Changed
- clean up dialer peerstore after each dial by @marten-seemann in #115
Full Changelog: v0.6.0...v0.7.0
v0.6.0
This release upgrades libp2p dependencies to plumb through datastore interface changes.
v0.5.0
This release implements a clean shutdown logic. In Go, it's not possible to shutdown cleanly by canceling contexts, since there's no way to know when Go routines have actually shut down. Instead, we now have a Close
method, which makes sure that everything is cleanly shut down before returning.
Breaking Changes:
- remove
context.Context
from constructors, addClose
method: #109
Fixes
- fix stream deadlines: #107
v0.4.2
v0.4.1
v0.3.2
static nat shouldn't call host.Addrs() avoid potential call loop