Changelog
All notable changes to Algorithm::Kademlia will be documented in this file.
v1.0.1 - 2026-01-28
Added
Algorithm::Kademlia::Storage::Entryto hold stored data including seeds and leechers.Algorithm::Kademlia::RoutingTable->import_peers()method for bulk-loading peers into buckets.
Changed
Algorithm::Kademlia::RoutingTable->local_id_binnow has reader and writer accessors.- Requires perl v5.42.x
[v1.0.0] - 2026-01-25
Added
- Pulled out of Net::BitTorrent::DHT for use in other DHTs.