Skip to content

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

v1.0.2

24 Mar 07:43
Compare
Choose a tag to compare

1.0.2 (2022-03-24)

Bug Fixes

v1.0.1

16 Mar 17:32
Compare
Choose a tag to compare

1.0.1 (2022-03-16)

Bug Fixes

v1.0.0

05 Mar 06:40
Compare
Choose a tag to compare

1.0.0 (2022-03-05)

⚠ BREAKING CHANGES

  • switch to named exports, ESM only

Features

v0.11.2

15 Dec 09:04
Compare
Choose a tag to compare
chore: release version v0.11.2

v0.11.1

02 Dec 08:52
Compare
Choose a tag to compare
chore: release version v0.11.1

v0.11.0

07 Jul 06:38
Compare
Choose a tag to compare

chore

BREAKING CHANGES

  • uses the CID class from the new multiformats module

v0.10.0

09 Apr 16:05
Compare
Choose a tag to compare
chore: release version v0.10.0

v0.9.0

20 Jan 14:30
Compare
Choose a tag to compare

Features

  • allow providing non-dag-pb nodes (#47) (28d3a45)

v0.8.2

30 Nov 09:25
73af076
Compare
Choose a tag to compare
chore: release version v0.8.2

v0.8.1

27 Nov 16:03
Compare
Choose a tag to compare

Bug Fixes

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