Skip to content

AWS Advanced JDBC Driver - v2.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 22:43
· 26 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.0] - 2024-10-18

🪄 Added

🐛 Fixed

  • Use the cluster URL as the default cluster ID (PR #1131).
  • Fix logic in SlidingExpirationCache and SlidingExpirationCacheWithCleanupThread (PR #1142).
  • Limitless Connection Plugin to check dialect and attempt recovery in case an unsupported dialect is encountered (PR #1148).
  • Don't get Statement from closed ResultSet (PR #1130).
  • Add null checks to the limitless plugin (PR #1152).
  • Verify plugin presence based on actual plugin list (PR #1141)

🦀 Changed

  • Updated expected URL patterns for Limitless Databases (PR #1147).
  • Removed MaxPermSize JVM arg in gradle.properties (PR #1132).