github awslabs/aws-mysql-jdbc 1.1.2
AWS JDBC Driver for MySQL - v1.1.2

latest releases: 1.1.15, 1.1.14, 1.1.13...
22 months ago

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.

Don't miss a new aws-mysql-jdbc release

NewReleases is sending notifications on new releases.