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

Latest commit

 

History

History
711 lines (257 loc) · 22.4 KB

CHANGELOG.md

File metadata and controls

711 lines (257 loc) · 22.4 KB

Change Log

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

0.16.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

0.15.1 (2022-06-22)

Dependencies

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

0.15.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

0.14.3 (2022-04-20)

Bug Fixes

Dependencies

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

0.14.2 (2022-03-01)

Dependencies

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

0.14.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

0.14.0 (2022-01-27)

⚠ BREAKING CHANGES

  • peerstore methods are now all async, the repo is migrated to v12
  • node 15+ is required

Features

Bug Fixes

Dependencies

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

0.13.0 (2021-12-15)

Features

BREAKING CHANGES

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

0.12.2 (2021-11-24)

Bug Fixes

0.12.1 (2021-11-19)

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

0.12.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.11.1 (2021-09-28)

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

0.11.0 (2021-09-24)

Bug Fixes

Features

BREAKING CHANGES

  • the globSource api has changed from globSource(dir, opts) to globSource(dir, pattern, opts)
  • There are no default exports and everything is now dual published as ESM/CJS

0.10.5 (2021-09-17)

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

0.10.4 (2021-09-17)

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

0.10.3 (2021-09-02)

Bug Fixes

0.10.2 (2021-08-25)

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

0.10.1 (2021-08-17)

Bug Fixes

0.10.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.9.1 (2021-07-30)

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

0.9.0 (2021-07-27)

Bug Fixes

  • support @web-std/file in normalize input (#3750) (6fd7776)

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

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

0.8.2 (2021-06-05)

Bug Fixes

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

0.8.1 (2021-05-26)

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

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

Bug Fixes

0.7.1 (2021-02-08)

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

0.7.0 (2021-02-01)

chore

BREAKING CHANGES

  • ipfs-repo upgrade requires repo migration to v10

0.6.1 (2021-01-22)

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

0.6.0 (2021-01-15)

Features

0.5.4 (2020-12-16)

Bug Fixes

0.5.3 (2020-11-25)

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

0.5.2 (2020-11-16)

Bug Fixes

0.5.1 (2020-11-09)

Bug Fixes

0.5.0 (2020-10-28)

Bug Fixes

  • use fetch in electron renderer and electron-fetch in main (#3251) (639d71f)

Features

0.4.0 (2020-09-03)

Features

  • store pins in datastore instead of a DAG (#2771) (64b7fe4)

0.3.2 (2020-08-24)

Bug Fixes

  • validate ipns records with inline public keys (#3224) (5cc0e08)

0.3.1 (2020-08-12)

Bug Fixes

  • send blobs when running ipfs-http-client in the browser (#3184) (6b24463), closes #3138

0.3.0 (2020-07-16)

Bug Fixes

Features

  • store blocks by multihash instead of CID (#3124) (03b17f5)

0.2.4 (2020-06-24)

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

0.2.3 (2020-05-18)

Bug Fixes

Features

0.2.2 (2020-05-05)

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

0.2.1 (2020-05-05)

Bug Fixes

0.2.0 (2020-04-16)

Bug Fixes

BREAKING CHANGES

  • Where we used to accept all and any HTTP methods, now only POST is accepted. The API client will now only send POST requests too.

  • test: add tests to make sure we are post-only

  • chore: upgrade ipfs-utils

  • fix: return 405 instead of 404 for bad methods

  • fix: reject browsers that do not send an origin

Also fixes running interface tests over http in browsers against js-ipfs

0.1.1 (2020-04-08)

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

0.0.1 (2020-03-31)

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

0.7.2 (2020-02-10)

Bug Fixes

0.7.1 (2020-01-23)

Bug Fixes

0.7.0 (2020-01-23)

Features

  • accept browser readable streams as input (#21) (0902067)

0.6.0 (2020-01-09)

Bug Fixes

0.5.0 (2019-12-06)

Features

  • convert to async iterators (#15) (251eff0)
  • support unixfs metadata and formatting it (#14) (173e4bf)

BREAKING CHANGES

  • In order to support metadata on intermediate directories, globSource in this module will now emit directories and files where previously it only emitted files.
  • Support for Node.js streams and Pull Streams has been removed

0.4.0 (2019-09-19)

Features

0.3.0 (2019-09-15)

Features

0.2.0 (2019-09-06)

Features

0.1.0 (2019-09-04)

Bug Fixes

Features

  • add glob-source from js-ipfs to be shared (#9) (0a95ef8)
  • add normalise input function (#5) (b22b8de), closes #8

0.0.4 (2019-07-18)

Features

  • add globalThis polyfill (f0c7c42)

0.0.3 (2019-05-16)

0.0.2 (2019-05-16)

Bug Fixes