AWS Advanced JDBC Driver - v2.5.0
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
- Custom Endpoint Plugin. See UsingTheCustomEndpointPlugin.md.
- Allow driver failover when network exceptions occur in the connect pipeline for the failover 2 plugin (PR #1133 and PR #1143).
🐛 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)