Releases: libp2p/js-libp2p-delegated-content-routing
Releases · libp2p/js-libp2p-delegated-content-routing
v0.2.4
Bug Fixes
- limit concurrent HTTP requests (backport for 0.2.x) (#17) (2ea1334)
v0.3.0
Features
BREAKING CHANGES
- API refactored to use async/await
v0.2.3
chore: release version v0.2.3
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
v0.2.0
Bug Fixes
- comply with the dht findProviders interface (3188be0)
- linting (01408cd)
- resolve inconsistency with peerInfo and peerId usage (dd4d8c3)
- use an actual peer-id (b10dd04)
- use cid consistently (52e0292)
Features