Skip to content

Latest commit

 

History

History
286 lines (94 loc) · 10 KB

CHANGELOG.md

File metadata and controls

286 lines (94 loc) · 10 KB

Change Log

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)

Bug Fixes

0.8.0 (2021-08-11)

Features

BREAKING CHANGES

  • the output type of ipfs.get has changed and the recursive option has been removed from ipfs.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)

Bug Fixes

  • make "ipfs resolve" cli command recursive by default (#3707) (399ce36), closes #3692

Features

BREAKING CHANGES

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

Bug Fixes

  • stalling subscription on (node) http-client when daemon is stopped (#3468) (0266abf), closes #3465

0.6.0 (2021-05-26)

Features

  • allow passing the id of a network peer to ipfs.id (#3386) (00fd709)

0.5.1 (2021-05-11)

Note: Version bump only for package ipfs-cli

0.5.0 (2021-05-10)

Bug Fixes

chore

BREAKING CHANGES

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

Bug Fixes

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)

Bug Fixes

chore

BREAKING CHANGES

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

Features

0.2.3 (2020-12-16)

Bug Fixes

0.2.2 (2020-11-25)

Bug Fixes

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

Bug Fixes

0.2.0 (2020-11-09)

Bug Fixes

BREAKING CHANGES

  • electron-webrtc was accidentally bundled with ipfs, now it needs installing separately

0.1.0 (2020-10-28)

Bug Fixes

Features