AWS JDBC Driver for MySQL - v1.1.6
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.6] - 2023-04-28
Changed
- Refactored resource shutdown for
DatabaseMetaDataUsingInfoSchemaandCallableStatement(PR #388 & PR #390). - Upgraded
com.github.vlsi.license-gatherfrom 1.77 to 1.87 andjunit-jupiter-enginefrom 5.8.2 to 5.9.2 (PR #378 & PR #355). - Excluded
SampleApplicationfrom distribution jar (PR #392). - Updated README with list of database engine versions tested against (here).
Fixed
- Fixed
AuroraTopologyServiceto use fallback timestamp when the topology query results in an invalid timestamp during daylight savings (Issue 386).