Releases: AllocZero/EfficientDynamoDb
Releases · AllocZero/EfficientDynamoDb
0.9.2
0.9.1
- Added a way to override table name attribute by using the
WithTableName
extension method. - Allow specifying custom request URL to support local dynamo docker container.
- Improved condition operations naming.
- Improved stability of batch operations during the DynamoDb throttling scenarios.
- Fixed the exception when using
Token
credentials. - Fixed pagination token serialization affecting scans and queries.
- Optimized
AttributeValue
constructor performance.