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:
- 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).