All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Remove condition to skip
queryUntilLimitReached
whenfilterExpression
is not provided
- The
multiIncr
API to support DynamoDB "ConditionalExpressions".
- Parameter type
IncrMap
of themultiIncr
API to only be partial.
multiIncr
API
- Support
consistentRead
option onget
API
- Support optimistic locking for
put
,update
anddelete
APIs