Skip to content

Releases: ipfs/js-ipfs-repo

v0.29.1

14 Nov 15:00
64c8006
Compare
Choose a tag to compare

Bug Fixes

v0.29.0

06 Nov 12:14
b4b0970
Compare
Choose a tag to compare

Features

v0.28.1

29 Oct 12:08
9b25bb4
Compare
Choose a tag to compare
chore: release version v0.28.1

v0.28.0

20 Sep 11:40
62a0aa8
Compare
Choose a tag to compare

Features

  • accept async iterators into blockstore.putMany (#209) (9c06303)

BREAKING CHANGES

  • you must pass an iterable or async iterable to putMany
  • this should be relatively painless as the current API is to pass an
    array which is iterable, but it does change the API.
  • chore: remove CI commitlint
  • chore: add node 12 to CI
  • docs: update docs with new api

v0.27.1

21 Aug 11:22
9ef86f2
Compare
Choose a tag to compare

Bug Fixes

  • memlock throws error when lock exists (#200) (79fb031)

Features

v0.27.0

04 Jun 10:29
62cc749
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • ipfs-repo has been refactored to use async/await. All callback support has been dropped. See the README for the new api.

v0.26.6

13 May 11:00
25cecd7
Compare
Choose a tag to compare
chore: release version v0.26.6

v0.26.5

09 May 11:57
e8f658f
Compare
Choose a tag to compare
chore: release version v0.26.5

v0.26.4

18 Mar 12:36
4e5ae79
Compare
Choose a tag to compare

Bug Fixes

v0.26.3

13 Mar 12:11
ca31174
Compare
Choose a tag to compare

Bug Fixes

  • update lock file package to fix compromised lock check (#193) (73d95cd)