Change Log¶
[1.3.0] - 2021-01-22¶
- New:
app.cash.tempest:tempest2:1.3.0
supports AWS SDK 2.x (#23).
[1.2.1] - 2020-12-09¶
- Fixed: Automatically handle reserved words (#20).
[1.2.0] - 2020-11-20¶
- Fixed: Remove
IllegalStateException
wrapping ofTransactionCanceledException
(#18).
[1.1.0] - 2020-11-18¶
- New:
LogicalTable.codec
makes it easy to interoperate withDynamoDBMapper
APIs.
[1.0.1] - 2020-09-18¶
- New: Make
Offset
‘s constructor public.
[1.0.0] - 2020-08-21¶
- New: Add Java friendly APIs.
- New: Support item types and key types declared in Java.
- New: Ignore transient properties in item types and key types.
[0.1.0] - 2020-07-06¶
Initial release.