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

v22.1.1

25 Jun 10:54
32d133d
Compare
Choose a tag to compare

Bug Fixes

v22.1.0

18 Jun 16:10
ad0a1da
Compare
Choose a tag to compare

Features

  • add support for custom headers to send-request (#741) (7fb2e07)
  • implement bitswap wantlist peer ID param and bitswap unwant (#761) (73a153e)

v22.0.2

14 Jun 07:36
f315a49
Compare
Choose a tag to compare

Bug Fixes

  • json-loader error in upload-file-via-browser example (#784) (5e7b7c4)

v22.0.1

30 May 08:22
7e78ee2
Compare
Choose a tag to compare

Bug Fixes

  • configure webpack to not use esmodules in dependencies (dc14333)
  • correctly differentiate pong responses (4ad25a3)
  • util.addFromURL with URL-escaped file (a3bd811)

v22.0.0

20 May 18:04
966f973
Compare
Choose a tag to compare

Bug Fixes

  • callback from unsub after stream ends (51a80f2)
  • do not fail stop node if failed start node (533760f)
  • ping: convert the ping messages to lowercase (632af40)
  • more robust ping tests (fc6d301)
  • remove .only (0e21c8a)
  • result.Peers can be null, ensure callback is called (f5f2e83)
  • update asserted error message (17c1f1c)
  • use async/setImmediate vs process.nextTick (faa51b4)

v21.0.0

12 May 14:35
1435655
Compare
Choose a tag to compare

Bug Fixes

  • make pubsub.unsubscribe async and alter pubsub.subscribe signature (b98f8f3)

BREAKING CHANGES

  • pubsub.unsubscribe is now async and argument order for pubsub.subscribe has changed

License: MIT
Signed-off-by: Alan Shaw alan@tableflip.io

v20.2.1

06 May 15:29
14bcba0
Compare
Choose a tag to compare
chore: release version v20.2.1

v20.2.0

30 Apr 19:47
a869ae0
Compare
Choose a tag to compare

Bug Fixes

  • adding files by pull stream (2fa16c5)
  • handle request errors in addFromURL (7c5cea5)
  • increase timeout for name.publish and fix setup code (ceb1106)
  • ipfs add url wrap doesn't work (#750) (f6f1bf0)

Features

  • Add offset/length arguments to files.cat (17967c1)
  • get it ready for release (#751) (1885af4)

v20.0.1

12 Apr 11:35
Compare
Choose a tag to compare
chore: release version v20.0.1

v20.0.0

05 Apr 15:34
Compare
Choose a tag to compare

Bug Fixes

  • dag: js-ipld format resolver take the raw block (2683c7e)
  • dag: path logic for DAG get was wrong (d2b203b)
  • dag: use SendOneFile for dag put (9c37213)

Features

  • dag.put (9463d3a)
  • dag: proper get implementation (7ba0343)
  • dag: rebase, use waterfall for put (ad9eab8)
  • dag: update option names to reflect go-ipfs API (9bf1c6c)
  • Provide access to bundled libraries when in browser (#732) (994bdad), closes #406
  • public-readonly-method-for-getting-host-and-port (41d32e3), closes #580
  • Wrap with dir (#730) (160860e)