Releases: ipfs/js-datastore-s3
Releases · ipfs/js-datastore-s3
v2.0.0
chore: release version v2.0.0
v1.0.0
Bug Fixes
- ci: add empty commit to fix lint checks on master (4251456)
Features
- adds interface-datastore streaming api (6c74394)
v0.3.0
Code Refactoring
BREAKING CHANGES
- All places in the API that used callbacks are now replaced with async/await
v0.2.4
Bug Fixes
- create-repo: pass sub paths in repo to each store (1113c61)
v0.2.3
Bug Fixes
- aws-sdk should be a peer dependency (836355c)
v0.2.1
Bug Fixes
- use once to prevent multiple callback calls (db99ae8)
Features
- have the s3 lock cleanup gracefully (7f6b2c8)
v0.2.0
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)