Skip to content

Latest commit

 

History

History
111 lines (84 loc) · 3.35 KB

CHANGELOG.rst

File metadata and controls

111 lines (84 loc) · 3.35 KB

Changelog

2.0.0 -- 2021-02-04

Breaking Changes

Removes MostRecentProvider. MostRecentProvider is replaced by CachingMostRecentProvider as of 1.3.0.

1.3.0 -- 2021-02-04

Adds the CachingMostRecentProvider and deprecates MostRecentProvider.

Time-based key reauthorization logic in MostRecentProvider did not reauthorize the use of the key after key usage permissions were changed at the key provider (for example AWS Key Management Service). This created the potential for keys to be used in the DynamoDB Encryption Client after permissions to do so were revoked.

CachingMostRecentProvider replaces MostRecentProvider and provides a cache entry TTL to reauthorize the key with the key provider.

MostRecentProvider is now deprecated, and is removed in 2.0.0. See https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/most-recent-provider.html for more details.

1.2.0 -- 2019-10-10

Bugfixes

1.1.1 -- 2019-08-29

Bugfixes

1.1.0 -- 2019-03-13

Features

  • Batch write operations via the high-level helper clients now return plaintext items in UnprocessedItems.
    #107

1.0.7 -- 2018-01-16

Bugfixes

1.0.6 -- 2018-01-15

Bugfixes

1.0.5 -- 2018-08-01

  • Move the aws-dynamodb-encryption-python repository from awslabs to aws.

1.0.4 -- 2018-05-22

Bugfixes

1.0.3 -- 2018-05-03

Bugfixes

  • Finish fixing MANIFEST.in.

1.0.2 -- 2018-05-03

Bugfixes

  • Fill out MANIFEST.in to correctly include necessary files in source build.

1.0.1 -- 2018-05-02

  • Add version convenience import to base namespace.

1.0.0 -- 2018-05-02

  • Initial public release