Skip to content

AWS JDBC Driver for MySQL - v1.1.8

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 22:35
· 57 commits to main since this release
d98ab09

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 property zeroDateTimeBehavior because of capitalization (Issue #411).
  • Handle case in the FailoverConnectionPlugin where the currentHostIndex is equal to NO_CONNECTION_INDEX (Issue #417).