Skip to content

AWS JDBC Driver for MySQL - v1.1.7

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 18:51
· 68 commits to main since this release
a717506

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.7] - 2023-05-11

Changed

Fixed

  • Fixed methods passing proxy statement objects by adding checks to unwrap them before casting to a ClientPreparedStatement (Issue #401).