Skip to content

AWS JDBC Driver for MySQL - v1.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 23:52
· 86 commits to main since this release
0df9866

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.4] - 2023-01-27

Fixed

  • Close AWS Secrets Manager Client. This prevents the leaking PoolingHttpClientConnectionManager issue described in (Issue #343).
  • Changed the criteria for updating topology and connection switching to not rely on isFailoverEnabled() since it may be using a stale topology (PR #345).
  • Make EFM variables thread-safe (PR #332).