Releases: libp2p/js-libp2p-delegated-content-routing
Releases · libp2p/js-libp2p-delegated-content-routing
v0.8.0
v0.7.0
v0.6.0
Bug Fixes
BREAKING CHANGES
-
- all useage of node Buffers has been replaced with Uint8Arrays
- all deps now use Uint8Arrays instead of node Buffers
- test: fix provide test
Co-authored-by: Jacob Heun jacobheun@gmail.com
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).
-
findProviders returns id and addrs properties instead of peer-info instance
-
chore: address review