Releases: amzn/smoke-dynamodb
Update smoke-http and smoke-aws to 3.0.0
What's Changed
Full Changelog: 3.11.1...3.12.0
3.11.1
What's Changed
- Always SET path = newValue instead of listAppend by @haotianzhu in #102
Full Changelog: 3.11.0...3.11.1
Support onTransactionWrite with GSI
What's Changed
- Support onTransactionWrite with GSI key in InMemoryDynamoDBCompositePrimaryKeyTableWithIndex by @haotianzhu in #100
Full Changelog: 3.10.3...3.11.0
Fix PartiQL for bulk write update statement
This release of SmokeDynamoDB provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x.
- Fix PartiQL for bulk write update statement (#93)
InMemory transaction fixes
This release of SmokeDynamoDB provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x.
- InMemory transaction fixes (#91)
Retry transactions on conflict
This release of SmokeDynamoDB provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x.
- Retry transactions on conflict (#90)
Add an optional compositePrimaryKey property to transaction protocols
This release of SmokeDynamoDB provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x.
- Add an optional compositePrimaryKey property to transaction protocols (#88)
Add bulkWrite and transactWrite APIs
This release of SmokeDynamoDB provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x.
- Add bulkWrite and transactWrite APIs (#86)
Add option to escape single quotes in PartiQL statements
This release of SmokeDynamoDB provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x
- Add option to escape single quotes in PartiQL statements (#85)