Skip to content

Releases: amzn/smoke-dynamodb

Update smoke-http and smoke-aws to 3.0.0

18 Jul 21:29
8cc63d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.11.1...3.12.0

3.11.1

22 Jan 21:08
6fec4c8
Compare
Choose a tag to compare
3.11.1 Pre-release
Pre-release

What's Changed

Full Changelog: 3.11.0...3.11.1

Support onTransactionWrite with GSI

09 Jan 04:07
f2aa711
Compare
Choose a tag to compare

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

26 Jun 14:37
f22dffc
Compare
Choose a tag to compare

This release of SmokeDynamoDB provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x.

  1. Fix PartiQL for bulk write update statement (#93)

InMemory transaction fixes

12 Apr 06:01
38634b5
Compare
Choose a tag to compare

This release of SmokeDynamoDB provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x.

  1. InMemory transaction fixes (#91)

Retry transactions on conflict

28 Feb 21:26
757987a
Compare
Choose a tag to compare

This release of SmokeDynamoDB provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x.

  1. Retry transactions on conflict (#90)

Add an optional compositePrimaryKey property to transaction protocols

14 Feb 21:49
15a1600
Compare
Choose a tag to compare

This release of SmokeDynamoDB provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x.

  1. Add an optional compositePrimaryKey property to transaction protocols (#88)

Add bulkWrite and transactWrite APIs

14 Feb 04:50
a60238e
Compare
Choose a tag to compare

This release of SmokeDynamoDB provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x.

  1. Add bulkWrite and transactWrite APIs (#86)

Add option to escape single quotes in PartiQL statements

24 Jan 15:14
19a95ce
Compare
Choose a tag to compare

This release of SmokeDynamoDB provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x

  1. Add option to escape single quotes in PartiQL statements (#85)

Use structured concurrency implementations

05 Jan 20:21
bccffe9
Compare
Choose a tag to compare

This release of SmokeDynamoDB provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x

  1. Use structured concurrency implementations (#82)
  2. Add option for enabling logging within AHC. (#82)