You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wrap-mapper-for-collection.function: throw error when wrong value (98d018e)
write-requests: receive mapped ReturnValues from exec (661cda7)
BREAKING CHANGES
all requests no work with and return promises
expressions: update().add() and update().removeFromSet() no longer supports vararg
transact-get-single-table-request: DynamoStore::batchGetItem was renamed to batchGet
batch-write-single-table-request: you cannot longer put or delete more than 25 items in one BatchWriteSingleTableRequest instance. create multiple request instances instead.
requests: The sessionValidityEnsurer & tableNameResolver are no longer provided on instantiation (from DynamoStore or Requests) but are provided through the updateDynamoConfig(). Therefore you only need to define it once.
batch-get-single-table.request: provide the keys to fetch as Partial
paged-request: PagedRequest no longer exists
batch-get.request: method forModel now takes Partial instead of string or object with
PartitionKey+SortKey