Skip to content

v1.13.0

Compare
Choose a tag to compare
@guregu guregu released this 19 Feb 17:26
· 98 commits to master since this release

Summary

  • Add server-side encryption (SSE) support in CreateTable and DescribeTable #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.
  • 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