Skip to content

Latest commit

 

History

History
420 lines (144 loc) · 13.2 KB

CHANGELOG.md

File metadata and controls

420 lines (144 loc) · 13.2 KB

Change Log

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

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