Skip to content

v4.0.1

Latest

Choose a tag to compare

@vladholubiev vladholubiev released this 20 Nov 18:54
· 3 commits to master since this release

Breaking Changes

4.0.0

  • Rebuilt queryOptimized for the modular @aws-sdk/client-dynamodb v3 API; supply a DynamoDBClient, QueryCommand, and uniqueIdentifierAttributes so results dedupe on your table's primary/sort keys.
  • Exported the previous DocumentClient version as queryOptimizedV1 (deprecated) for teams that still rely on the legacy signature.
  • Extended the optimized query path to tables without a sort key and added performance coverage to guard the ~2x speedup claim.