Skip to content

Releases: AllocZero/EfficientDynamoDb

0.9.2

21 Apr 13:12
Compare
Choose a tag to compare
  • AWS SDK credentials integration (#104)
  • Document JSON serialization (#109)
  • Get-only properties support (#119)
  • Extend Update API (#121)
  • Fix bug with BeginWith condition (#123)

0.9.1

13 Apr 00:59
Compare
Choose a tag to compare
  • 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.