Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Releases: ipfs/js-datastore-s3

v2.0.0

19 Jun 16:57
685fa91
Compare
Choose a tag to compare
chore: release version v2.0.0

v1.0.0

08 May 16:05
ae2e186
Compare
Choose a tag to compare

Bug Fixes

  • ci: add empty commit to fix lint checks on master (4251456)

Features

  • adds interface-datastore streaming api (6c74394)

v0.3.0

15 Aug 16:28
c78598a
Compare
Choose a tag to compare

Code Refactoring

BREAKING CHANGES

  • All places in the API that used callbacks are now replaced with async/await

v0.2.4

27 Mar 09:14
3fdb2b2
Compare
Choose a tag to compare

Bug Fixes

  • create-repo: pass sub paths in repo to each store (1113c61)

v0.2.3

14 Feb 13:15
866e4e8
Compare
Choose a tag to compare

Bug Fixes

  • aws-sdk should be a peer dependency (836355c)

v0.2.2

14 Feb 13:03
655d6a3
Compare
Choose a tag to compare

Features

v0.2.1

07 Feb 12:56
f5166c2
Compare
Choose a tag to compare

Bug Fixes

  • use once to prevent multiple callback calls (db99ae8)

Features

  • have the s3 lock cleanup gracefully (7f6b2c8)

v0.2.0

01 Oct 17:48
b8eab5a
Compare
Choose a tag to compare

Bug Fixes

  • flow: make flow pass and fix query abort call (46e8e5e)
  • add windows support (feaed0d)
  • linting (e00974f)
  • resolve an issue where a new repo wouldnt init properly (104d6e9)

Features

  • add basic error codes and update test (#8) (31ba28a)
  • add querying and make all tests pass (0c89c78)
  • initial featureset aside from querying (b710421)