Skip to content

Latest commit

 

History

History
205 lines (64 loc) · 6.14 KB

CHANGELOG.md

File metadata and controls

205 lines (64 loc) · 6.14 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.6.1 (2021-08-17)

Note: Version bump only for package ipfs-grpc-server

0.6.0 (2021-08-17)

Features

0.5.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.4.1 (2021-07-30)

Note: Version bump only for package ipfs-grpc-server

0.4.0 (2021-07-27)

Features

BREAKING CHANGES

  • ipld-formats no longer supported, use multiformat BlockCodecs instead

Co-authored-by: Rod Vagg rod@vagg.org Co-authored-by: achingbrain alex@achingbrain.net

0.3.4 (2021-06-18)

Note: Version bump only for package ipfs-grpc-server

0.3.3 (2021-06-05)

Note: Version bump only for package ipfs-grpc-server

0.3.2 (2021-05-26)

Note: Version bump only for package ipfs-grpc-server

0.3.1 (2021-05-11)

Note: Version bump only for package ipfs-grpc-server

0.3.0 (2021-05-10)

Bug Fixes

  • ignore the ts error caused by the recent protobufjs type change (#3656) (084589c)
  • update data type for ws message event handler (#3641) (4a14d20)

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.2.4 (2021-03-10)

Note: Version bump only for package ipfs-grpc-server

0.2.3 (2021-03-09)

Bug Fixes

0.2.2 (2021-02-08)

Note: Version bump only for package ipfs-grpc-server

0.2.1 (2021-02-02)

Note: Version bump only for package ipfs-grpc-server

0.2.0 (2021-02-01)

Bug Fixes

chore

Features

  • support remote pinning services in ipfs-http-client (#3293) (ba240fd)

BREAKING CHANGES

  • ipfs-repo upgrade requires repo migration to v10

0.1.2 (2021-01-22)

Note: Version bump only for package ipfs-grpc-server

0.1.1 (2021-01-20)

Note: Version bump only for package ipfs-grpc-server

0.1.0 (2021-01-15)

Features