Skip to content

AWS Advanced JDBC Driver - v2.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 21:53
· 3 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.0] - 2025-06-10

🪄 Added

  • Add support of Blue/Green Deployment for Aurora MySQL clusters, Aurora PostgreSQL clusters, RDS MySQL Instances, and RDS PostgreSQL Instances. See Using The Blue/Green Deployment Plugin.
  • Allow driver to recognize lower case parameters (PR #1361).
  • Set names for all internal threads (PR #1410).

🐛 Fixed

🦀 Changed

  • Javadoc improvement (PR #1368).
  • Set failover2 as default plugin (PR #1414).
  • Improve logging for Limitless Plugin (PR #1431).
  • Clarifies support for blue/green deployments by specifying minimum versions (PR #1434).