Skip to content

AWS Advanced JDBC Driver - v2.5.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 02:04
· 15 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.5.5] - 2025-03-06

🐛 Fixed

🦀 Changed

  • Revise default monitor poll rate from 15s to 7.5s for the Limitless Connection Plugin. For more information see the docs.
  • Consolidate cache clean-up in a single place (PR #1234).
  • Relocate custom handlers (PR #1235).
  • Improve forceConnect pipeline (PR #1238).
  • Update deprecated ConnectionProviderManager function calls (PR #1256).
  • Remove mysql-connector-j library dependency for MariaDb (PR #1287).
  • Refactor AuroraTestUtility (PR #1252).

🪄 Added