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.
[1.1.2] - 2022-11-22
Added
- Upstream changes from MySQL 8.0.31 community driver.
- A new
enableFailoverStrictReader
parameter so the driver only reconnects to reader nodes after a failover.
Changed
- Upgraded dependency versions
Fixed
- Update FailoverConnectionPlugin license.
- Fixed plugin factories package names in the README.
- Resolved an issue where the driver attempts to query for the topology during a prepared transaction. Issue 292
- Resolved an issue where distinct ClientPreparedStatement objects incorrectly have the same hashCode. Issue 308
- Fixed the writer failover process where the driver reconnects to a reader node due to outdated topology information.
- Fixed some incorrect log messages.
- Enhanced logging to avoid unnecessary String format calls.