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.6.0] - 2025-06-10
🪄 Added
- Add support of Blue/Green Deployment for Aurora MySQL clusters, Aurora PostgreSQL clusters, RDS MySQL Instances, and RDS PostgreSQL Instances. See Using The Blue/Green Deployment Plugin.
- Allow driver to recognize lower case parameters (PR #1361).
- Set names for all internal threads (PR #1410).
🐛 Fixed
- Fix connection leaks in Limitless Plugin:
- Fix wrong calls in wrapper class (PR #1413).
- Fix host info type (PR #1423).
- Include optional trailing dot in DNS regex patterns (Issue #1381).
- Clean up connections in a separate thread (Issue #1390).