Skip to content

v0.11.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Nov 17:21
bcedcb2

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 auto placeholder is replaced with network-recommended values.
    • All endpoint flags (--provider-endpoints, --peer-endpoints, --ipns-endpoints) default to auto
    • See environment-variables.md for configuration details

Changed

Fixed

  • Fixed multiple race conditions and deadlocks in iterator implementations (#119)

Full Changelog: v0.10.0...v0.11.0