Skip to content

Latest commit

 

History

History
441 lines (168 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

441 lines (168 loc) · 13.7 KB

Change Log

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

0.12.0 (2022-10-24)

⚠ BREAKING CHANGES

  • ipfs is now bundled with libp2p@0.40.x which has different config

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.12.1 to ^0.13.0
      • ipfs-core-utils bumped from ^0.16.1 to ^0.17.0

0.11.1 (2022-09-21)

Bug Fixes

  • update @multiformats/multiadd to 11.0.0 (2a830bf)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.12.0 to ^0.12.1
      • ipfs-core-utils bumped from ^0.16.0 to ^0.16.1

0.11.0 (2022-09-06)

⚠ BREAKING CHANGES

deps

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.11.0 to ^0.12.0
      • ipfs-core-utils bumped from ^0.15.0 to ^0.16.0
      • ipfs-grpc-protocol bumped from ^0.6.0 to ^0.7.0

0.10.2 (2022-06-24)

Bug Fixes

0.10.1 (2022-06-22)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.11.0 to ^0.11.1
      • ipfs-core-utils bumped from ^0.15.0 to ^0.15.1

0.10.0 (2022-05-27)

⚠ BREAKING CHANGES

  • This module is now ESM only and there return types of some methods have changed

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.10.3 to ^0.11.0
      • ipfs-core-utils bumped from ^0.14.3 to ^0.15.0
      • ipfs-grpc-protocol bumped from ^0.5.5 to ^0.6.0

0.9.4 (2022-04-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.10.2 to ^0.10.3
      • ipfs-core-utils bumped from ^0.14.2 to ^0.14.3

0.9.3 (2022-03-01)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.10.1 to ^0.10.2
      • ipfs-core-utils bumped from ^0.14.1 to ^0.14.2

0.9.2 (2022-02-06)

Bug Fixes

  • dag: replace custom dag walk with multiformats/traversal (#3950) (596b1f4)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.10.0 to ^0.10.1
      • ipfs-core-utils bumped from ^0.14.0 to ^0.14.1

0.9.1 (2022-01-27)

0.9.0 (2021-12-15)

Features

BREAKING CHANGES

  • The DHT API has been refactored to return async iterators of query events

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.9.0 to ^0.10.0
      • ipfs-core-utils bumped from ^0.13.0 to ^0.14.0

0.8.2 (2021-11-24)

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

0.8.1 (2021-11-19)

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

0.8.0 (2021-11-12)

Bug Fixes

BREAKING CHANGES

  • errors will now be thrown if multiple items are passed to ipfs.add or single items to ipfs.addAll (n.b. you can still pass a list of a single item to ipfs.addAll)

0.7.1 (2021-09-28)

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

0.7.0 (2021-09-24)

Bug Fixes

Features

BREAKING CHANGES

  • There are no default exports and everything is now dual published as ESM/CJS

0.6.5 (2021-09-17)

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

0.6.4 (2021-09-17)

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

0.6.3 (2021-09-02)

Bug Fixes

0.6.2 (2021-08-25)

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

0.6.1 (2021-08-17)

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

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-client

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.3 (2021-06-18)

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

0.3.2 (2021-06-05)

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

0.3.1 (2021-05-26)

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

0.3.0 (2021-05-10)

Bug Fixes

  • ignore the ts error caused by the recent protobufjs type change (#3656) (084589c)

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-client

0.2.3 (2021-03-09)

Bug Fixes

0.2.2 (2021-02-08)

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

0.2.1 (2021-02-02)

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

0.2.0 (2021-02-01)

chore

BREAKING CHANGES

  • ipfs-repo upgrade requires repo migration to v10

0.1.2 (2021-01-22)

Bug Fixes

0.1.1 (2021-01-20)

Bug Fixes

0.1.0 (2021-01-15)

Features