Releases: libp2p/go-libp2p-kbucket
Releases · libp2p/go-libp2p-kbucket
v0.6.5
v0.6.4
What's Changed
- Bump github.com/libp2p/go-libp2p from 0.27.6 to 0.27.8 by @dependabot in #123
- ci: uci/delete-templates by @web3-bot in #124
- ci: uci/copy-templates by @web3-bot in #125
- ci: uci/copy-templates by @web3-bot in #126
- build(deps): bump golang.org/x/crypto from 0.12.0 to 0.17.0 by @dependabot in #127
- chore: update go-libp2p-asn-util by @Jorropo in #128
- ci: uci/update-go by @web3-bot in #129
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #130
- ci: uci/copy-templates by @web3-bot in #131
- Upgrade to go-log v2.5.1 by @cce in #132
- ci: uci/update-go by @web3-bot in #133
- feat: add log printing when peer added and removed table by @elecbug in #134
New Contributors
- @dependabot made their first contribution in #123
- @cce made their first contribution in #132
- @elecbug made their first contribution in #134
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- Replacing UsefulPeer() with UsefulNewPeer() by @guillaumemichel in #120
- chore: release v0.6.2 by @guillaumemichel in #121
Full Changelog: v0.6.1...v0.6.3
v0.6.2
What's Changed
- Replacing UsefulPeer() with UsefulNewPeer() by @guillaumemichel in #120
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- sync: update CI config files by @web3-bot in #112
- Add maintainers by @guillaumemichel in #114
- Removed maintainers from readme by @guillaumemichel in #115
- GenRandomKey function by @guillaumemichel in #116
- fixed kbucket bug :) by @JamesHertz in #117
- UsefulPeer function by @guillaumemichel in #113
New Contributors
- @guillaumemichel made their first contribution in #114
- @JamesHertz made their first contribution in #117
Full Changelog: v0.5.0...v0.6.1
v0.5.0
What's Changed
- fix staticcheck by @marten-seemann in #98
- sync: update CI config files by @web3-bot in #99
- sync: update CI config files by @web3-bot in #101
- sync: update CI config files by @web3-bot in #103
- sync: update CI config files by @web3-bot in #104
- sync: update CI config files by @web3-bot in #105
- sync: update CI config files by @web3-bot in #107
- sync: update CI config files by @web3-bot in #108
- deprecate go-libp2p-core and use go-libp2p instead by @nisainan in #109
- chore: release 0.5.0 by @Stebalien in #111
New Contributors
- @marten-seemann made their first contribution in #98
- @nisainan made their first contribution in #109
Full Changelog: v0.4.7...v0.5.0
v0.4.7
- Use crypto/rand for generating random prefixes
- ipv6 diversity: when asn not found fallback to /32 mask
- Updated dependencies
v0.4.6
Simplify the Diversity Filter.
v0.4.4
- Allow clients to marks peers as replaceable which allows those peers to be evicted to make space
for a new peer if the corresponding bucket is full. - An API to mark all peers in the Routing Table as irreplaceable.
v0.4.3
Diversity of Peers based on IPv4 prefixes and IPv6 ASNs in the Routing Table.