All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.8.3 (2021-08-17)
Note: Version bump only for package ipfs-cli
0.8.1 (2021-08-17)
0.8.0 (2021-08-11)
- the output type of
ipfs.get
has changed and therecursive
option has been removed fromipfs.ls
since it was not supported everywhere
0.7.1 (2021-07-30)
Note: Version bump only for package ipfs-cli
0.7.0 (2021-07-27)
- implement dag import/export (#3728) (700765b), closes #2953 #2745
- upgrade to the new multiformats (#3556) (d13d15f)
- resolve is now recursive by default
Co-authored-by: Alex Potsides [email protected]
- ipld-formats no longer supported, use multiformat BlockCodecs instead
Co-authored-by: Rod Vagg [email protected] Co-authored-by: achingbrain [email protected]
0.6.2 (2021-06-18)
Note: Version bump only for package ipfs-cli
0.6.1 (2021-06-05)
0.6.0 (2021-05-26)
0.5.1 (2021-05-11)
Note: Version bump only for package ipfs-cli
0.5.0 (2021-05-10)
- mark ipld options as partial (#3669) (f98af8e)
- update ipfs repo (#3671) (9029ee5)
- update types after feedback from ceramic (#3657) (0ddbb1b), closes #3640
- all core api methods now have types, some method signatures have changed, named exports are now used by the http, grpc and ipfs client modules
0.4.4 (2021-03-10)
Note: Version bump only for package ipfs-cli
0.4.3 (2021-03-09)
0.4.2 (2021-02-08)
Note: Version bump only for package ipfs-cli
0.4.1 (2021-02-02)
Note: Version bump only for package ipfs-cli
0.4.0 (2021-02-01)
- ipfs-repo upgrade requires repo migration to v10
0.3.2 (2021-01-22)
Note: Version bump only for package ipfs-cli
0.3.1 (2021-01-20)
Note: Version bump only for package ipfs-cli
0.3.0 (2021-01-15)
- add grpc server and client (#3403) (a9027e0), closes #2519 #2838 #2943 #2854 #2864
- allow passing a http.Agent to the grpc client (#3477) (c5f0bc5), closes #3474
0.2.3 (2020-12-16)
- regressions introduced by new releases of CID & multicodec (#3442) (b5152d8), closes /github.com/multiformats/js-cid/commit/0e11f035c9230e7f6d79c159ace9b80de88cb5eb#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26
0.2.2 (2020-11-25)
- do not write to prefix outside of output directory (#3417) (75dd865)
- strip control characters from user output (#3420) (d13b064)
0.2.1 (2020-11-16)
0.2.0 (2020-11-09)
- electron-webrtc was accidentally bundled with ipfs, now it needs installing separately
- error invalid version triggered in cli pin add/rm (#3306) (69757f3), closes /github.com/ipfs/js-ipfs/blob/master/docs/core-api/PIN.md#returns-1
- use fetch in electron renderer and electron-fetch in main (#3251) (639d71f)