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
- Failover v2 Plugin, an improved version of the failover plugin with enhanced reliability (PR #1079).
- Django support for MySQL (PR #1077).
🐛 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).