This repository was archived by the owner on Feb 12, 2024. It is now read-only.
·
148 commits
to master
since this release
0.152.0 (2021-11-12)
Bug Fixes
- do not accept single items for ipfs.add (#3900) (04e3cf3)
- do not lose files when writing files into subshards that contain other subshards (#3936) (8a3ed19), closes #3921
BREAKING CHANGES
- errors will now be thrown if multiple items are passed to
ipfs.add
or single items toipfs.addAll
(n.b. you can still pass a list of a single item toipfs.addAll
)