Releases: libp2p/js-libp2p-delegated-peer-routing
Releases · libp2p/js-libp2p-delegated-peer-routing
v0.8.2
v0.8.1
Bug Fixes
chore
Features
BREAKING CHANGES
- The ipfs-http-client must now be installed
as a peer dependency. It is no longer included as a dependency
of this module.
The reason the http-client should be a peerDependency and
not a dependency is that its API requires knowledge of the
http-client (we pass in the api endpoint details).
-
findPeer returns id and addrs properties instead of peer-info instance
-
chore: address review
v0.8.0
v0.7.0
v0.6.1
v0.6.0
v0.5.0
Chores
BREAKING CHANGES
- The ipfs-http-client must now be installed
as a peer dependency. It is no longer included as a dependency
of this module.
The reason the http-client should be a peerDependency and
not a dependency is that its API requires knowledge of the
http-client (we pass in the api endpoint details).
-
findPeer returns id and addrs properties instead of peer-info instance
-
chore: address review