Releases: libp2p/go-libp2p-kad-dht
Releases · libp2p/go-libp2p-kad-dht
v0.23.0
What's Changed
- feat: add basic tracing by @guseggert in #769
- Optimistic Provide by @dennis-tra in #783
- fix: optimistic provide ci checks in tests by @dennis-tra in #833
Full Changelog: v0.22.0...v0.23.0
v0.22.0
What's Changed
- Introduce options to parameterize config of the accelerated DHT client by @masih in #822
- Allow DHT crawler to be swappable by @masih in #823
- added maintainers in the README by @guillaumemichel in #826
- Adjust PeerSet logic in the DHT lookup process by @cortze in #802
- Make provider manager options configurable in
fullrt
by @masih in #829 - Increase provider Multiaddress TTL by @dennis-tra in #795
- Fix multiple ProviderAddrTTL definitions #795 by @guillaumemichel in #831
New Contributors
- @masih made their first contribution in #822
- @guillaumemichel made their first contribution in #826
Full Changelog: v0.21.1...v0.22.0
v0.21.1
What's Changed
- feat: ping peers on routing table refresh by @dennis-tra in #810
- sync: update CI config files by @web3-bot in #812
- chore: bump to v0.22.0 by @hacdias in #821
New Contributors
- @dennis-tra made their first contribution in #810
Full Changelog: v0.21.0...v0.21.1
v0.21.0
What's Changed
- chore: Update to go libp2p v0.25 by @MarcoPolo in #815
Full Changelog: v0.20.0...v0.21.0
v0.20.0
What's Changed
- New defaults for the Provider Record Expiration (48h) based on libp2p/specs#451:
New Contributors
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- define the ProviderAddrTTL in this repo by @marten-seemann in #797
- chore: update some libp2p dependencies by @marten-seemann in #798
- release v0.19.0 by @marten-seemann in #801
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- sync: update CI config files by @web3-bot in #789
- update go-libp2p to v0.22.0, release v0.18.0 by @marten-seemann in #788
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- sync: update CI config files by @web3-bot in #767
- Update go-libp2p to v0.20.3 by @MarcoPolo in #778
- Chore: update to go-libp2p 0.21 by @MarcoPolo in #784
- Chore: bump version to v0.17.0 by @MarcoPolo in #785
New Contributors
- @MarcoPolo made their first contribution in #778
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- sync: update CI config files by @web3-bot in #758
- Upgrade to go-libp2p v0.16.0 by @guseggert in #756
- fix: incorrect format handling by @Jorropo in #771
- feat: add error log when resource manager throttles crawler by @guseggert in #772
- Version 0.16.0 by @guseggert in #774
Full Changelog: v0.15.0...v0.16.0
v0.15.0
This release upgrades libp2p dependencies to plumb through datastore interface changes.