Skip to content

AWS JDBC Driver for MySQL - v1.1.9

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 19:09
· 52 commits to main since this release
122bff7

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.9] - 2023-07-31

Added

  • Documentation:
    • An example of how to enable logging (PR #431).
    • Release policy (PR #434).
  • The keepSessionStateOnFailover failover property to allow retaining the connection session state after failover without manually reconfiguring a connection (Issue #425).

Fixed

  • Avoid updating topology during global transactions which caused JTA transactions to fail (Issue #292).
  • Keep currentHostIndex and hosts list in sync and pick a new connection when host role changes (Issue #303).
  • Redundant reset statement called due to incorrect condition (Issue #422).