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.5.5] - 2025-03-06
🐛 Fixed
- Various reader failover fixes (PR #1227) & (PR #1246).
- Avoid encoding MariaDB connection properties (PR #1237).
- Custom domains during failover (PR #1265)
- Skip failover on interrupted thread (Issue #1283)
- Log message parameters (PR #1303)
🦀 Changed
- Revise default monitor poll rate from 15s to 7.5s for the Limitless Connection Plugin. For more information see the docs.
- Consolidate cache clean-up in a single place (PR #1234).
- Relocate custom handlers (PR #1235).
- Improve forceConnect pipeline (PR #1238).
- Update deprecated ConnectionProviderManager function calls (PR #1256).
- Remove mysql-connector-j library dependency for MariaDb (PR #1287).
- Refactor AuroraTestUtility (PR #1252).
🪄 Added
- Documentation for Fastest Response Strategy Plugin. See List of Available Plugins.