Skip to content

AWS JDBC Driver for MySQL - v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 18:08
· 161 commits to main since this release
463dae7

[1.0.0] - 2022-03-01

Added

  • Upstream changes from MySQL 8.0.28 community driver.
  • Hikari connection pool integration tests have been added.
  • Docker containers are now created as part of testing and used to run both unit and integration tests.
  • Failover performance metrics tracked based on a cluster. With options to enable additional performance metrics per instance.

Changed

  • Failover functionality refactored into a connection plugin.

Fixed

  • Enhanced Failure Monitoring connection status check.