This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
Releases: ipfs-inactive/js-ipfs-http-client
Releases · ipfs-inactive/js-ipfs-http-client
v24.0.2
v24.0.1
v24.0.0
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.