- Fix :class:`AwsKmsCryptographicMaterialsProvider` regional clients override bug #124
- Remove
attributesattribute from :class:`EncryptionContext`strandreprvalues. #127
- Fix :class:`EncryptedPaginator` to successfully decrypt when using :class:`AwsKmsCryptographicMaterialsProvider` #118
- Batch write operations via the high-level helper clients now return plaintext items in
UnprocessedItems. - #107
- Batch write operations via the high-level helper clients now return plaintext items in
- Fix :class:`MostRecentProvider` cache reuse bug. #105
- Fix :class:`MostRecentProvider` bug in providing invalid cached results. #102
- Move the
aws-dynamodb-encryption-pythonrepository fromawslabstoaws.
- Fix :class:`MostRecentProvider` behavior when lock cannot be acquired. #72
- Fix :class:`MostRecentProvider` lock acquisition for Python 2.7. #74
- Fix :class:`TableInfo` secondary index storage. #75
- Finish fixing
MANIFEST.in.
- Fill out
MANIFEST.into correctly include necessary files in source build.
- Add version convenience import to base namespace.
- Initial public release