Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
334 lines (122 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

334 lines (122 loc) · 12.9 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-09-06)

⚠ BREAKING CHANGES

deps

0.11.1 (2022-06-22)

Bug Fixes

  • use default ws filters instead of connecting to everything (#4142) (7be50bd), closes #4141

0.11.0 (2022-05-27)

⚠ BREAKING CHANGES

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

Features

0.10.3 (2022-04-20)

Bug Fixes

0.10.2 (2022-03-01)

Bug Fixes

0.10.1 (2022-02-06)

Bug Fixes

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

0.10.0 (2022-01-27)

⚠ BREAKING CHANGES

  • the ToJSON type has been removed
  • peerstore methods are now all async, the repo is migrated to v12

Features

Bug Fixes

0.9.0 (2021-12-15)

Features

BREAKING CHANGES

  • ipfs.dag.put no longer accepts a format arg, it is now storeCodec and inputCodec. 'json' has become 'dag-json', 'cbor' has become 'dag-cbor' and so on
  • The DHT API has been refactored to return async iterators of query events

0.8.4 (2021-11-24)

Note: Version bump only for package ipfs-core-types

0.8.3 (2021-11-19)

Note: Version bump only for package ipfs-core-types

0.8.2 (2021-11-12)

Note: Version bump only for package ipfs-core-types

0.8.1 (2021-09-28)

Note: Version bump only for package ipfs-core-types

0.8.0 (2021-09-24)

Features

BREAKING CHANGES

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

0.7.3 (2021-09-17)

Bug Fixes

0.7.2 (2021-09-17)

Note: Version bump only for package ipfs-core-types

0.7.1 (2021-09-02)

Bug Fixes

0.7.0 (2021-08-11)

Bug Fixes

Features

BREAKING CHANGES

  • rateIn/rateOut are returned as numbers
  • 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.6.1 (2021-07-30)

Bug Fixes

0.6.0 (2021-07-27)

Bug Fixes

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

Note: Version bump only for package ipfs-core-types

0.5.1 (2021-06-05)

Bug Fixes

0.5.0 (2021-05-26)

Features

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

0.4.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.3.1 (2021-03-09)

Bug Fixes

0.3.0 (2021-02-01)

chore

Features

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

BREAKING CHANGES

  • ipfs-repo upgrade requires repo migration to v10

0.2.1 (2021-01-22)

Bug Fixes

0.2.0 (2021-01-15)

Features