Skip to content

Latest commit

 

History

History
297 lines (127 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

297 lines (127 loc) · 10.3 KB

Dependencies

  • bump uint8arrays from 4.0.10 to 5.0.0 (#282) (2cbfd52)

Bug Fixes

  • cleanup references to datastore in blockstores (#274) (f550624)

Bug Fixes

Dependencies

  • dev: bump sinon from 15.2.0 to 17.0.1 (#265) (316d3c5)

Dependencies

  • dev: bump aegir from 40.0.13 to 41.1.9 (#268) (0aa0944)

Documentation

Dependencies

  • dev: bump aegir from 39.0.13 to 40.0.8 (#241) (00741ff)

Dependencies

Trivial Changes

Dependencies

Features

  • add all blockstore and datastore implementations (#197) (0d85128)

11.0.0 (2023-03-23)

⚠ BREAKING CHANGES

  • this module is now ESM-only and uses the v3 @aws-sdk/s3-client

Features

  • convert to typescript and publish as ESM only (#106) (0f372e1)

10.0.1 (2022-10-18)

Dependencies

  • bump it-filter from 1.0.3 to 2.0.0 (#79) (edb6264)
  • bump it-to-buffer from 2.0.2 to 3.0.0 (#80) (fa9bf96)
  • bump uint8arrays from 3.1.1 to 4.0.2 (#78) (53af2c6)
  • bump uint8arrays to 4.0.3 (40a1444)

10.0.0 (2022-08-12)

⚠ BREAKING CHANGES

  • this module used to be published as ESM/CJS now it is just ESM

Features

Trivial Changes

  • Update .github/workflows/stale.yml [skip ci] (b6cbc38)

9.0.0 (2022-01-19)

⚠ BREAKING CHANGES

  • updates config to use unified ci

Trivial Changes

8.0.0 (2021-09-09)

chore

BREAKING CHANGES

  • only uses named exports

7.0.0 (2021-08-20)

6.0.0 (2021-07-06)

chore

Features

  • split .query into .query and .queryKeys (#34) (29423d1)

BREAKING CHANGES

  • uses new interface-datastore types

5.0.0 (2021-04-15)

Features

  • split .query into .query and .queryKeys (#34) (29423d1)

4.0.0 (2021-04-12)

3.0.0 (2020-09-22)

Bug Fixes

  • convert input to buffers before passing to aws-sdk (#30) (b844c63)

BREAKING CHANGES

    • Returns Uint8Arrays only where before it was node Buffers
  • chore: configure pin store

  • docs: update example

Co-authored-by: Jacob Heun jacobheun@gmail.com

2.0.0 (2020-06-19)

1.0.0 (2020-05-08)

Bug Fixes

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

Features

  • adds interface-datastore streaming api (6c74394)

0.3.0 (2019-08-15)

Code Refactoring

BREAKING CHANGES

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

0.2.4 (2019-03-27)

Bug Fixes

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

0.2.3 (2019-02-14)

Bug Fixes

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

0.2.2 (2019-02-14)

Features

0.2.1 (2019-02-07)

Bug Fixes

  • use once to prevent multiple callback calls (db99ae8)

Features

  • have the s3 lock cleanup gracefully (7f6b2c8)

0.2.0 (2018-10-01)

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)

0.1.0 (2018-05-07)