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.