Note
This release is brought to you by the Shipyard team.
Added
- Added support for IPIP-476:
/routing/v1/dht/closest/peers/{key}endpoint for finding DHT-closest peers (#124, #127)- Returns DHT-closest peers to a given CID or PeerID
- Accepts both CID and legacy PeerID formats (e.g.,
12D3KooW...) - Uses WAN DHT only for more reliable results
- Includes cached addresses in results when available
- Properly returns HTTP 500 when DHT is disabled
- AutoConf support: automatic configuration of bootstrap peers and delegated routing endpoints (#123). When enabled (default), the
autoplaceholder is replaced with network-recommended values.- All endpoint flags (
--provider-endpoints,--peer-endpoints,--ipns-endpoints) default toauto - See environment-variables.md for configuration details
- All endpoint flags (
Changed
Fixed
- Fixed multiple race conditions and deadlocks in iterator implementations (#119)
Full Changelog: v0.10.0...v0.11.0
