AWS JDBC Driver for MySQL - v1.1.8
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.8] - 2023-06-28
Fixed
- The topology service cache no longer stores connection specific properties so connections to the same cluster will not connect with the wrong properties (Issue #407).
- Fixed value
convertToNull
being rejected for propertyzeroDateTimeBehavior
because of capitalization (Issue #411). - Handle case in the
FailoverConnectionPlugin
where thecurrentHostIndex
is equal toNO_CONNECTION_INDEX
(Issue #417).