Skip to content

Releases: shelfio/dynamodb-parallel-scan

v4.0.0

02 Sep 07:50

Choose a tag to compare

  • chore: add pnpm 41d52bf
  • feat: switch to esm, pnpm, major deps upgrade a263a97
  • ci: update CircleCI image to lts-browsers 8150c97
  • [claudesquad] update from 'node upgrade' on 12 Jun 25 23:41 CEST f4f1ad2
  • Merge pull request #278 from shelfio/renovate/babel 3bb5e4d
  • Merge pull request #279 from shelfio/renovate/typescript 0c874b7
  • chore(deps): update dependency typescript to v5.8.3 db1ed16
  • chore(deps): update babel aca533c
  • ci: update CircleCI image to lts-browsers c26ab79
  • Merge pull request #273 from shelfio/renovate/typescript 309b406
  • chore(deps): update dependency typescript to v5.7.2 e0d50c1
  • Merge pull request #270 from shelfio/renovate/babel cd88f8b
  • chore(deps): update babel ecb3f02
  • Merge pull request #269 from shelfio/renovate/code-style-deps 60aebc3
  • chore(deps): update dependency eslint to v8.57.1 8947bf4
  • Merge pull request #268 from shelfio/renovate/jest 2ab1f53
  • chore(deps): update dependency @types/jest to v29.5.14 6e80d1e
  • chore(deps): update dependency typescript to v5.5.4 8c78c00
  • chore(deps): update babel 097781f

v3.9.2...v4.0.0

v3.9.0

25 Mar 10:32
8309e56

Choose a tag to compare

What's Changed

Full Changelog: v3.8.0...v3.9.0

v3.8.0

22 Mar 15:35
13f303a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7.0...v3.8.0

v.3.5.3

12 Jul 19:32

Choose a tag to compare

v.3.5.2

05 Jul 12:13

Choose a tag to compare

What's Changed

Full Changelog: v3.5.1...v3.5.2

v.3.5.0

23 Jun 10:16

Choose a tag to compare

Added credentials parameter
Updated dependencies

Full Changelog: v3.4.0...v3.5.0

Rewrite to aws-sdk v3!

21 Apr 07:36

Choose a tag to compare

No more dependency on a huge aws-sdk! This library now works with the new v3 @aws-sdk 🎉

Now, instead of aws-sdk, this library requires the following 2 peer dependencies to be installed alongside it:

  • @aws-sdk/client-dynamodb
  • @aws-sdk/lib-dynamodb

v2.3.0: Support for stream backpressuring!

01 Apr 13:30

Choose a tag to compare

Now you can pass a highWaterMark parameter to backpressure the stream, so it won't query DDB for more items that you are capable of processing. Special thanks to @Siloss for implementing this!

v2.0.1

31 Jan 14:18

Choose a tag to compare

  • Merge pull request #86 from shelfio/renovate/frequently-updated-deps 16e6cff
  • Update dependency lint-staged to v10.0.4 e2e8ab5
  • Merge pull request #84 from shelfio/renovate/major-frequently-updated-deps 3568742
  • Update dependency lint-staged to v10 207488d
  • Merge pull request #85 from shelfio/renovate/major-jest 3f7fe03
  • Update jest to v25 40853b2
  • Update dependency @shelf/eslint-config to v0.14.2 3bef4c7
  • Update dependency husky to v4.2.1 26a4c71
  • Update dependency @types/jest to v24.9.1 6f205e0
  • Update dependency husky to v4.2.0 b97984b
  • Update dependency husky to v4.1.0 209183f
  • Update dependency typescript to v3.7.5 f775a5a
  • Update dependency @shelf/eslint-config to v0.14.0 6bbf4e7
  • Update dependency husky to v4.0.10 e4a3fdf

v2.0.0...v2.0.1

v2.0.0

15 Jan 15:40

Choose a tag to compare

  • Require Node.js 12+
  • Rewrite to TypeScript