Skip to content

3.3.0 -- 2024-08-05

Latest
Compare
Choose a tag to compare
@RitvikKapila RitvikKapila released this 07 Aug 22:40
· 1 commit to master since this release
e6ed4bf

Deprecation

  • The AWS DynamoDB Encryption Client for Python no longer supports Python 3.7 as of version 3.3
    • Only Python 3.8+ is supported.
  • We no longer support OpenSSL 1.0.1 or 1.0.2, as per cryptography documentation.

Feature

  • Warn on Deprecated Python 3.7 usage
  • Add Python 3.11 to CI
  • Add Python 3.12 to CI

Maintenance

  • Update requirements for boto3 (>=1.10.0) and cryptography (>=3.4.6)