ipfs v43.0.0 Release Notes

Release Date: 2020-03-31 // about 4 years ago
  • 43.0.0 (2020-03-31)

    ๐Ÿ› Bug Fixes

    • โž• add default args for ipfs.add (#2950) (a01f5b6)
    • ๐Ÿ’ป dont include util.textencoder in the browser (#2919) (3207e3b)

    chore

    • ๐Ÿšš move mfs and multipart files into core (#2811) (82b9e08)
    • โšก๏ธ update dep version and ignore interop test for raw leaves (#2747) (6376cec)

    ๐Ÿ”‹ Features

    ๐Ÿ’ฅ BREAKING CHANGES

    • When the path passed to ipfs.files.stat(path) was a hamt sharded dir, the resovled
      value returned by js-ipfs previously had a type property of with a value of
      'hamt-sharded-directory'. To bring it in line with go-ipfs this value is now
      'directory'.
    • Files that fit into one block imported with either --cid-version=1
      or --raw-leaves=true previously returned a CID that resolved to
      a raw node (e.g. a buffer). Returned CIDs now resolve to a dag-pb
      ๐Ÿ“‡ node that contains a UnixFS entry. This is to allow setting metadata
      on small files with CIDv1.