Skip to content

AWS Advanced Python Wrapper - v2.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Feb 20:34
· 96 commits to main since this release

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.

[2.1.0] - 2026-02-11

🪄 Added

🐛 Fixed

  • Properly handling nested errors in auth plugins (PR #1092).
  • Populate opened connection queue with url (PR #1094).
  • Spawning unnecessary threads due to ClassVars (PR #1090).
  • Incorrect cleanup thread sleep time issue (PR #1090).
  • Aurora connection tracker and writer host comparison (PR #1081).
  • Sliding expiration cache concurrent access exceptions (PR #1089).
  • Stale DNS plugin when connected to reader (PR #1086).
  • Read/write splitting + custom endpoint plugin issue when switching to writer (PR #1080).
  • Move conn.release_resources() to close method instead of __del__ to avoid relying on GC to release resources (PR #1078).

🦀 Changed

  • Performance optimization for auth plugins by caching clients and sessions (PR #1084).
  • Update documentation for AWS credentials requirements for plugins using the AWS SDK (PR #1093).