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

v12.0.1

28 Nov 13:37
Compare
Choose a tag to compare
Tagging as v12.0.1

New Awesome DAGNode (ipld-dag-pb) API

24 Nov 13:04
Compare
Choose a tag to compare

WARNING - This released introduced a breaking change in the DAGNode API, making DAGNode instances immutable objects. For more context, see: ipld/js-ipld-dag-pb#4

Bug Fixes

Features

  • swarm: support for new swarm.peers in 0.4.5 (690a77c)
  • upgrade to awesome dag-pb (1e82b8c)

v11.1.0

08 Nov 13:50
Compare
Choose a tag to compare

Bug Fixes

  • get: properly handled nested content (0731f45)
  • correct version number (70027f6)

Features

  • object: add lru cache to object get/put (c439f39)
  • add npm engine (505ce8e)
  • update interface-ipfs-core (1191bb6)

v11.0.1

29 Oct 06:22
Compare
Choose a tag to compare

New go-ipfs release support!

This js-ipfs-api adds support to go-ipfs 0.4.4 and you know what, there was no breaking API change, it just works™ (5 🌟 for having an http-api that doesn't get breaking changes when releases happen <3 @whyrusleeping )

So you might be asking, why a Major release then? Well, I considered it a couple of times and it made sense to me that setting an official support to a new go-ipfs version should be a major, but then after publish, I quickly realised that this realisation didn't make sense, but now I can't really roll it back :(. My apologies to all. The good news is that your update is going to go smoothly, enjoy :)

v11.0.0

29 Oct 06:18
Compare
Choose a tag to compare

Something went wrong during publish, see https://github.com/ipfs/js-ipfs-api/releases/tag/v11.0.1 instead

Bug Fixes

  • increase memory (to enable release until we got the size of the bundle shaved down (12c9660)

v10.0.0

28 Oct 22:16
Compare
Choose a tag to compare

This major release comes from a breaking api change at the DAGNode level on the .toJSON and .multihash methods. If you were not using the Object API, your application should be good to upgrade. If you want to learn more about this change, you can read here: #398 (comment)

Features

  • support new CID block API (4314815)
  • update files to use async dag-pb api (ad96d22)

v9.0.0

15 Sep 08:58
Compare
Choose a tag to compare

Bug Fixes

Features

  • swarm: make interface-ipfs-core compliant (f245f27)

Update `add` interface to match interface-ipfs-core

05 Jun 19:53
Compare
Choose a tag to compare

The new interface for add can be found here https://github.com/ipfs/interface-ipfs-core#javascript---ipfsfilesadddata-callback

You can still add files from fs, single or recursively, under the call addFiles.
Adding urls is now under addUrl