Skip to content

AWS Advanced JDBC Wrapper - v2.6.8

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Dec 01:07
· 5 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.6.8] - 2025-12-04

🐛 Fixed

  • Wait timeout for custom endpoint info (PR #1616)
  • Use custom endpoint as cluster ID to prevent accumulating of connections if using a custom endpoint in a connection string (PR #1619)

🦀 Changed

  • Improve exception handling when DB server reaches maximum available connections (PR #1621)
  • Improve connection management to prevent connection leaking in topology monitor (PR #1624)