Skip to content

AWS JDBC Driver for MySQL - v1.1.5

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 22:56
· 81 commits to main since this release
2629c37

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.5] - 2023-03-31

Changed

Fixed

  • Only update topology for specific methods so that certain workflows are not interrupted (Issue 363).
  • Fixed methods passing in JdbcConnection proxies by adding checks before casting to ConnectionImpl (Issue 365).
  • Fixed AWSSecretsManagerPlugin to update ConnectionProxy HostInfo openInitialConnection to prevent access denied errors (Issue 361).