Skip to content

Releases: shelfio/dynamodb-parallel-scan

v3.9.0

25 Mar 10:32
8309e56
Compare
Choose a tag to compare

What's Changed

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

v3.8.0

22 Mar 15:35
13f303a
Compare
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
Compare
Choose a tag to compare

v.3.5.2

05 Jul 12:13
Compare
Choose a tag to compare

What's Changed

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

v.3.5.0

23 Jun 10:16
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Require Node.js 12+
  • Rewrite to TypeScript

v1.0.2

27 Mar 13:31
Compare
Choose a tag to compare
  • perf: require only dynamodb client not whole aws-sdk f4e176e
  • chore: update numerous npm deps

v1.0.1...v1.0.2