Skip to content

AWS Advanced JDBC Driver - v2.5.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 00:24
· 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.6] - 2025-04-09

🐛 Fixed

  • Issue with non-cluster database dialects and/or custom domains (PR #1315).
  • Use ExecutorService to manage node monitoring threads to prevent thread leaking (PR #1325).

🦀 Changed

  • Set default SSLInsecure parameter to false.

🪄 Added

  • C3P0 example. See here.