AWS Advanced JDBC Driver - v2.4.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.4.0] - 2024-09-25
🪄 Added
- Limitless Connection Plugin. See UsingTheLimitlessConnectionPlugin.md.
- A new reworked and re-architected failover plugin. See UsingTheFailover2Plugin.md.
- Logic and a connection property to enable driver failover when network exceptions occur in the connect pipeline (PR #1099).
- Virtual Threading support (PR #1120).
🐛 Fixed
- Unwrap nested exceptions when checking for login exceptions (Issue #1081).