Skip to content

Releases: ipfs/js-stores

datastore-core-10.0.1

12 Sep 11:48
1e21dc1
Compare
Choose a tag to compare

datastore-core-v10.0.1 (2024-09-12)

Bug Fixes

  • bump @libp2p/logger from 4.0.20 to 5.0.0 (#318) (84ca12c)

blockstore-core-5.0.1

12 Sep 11:47
1e21dc1
Compare
Choose a tag to compare

blockstore-core-v5.0.1 (2024-09-12)

Bug Fixes

  • bump @libp2p/logger from 4.0.20 to 5.0.0 (#318) (84ca12c)

v1.0.0

02 Aug 17:31
Compare
Choose a tag to compare

1.0.0 (2024-08-02)

⚠ BREAKING CHANGES

  • To detect the type of error thrown, use .name instead of .code
  • s3 filenames are now all base32upper
  • the output of store.getMany is now a stream of pairs
  • open/close/batch/query methods have been removed from store interface, query/batch added to datastore, getAll added to blockstore
  • bump multiformats from 10.0.3 to 11.0.0 (#182)
  • this module is now ESM only
  • deep requires/imports are no longer possible, moves adapters/in-memory impls etc to core packages
  • the compliance tests for interface-datastore have been removed - use the interface-datastore-tests module instead

Features

Bug Fixes

Trivial Changes

  • add blockstore adapter (05ddff4)
  • add clean script and control published files (c58873d)
  • add description (2aef1ba)
  • add modules for interface-blockstore and interface-datastore tests (da0ac9c)
  • add or force update .github/workflows/js-test-and-release.yml (#243) (7bdc56b)
  • add release script (c2e11ab)
  • build before publish and export all blockstore types (21980fe)
  • change version (f65249d)
  • delete templates [skip ci] (#242) (c0ecb8a)
  • deps-dev: bump rimraf from 1.0.9 to 3.0.2 in /packages/interface-datastore-tests (#40) (5d92f17)
  • deps: bump nanoid from 3.3.4 to 4.0.0 in /packages/interface-datastore (#110) (5e40d9c)
  • disable tests that stringify cids (72c93f9)
  • dual licensed (dbc6615)
  • enable query tests for blockstores (d2ce541)
  • export options (00dbf60)
  • fix import (1ab80a7)
  • fix slow ci (1a6736f)
  • initial commit (e3e73df)
  • publish (ca0fc50)
  • publish (c256fa6)
  • publish (1b8c053)
    ...
Read more

interface-store-6.0.0

02 Aug 16:56
Compare
Choose a tag to compare

interface-store 6.0.0 (2024-08-02)

⚠ BREAKING CHANGES

  • To detect the type of error thrown, use .name instead of .code

Features

  • use .name property for errors instead of .code (#315) (dacd6ce)

Trivial Changes

interface-datastore-tests-6.0.0

02 Aug 16:59
Compare
Choose a tag to compare

interface-datastore-tests 6.0.0 (2024-08-02)

⚠ BREAKING CHANGES

  • To detect the type of error thrown, use .name instead of .code

Features

  • use .name property for errors instead of .code (#315) (dacd6ce)

Trivial Changes

Dependencies

  • interface-datastore: upgraded to 8.3.0

interface-datastore-8.3.0

02 Aug 16:57
Compare
Choose a tag to compare

interface-datastore 8.3.0 (2024-08-02)

Trivial Changes

  • release: 8.3.0 [skip ci] (63d45ec)

Dependencies

  • interface-store: upgraded to 6.0.0

interface-blockstore-tests-7.0.0

02 Aug 16:58
Compare
Choose a tag to compare

interface-blockstore-tests 7.0.0 (2024-08-02)

⚠ BREAKING CHANGES

  • To detect the type of error thrown, use .name instead of .code

Features

  • use .name property for errors instead of .code (#315) (dacd6ce)

Trivial Changes

Dependencies

  • interface-blockstore: upgraded to 5.3.0

interface-blockstore-5.3.0

02 Aug 16:57
Compare
Choose a tag to compare

interface-blockstore 5.3.0 (2024-08-02)

Trivial Changes

  • release: 5.3.0 [skip ci] (49e0618)

Dependencies

  • interface-store: upgraded to 6.0.0

datastore-s3-12.0.0

02 Aug 17:07
Compare
Choose a tag to compare

datastore-s3 12.0.0 (2024-08-02)

⚠ BREAKING CHANGES

  • To detect the type of error thrown, use .name instead of .code

Features

  • use .name property for errors instead of .code (#315) (dacd6ce)

Trivial Changes

Dependencies

  • datastore-core: upgraded to 10.0.0
  • interface-datastore: upgraded to 8.3.0
  • interface-store: upgraded to 6.0.0
  • interface-datastore-tests: upgraded to 6.0.0

datastore-level-11.0.0

02 Aug 17:07
Compare
Choose a tag to compare

datastore-level 11.0.0 (2024-08-02)

⚠ BREAKING CHANGES

  • To detect the type of error thrown, use .name instead of .code

Features

  • use .name property for errors instead of .code (#315) (dacd6ce)

Trivial Changes

Dependencies

  • datastore-core: upgraded to 10.0.0
  • interface-datastore: upgraded to 8.3.0
  • interface-store: upgraded to 6.0.0
  • interface-datastore-tests: upgraded to 6.0.0