Skip to content

Releases: aws/aws-advanced-python-wrapper

AWS Advanced Python Wrapper - v1.3.0

29 Jul 11:47
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.0] - 2025-07-28

🪄 Added

  • Blue/Green Plugin, which adds support for blue/green deployments (PR #911).
  • Limitless Plugin, which adds support for limitless deployments (PR #912).
  • Add weighted random host selection strategy (PR #907).
  • Add expiration time for secrets cache in the Secrets Manager Plugin (PR #906).
  • Allow custom secret keys for database credentials retrieval (PR #843).

🐛 Fixed

  • Separate plugin chain cache based on whether a plugin needs to be skipped or not (PR #916).
  • Check the cached token and exception type before retrying connection in the auth plugins (PR #902).
  • Set the default SSL Secure setting to True (PR #848).

🦀 Changed

  • Use poetry version compatible with Python 3.8 (PR #913).
  • Port over PluginService API changes from JDBC (PR #901).
  • Verify links in markdown documentation (PR #909).
  • Replace poetry installation with bash for GitHub actions (PR #903).
  • Update python requirement and environment variable information in documentation(PR #900).

AWS Advanced Python Wrapper - v1.2.0

13 Dec 02:28
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.0] - 2024-12-12

🪄 Added

AWS Advanced Python Wrapper - v1.1.1

18 Oct 22:12
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.1] - 2024-10-18

🪄 Added

  • Support for MySQL version 9+ (PR #713).

🐛 Fixed

  • Extended support for China endpoints (Issue #700).
  • Removed unused SQLAlchemy dialect from documentation (PR #714).

AWS Advanced Python Wrapper - v1.1.0

31 Jul 23:30
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.0] - 2024-07-31

🪄 Added

  • Okta authentication support. See the documentation for more details and sample code.

AWS Advanced Python Wrapper - v1.0.0

23 May 17:04
Compare
Choose a tag to compare

[1.0.0] - 2024-05-23

The Amazon Web Services (AWS) Advanced Python Wrapper allows an application to take advantage of the features of clustered Aurora databases.

🪄 Added

  • Support for PostgreSQL
  • Support for MySQL