Releases: shelfio/dynamodb-parallel-scan
Releases · shelfio/dynamodb-parallel-scan
v3.9.0
What's Changed
- chore(deps): update babel by @renovate in #249
- chore(deps): update dependency @types/jest to v29.5.12 by @renovate in #252
- chore(deps): update typings by @renovate in #253
- INT-11 Align types by @yuriiLevantovych in #254
- INT-11 Set next version by @yuriiLevantovych in #255
Full Changelog: v3.8.0...v3.9.0
v3.8.0
What's Changed
- INT-11 upgrade @AWS-SDK pckgs by @yuriiLevantovych in #251
New Contributors
- @yuriiLevantovych made their first contribution in #251
Full Changelog: v3.7.0...v3.8.0
v.3.5.3
Full Changelog: v3.5.2...v3.5.3
v.3.5.2
What's Changed
- chore(deps): update dependency typescript to v5 by @renovate in #228
- Fixed
credentials
to return undefined where empty by @harazdovskiy in #235
Full Changelog: v3.5.1...v3.5.2
v.3.5.0
Added credentials
parameter
Updated dependencies
Full Changelog: v3.4.0...v3.5.0
Rewrite to aws-sdk v3!
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!
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
- 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
- Require Node.js 12+
- Rewrite to TypeScript
v1.0.2
- perf: require only dynamodb client not whole aws-sdk f4e176e
- chore: update numerous npm deps