Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Releases: ipfs-inactive/js-ipfs-http-client

v24.0.2

21 Sep 13:24
cffbca7
Compare
Choose a tag to compare

Bug Fixes

v24.0.1

21 Aug 16:07
e61155a
Compare
Choose a tag to compare
chore: release version v24.0.1

v24.0.0

15 Aug 08:26
4449f41
Compare
Choose a tag to compare

Bug Fixes

  • add test data to IPFS before fetching it (#832) (b2a77d6)
  • BREAKING CHANGE use data-encoding arg so data is not corrupted (#806) (553c3fb)
  • dag.get return error on missing multicodec (#831) (ff7c7e5)
  • remove external urls from addFromURL tests (#834) (7cf7998), closes #803

BREAKING CHANGES

  • Requires go-ipfs 0.4.17 as it allows for specifying the data encoding format when requesting object data.

v23.0.0

06 Aug 19:55
644276c
Compare
Choose a tag to compare

Bug Fixes

Features

v22.3.0

02 Aug 17:29
80452eb
Compare
Choose a tag to compare

Bug Fixes

Features

  • compatible with go-ipfs 0.4.16 (8536ee4)
  • expose mfs files.read*Stream methods (#823) (70c9df1)

v22.2.4

17 Jul 13:35
7b33529
Compare
Choose a tag to compare

Bug Fixes

  • increase browserNoActivityTimeout to account for before (328e338)
  • increase timeout for .name after all (3dc4313)
  • missing debug dependency fixes #809 (#810) (0f1fe95)

v22.2.3

10 Jul 07:15
73862da
Compare
Choose a tag to compare

Bug Fixes

v22.2.2

05 Jul 08:00
dcbbe74
Compare
Choose a tag to compare

Bug Fixes

  • ignore response body for some mfs commands (#805) (b604a64)

Features

v22.2.1

29 Jun 12:03
a8f9a43
Compare
Choose a tag to compare

Bug Fixes

  • res.req only in Node.js, in browser use res.url instead (#798) (e8a5ab9)

v22.2.0

29 Jun 10:49
3250c73
Compare
Choose a tag to compare

Features

  • logs path & querystring for requests (#796) (4e55d19)