Skip to content

AWS Advanced JDBC Wrapper - v2.6.7

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Nov 23:06
· 2 commits to main since this release

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.

[2.6.7] - 2025-11-25

🐛 Fixed

  • Handle nested auth exceptions in MySQLExceptionHandler (PR #1601) and in other handlers (PR #1605).
  • Outdated topology during Blue/Green switchover leads to wrong connection failover (PR #1599).
  • Ensure Blue/Green monitor instances are set up properly (PR #1612).

🦀 Changed

  • Documentation:
    • Replace references to AWS JDBC Driver to AWS Advanced JDBC Wrapper for consistency (PR #1595)
    • Update instructions regarding MySQL permissions (PR #1608)