You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/#semantic-versioning-200).
5
5
6
+
## [2.1.0] - 2026-02-11
7
+
### :magic_wand: Added
8
+
*[Failover v2 Plugin](https://github.com/aws/aws-advanced-python-wrapper/blob/main/docs/using-the-python-wrapper/using-plugins/UsingTheFailoverPlugin.md), an improved version of the failover plugin with enhanced reliability ([PR #1079](https://github.com/aws/aws-advanced-python-wrapper/pull/1079)).
9
+
*[Django support for MySQL](https://github.com/aws/aws-advanced-python-wrapper/blob/c1e33f9d4468993063439bacaae7993ebe89d691/docs/using-the-python-wrapper/DjangoSupport.md) ([PR #1077](https://github.com/aws/aws-advanced-python-wrapper/pull/1077)).
10
+
11
+
### :bug: Fixed
12
+
* Properly handling nested errors in auth plugins ([PR #1092](https://github.com/aws/aws-advanced-python-wrapper/pull/1092)).
13
+
* Populate opened connection queue with url ([PR #1094](https://github.com/aws/aws-advanced-python-wrapper/pull/1094)).
14
+
* Spawning unnecessary threads due to ClassVars ([PR #1090](https://github.com/aws/aws-advanced-python-wrapper/pull/1090)).
15
+
*[Incorrect cleanup thread sleep time issue](https://github.com/aws/aws-advanced-python-wrapper/issues/1087) ([PR #1090](https://github.com/aws/aws-advanced-python-wrapper/pull/1090)).
16
+
* Aurora connection tracker and writer host comparison ([PR #1081](https://github.com/aws/aws-advanced-python-wrapper/pull/1081)).
* Stale DNS plugin when connected to reader ([PR #1086](https://github.com/aws/aws-advanced-python-wrapper/pull/1086)).
19
+
* Read/write splitting + custom endpoint plugin issue when switching to writer ([PR #1080](https://github.com/aws/aws-advanced-python-wrapper/pull/1080)).
20
+
* Move `conn.release_resources()` to close method instead of `__del__` to avoid relying on GC to release resources ([PR #1078](https://github.com/aws/aws-advanced-python-wrapper/pull/1078)).
21
+
22
+
### :crab: Changed
23
+
* Performance optimization for auth plugins by caching clients and sessions ([PR #1084](https://github.com/aws/aws-advanced-python-wrapper/pull/1084)).
24
+
* Update documentation for AWS credentials requirements for plugins using the AWS SDK ([PR #1093](https://github.com/aws/aws-advanced-python-wrapper/pull/1093)).
25
+
6
26
## [2.0.0] - 2026-01-14
7
27
### :crab: Breaking Changes
8
28
> [!WARNING]
@@ -82,6 +102,7 @@ The Amazon Web Services (AWS) Advanced Python Wrapper allows an application to t
0 commit comments