Releases: datasprayio/single-table
Releases · datasprayio/single-table
2.3.6
2.3.5
2.3.3
2.3.2
2.3.1
2.3.0
Changes:
- Breaking change for the execute methods which are now split up into:
execute()
for all builders will now return the actual AWS SDK response object (e.g.GetItemResponse
,PutItemResponse
)executeGet()
for GetBuilderexecuteGetPrevious()
,executeGetUpdated()
for UpdateBuilderexecuteGetPrevious()
andexecuteGetNew()
for PutBuilderexecuteGetDeleted()
for DeleteBuilder
2.2.6
Features:
- Expose fetchShardNextPage query consumer
- Added getTableName method
- Accept a tableName instead of tablePrefix during init, depracated tablePrefix
Fixes:
- When calling create table, for minimizing number of requests, a describe TTL request was sent to determine whether TTL is correctly set and whether table exists. But LocalStack has a bug that it returns a TTL response for a non-existent table. To fix this, we call create table always
0.0.12
Fixes:
- When calling create table, for minimizing number of requests, a describe TTL request was sent to determine whether TTL is correctly set and whether table exists. But LocalStack has a bug that it returns a TTL response for a non-existent table. To fix this, we call create table always