2.0.0
To prevent unintended load on the cluster, this release disallows queries that perform unindexed full namespace scans. Queries attempting these operations will now fail.
To re-enable these queries, set the refuseScan configuration property to false in your JDBC connection string or driver properties.
Features
- FMWK-760 Add support for statement cancellation by @reugn in #104
- FMWK-827 Add configuration for unindexed query blocking by @reugn in #105
- FMWK-826 Add support for EXPLAIN statement by @reugn in #107
- FMWK-760 Add query result default limit configuration by @reugn in #108
- FMWK-827 Make refuseScan enabled by default by @reugn in #110
Fixes
- Reflect supported result set type and concurrency in DatabaseMetaData by @reugn in #103
- FMWK-835 Redact secrets in URL logs by @reugn in #111
Documentation
Updates
- Update Snyk GitHub action and restrict workflow permissions by @reugn in #96
- FMWK-828 Prepare version 2.0.0 release by @reugn in #114
Full Changelog: 1.10.1...2.0.0