Skip to content

AWS JDBC Driver for MySQL - v1.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 00:26
· 71 commits to main since this release
f2fe325

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 DatabaseMetaDataUsingInfoSchema and CallableStatement (PR #388 & PR #390).
  • Upgraded com.github.vlsi.license-gather from 1.77 to 1.87 and junit-jupiter-engine from 5.8.2 to 5.9.2 (PR #378 & PR #355).
  • Excluded SampleApplication from distribution jar (PR #392).
  • Updated README with list of database engine versions tested against (here).

Fixed

  • Fixed AuroraTopologyService to use fallback timestamp when the topology query results in an invalid timestamp during daylight savings (Issue 386).