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.
[1.1.7] - 2023-05-11
Changed
- Removed the
isMultiWriterCluster
flag as multi-writer clusters are end of life since February 2023 (PR #405).
Fixed
- Fixed methods passing proxy statement objects by adding checks to unwrap them before casting to a
ClientPreparedStatement
(Issue #401).