v1.13.0
Summary
- Add server-side encryption (SSE) support in
CreateTable
andDescribeTable
#189 (thanks @TigerToof!) - Tweak the logic for inferring the table's primary keys
PagingIter.LastEvaluatedKey
#191- This change can better avoid calling
DescribeTable
depending on your usage. - Errors from
DescribeTable
(such as insufficient permissions) will be treated as warnings, falling back to pre-v1.12.0 behavior.- See: #187 (comment)
- This change can better avoid calling
- Warnings now use the logger configured in
aws.Config
instead of the standard library default.
What's Changed
- Add SSESpecification option to CreateTable by @TigerToof in #189
- lazier LastEvaluatedKey inference by @guregu in #191
New Contributors
- @TigerToof made their first contribution in #189
Full Changelog: v1.12.0...v1.13.0