AWS Advanced JDBC Driver - v2.5.3
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.3] - 2024-11-29
🐛 Fixed
- Custom endpoint monitor obeys refresh rate (PR #1175).
- Abort interrupts running queries (PR #1182).
- Use the AwsCredentialsProviderHandler from the ConfigurationProfile when it is defined (PR #1183).
- Use iamHost property in federated auth and okta plugins (PR #1191).
- Initialize failover2 topology monitors after dialect is updated (PR #1198).
- Use singleton for null telemetry objects in NullTelemetryFactory (PR #1188).
- Avoid updating topology before setReadOnly() (PR #1190).
- Various minor limitless fixes (PR #1180).
- Use correct value for SlidingExpirationCache#put cache item expiration (PR #1203).
- Failover mode is set to reader-or-writer for reader cluster URLs (PR #1204).
- Add WRITER custom endpoint type (PR #1202).