Skip to content

Releases: libp2p/js-libp2p-delegated-content-routing

v0.8.0

21 Oct 15:50
7a7e832
Compare
Choose a tag to compare
chore: release version v0.8.0

v0.7.0

26 Aug 14:39
a024a96
Compare
Choose a tag to compare

Bug Fixes

BREAKING CHANGES

    • An instance of ipfs http client is now a required argument
  • chore: update node versions

  • chore: update readme

  • chore: restore peer deps

v0.6.0

12 Aug 14:21
cdedac2
Compare
Choose a tag to compare

Bug Fixes

  • replace node buffers with uint8arrays (#42) (381815e)

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

23 Apr 13:57
e69d013
Compare
Choose a tag to compare

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

v0.4.5

16 Apr 13:35
2f9bcdb
Compare
Choose a tag to compare

Bug Fixes

v0.4.4

09 Apr 09:16
2e08fea
Compare
Choose a tag to compare
chore: release version v0.4.4

v0.4.3

04 Feb 17:55
dff4cbd
Compare
Choose a tag to compare
chore: release version v0.4.3

v0.4.2

20 Dec 14:15
ad91771
Compare
Choose a tag to compare
chore: release version v0.4.2

License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>

v0.4.1

01 Dec 16:34
6ff0e64
Compare
Choose a tag to compare

Bug Fixes

v0.4.0

29 Nov 22:38
31b26bc
Compare
Choose a tag to compare

Chores

BREAKING CHANGES

  • maxTimeout option renamed to timeout