Releases: shiftcode/dynamo-easy
Releases · shiftcode/dynamo-easy
v8.0.0-next.6
8.0.0-next.6 (2024-07-10)
Bug Fixes
- typescript: upgrade to latest typescript version (5.5.3) (eb5aa0a)
v8.0.0-next.5
8.0.0-next.5 (2024-04-19)
Bug Fixes
- deps: update @aws-sdk/client-dynamodb version to resolve issue (45070ee)
v8.0.0-next.4
8.0.0-next.4 (2024-04-19)
Code Refactoring
- make-request: remove non-existent method (9a64894)
Features
- aws-sdk-v3: remove v2 types (0c84a39)
BREAKING CHANGES
- make-request: Methods DynamoStore.makeRequest and DynamoDBWrapper.makeRequest are no longer available.
v7.1.1
v8.0.0-next.3
v8.0.0-next.2
8.0.0-next.2 (2023-03-20)
Bug Fixes
- types: inline the KeyType from '@aws-sdk/client-dynamodb' (b85e0b5)
v8.0.0-next.1
8.0.0-next.1 (2023-02-21)
Bug Fixes
- update-request: use params given by args (1137190)
chore
- deps: update to typescript 4.9 (f36100a)
- node: update to node 18 for dev (136b660)
- typescript: update target to es2021 (79cf80c)
Features
- aws-sdk-v3: [WIP] first compiling version (1a0507a)
- aws-sdk-v3: [WIP] update imports (ca5f456)
- aws-sdk-v3: [WIP] update imports to new version of aws-sdk@3 (1305d28)
- aws-sdk-v3: fix code, disable lint for certain lines (e561484)
- aws-sdk-v3: fix tests (615a59c)
- aws-sdk-v3: resolve ts issues in snippets (e2bcb11)
BREAKING CHANGES
- typescript: runtime needs to support all features of es2021 or make sure to provide polyfills
- deps: tslib^2.0.0 is now the minimum required version
- node: Node.js 16 'Gallium' is now the minimum required version