Releases: libp2p/js-libp2p-delegated-content-routing
Releases · libp2p/js-libp2p-delegated-content-routing
v1.0.2
v1.0.1
v1.0.0
v0.11.2
chore: release version v0.11.2
v0.11.1
chore: release version v0.11.1
v0.11.0
v0.10.0
chore: release version v0.10.0
v0.9.0
v0.8.2
v0.8.1
Bug Fixes
- accept http client instance (#43) (003888a)
- catch find providers error (#37) (9cc766c)
- replace node buffers with uint8arrays (#42) (381815e)
chore
BREAKING CHANGES
-
- An instance of ipfs http client is now a required argument
-
chore: update node versions
-
chore: update readme
-
chore: restore peer deps
-
- 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
- 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