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

v24.0.0

Compare
Choose a tag to compare
@alanshaw alanshaw released this 15 Aug 08:26
· 335 commits to master since this release
4449f41

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.