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

Latest commit

 

History

History
494 lines (195 loc) · 14.4 KB

CHANGELOG.md

File metadata and controls

494 lines (195 loc) · 14.4 KB

Change Log

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

0.13.1 (2023-05-25)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.14.0 to ^0.14.1
      • ipfs-http-response bumped from ^6.0.0 to ^6.0.1

0.13.0 (2023-01-11)

⚠ BREAKING CHANGES

  • update multiformats to v11.x.x and related depenendcies (#4277)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.13.0 to ^0.14.0
      • ipfs-http-response bumped from ^5.0.0 to ^6.0.0

0.12.0 (2022-10-24)

⚠ BREAKING CHANGES

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

Features

Bug Fixes

  • replace slice with subarray for increased performance (#4210) (dfc43d4)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.12.1 to ^0.13.0
      • ipfs-http-response bumped from ^4.0.1 to ^5.0.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-http-response bumped from ^4.0.0 to ^4.0.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-http-response bumped from ^3.0.0 to ^4.0.0

0.10.4 (2022-06-24)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-http-response bumped from ^3.0.3 to ^3.0.4

0.10.3 (2022-06-22)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.11.0 to ^0.11.1
      • ipfs-http-response bumped from ^3.0.2 to ^3.0.3

0.10.2 (2022-06-13)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-http-response bumped from ^3.0.1 to ^3.0.2

0.10.1 (2022-06-01)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-http-response bumped from ^3.0.0 to ^3.0.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-http-response bumped from ^2.0.2 to ^3.0.0

0.9.3 (2022-04-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.10.2 to ^0.10.3
      • ipfs-http-response bumped from ^2.0.2 to ^2.0.3

0.9.2 (2022-03-01)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.10.1 to ^0.10.2
      • ipfs-http-response bumped from ^2.0.1 to ^2.0.2

0.9.1 (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-http-response bumped from ^2.0.0 to ^2.0.1

0.9.0 (2022-01-27)

⚠ BREAKING CHANGES

  • peerstore methods are now all async, the repo is migrated to v12

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.9.0 to ^0.10.0
      • ipfs-http-response bumped from ^1.0.6 to ^2.0.0

0.8.0 (2021-12-15)

Features

BREAKING CHANGES

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

0.7.4 (2021-11-24)

Note: Version bump only for package ipfs-http-gateway

0.7.3 (2021-11-19)

Note: Version bump only for package ipfs-http-gateway

0.7.2 (2021-11-12)

Note: Version bump only for package ipfs-http-gateway

0.7.1 (2021-09-28)

Note: Version bump only for package ipfs-http-gateway

0.7.0 (2021-09-24)

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-http-gateway

0.6.4 (2021-09-17)

Note: Version bump only for package ipfs-http-gateway

0.6.3 (2021-09-08)

Note: Version bump only for package ipfs-http-gateway

0.6.2 (2021-09-02)

Bug Fixes

0.6.1 (2021-08-25)

Note: Version bump only for package ipfs-http-gateway

0.6.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.5.1 (2021-07-30)

Note: Version bump only for package ipfs-http-gateway

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

Note: Version bump only for package ipfs-http-gateway

0.4.2 (2021-06-05)

Note: Version bump only for package ipfs-http-gateway

0.4.1 (2021-05-26)

Note: Version bump only for package ipfs-http-gateway

0.4.0 (2021-05-10)

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

Bug Fixes

0.3.1 (2021-02-08)

Note: Version bump only for package ipfs-http-gateway

0.3.0 (2021-02-01)

chore

BREAKING CHANGES

  • ipfs-repo upgrade requires repo migration to v10

0.2.1 (2021-01-22)

Note: Version bump only for package ipfs-http-gateway

0.2.0 (2021-01-15)

Features

0.1.4 (2020-12-16)

Bug Fixes

0.1.3 (2020-11-25)

Note: Version bump only for package ipfs-http-gateway

0.1.2 (2020-11-16)

Note: Version bump only for package ipfs-http-gateway

0.1.1 (2020-11-09)

Note: Version bump only for package ipfs-http-gateway

0.1.0 (2020-10-28)

Features