v0.4.0
- Updates go-libp2p-kbucket to fix a bug where we might have peers in our routing table but not use them.
- Fixes a bug where we might run out of peers in our routing table, have connected peers, and not use them. We now try to re-fill our routing table from connected peers whenever we run out of peers in the DHT.
- Updates go-multiaddr to switch to /p2p multiaddrs by default (hence the 0.4.0 version bump).