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

v11.0.0

23 Mar 15:47
Compare
Choose a tag to compare

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)

v10.0.1

18 Oct 10:34
Compare
Choose a tag to compare

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)

v10.0.0

12 Aug 14:51
Compare
Choose a tag to compare

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)

v9.0.0

19 Jan 13:09
Compare
Choose a tag to compare

9.0.0 (2022-01-19)

⚠ BREAKING CHANGES

  • updates config to use unified ci

Trivial Changes

v8.0.0

09 Sep 09:15
Compare
Choose a tag to compare

chore

BREAKING CHANGES

  • only uses named exports

v7.0.0

20 Aug 15:52
Compare
Choose a tag to compare
chore: release version v7.0.0

v6.0.0

06 Jul 15:18
Compare
Choose a tag to compare

chore

Features

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

BREAKING CHANGES

  • uses new interface-datastore types

v5.0.0

15 Apr 15:30
d22b53d
Compare
Choose a tag to compare

Features

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

v4.0.0

12 Apr 16:01
e86f9e5
Compare
Choose a tag to compare
chore: release version v4.0.0

v3.0.0

22 Sep 11:57
5aac8e4
Compare
Choose a tag to compare

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