ipfs v2.0.0 Release Notes

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

    chore

    • ⚡️ update dep version and ignore interop test for raw leaves (#2747) (6376cec)

    💥 BREAKING CHANGES

    • 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.