-
Notifications
You must be signed in to change notification settings - Fork 29
Roadmap
Maxime Wiewiora edited this page Dec 3, 2023
·
12 revisions
This page lists the next features that will be developed and included in the driver.
- Remove deprecated parameter
version
and other deprecated methods (see here) - Use appropriate types in the results sets returned by the functions in
CassandraDatabaseMetadata
in accordance with the JDBC specifications - Add support for custom auth providers (see here, example with Kerberos)
- Add detailed documentation about JDBC implementation
- Add support for multiple profiles when a configuration file is used (see here)
- Add simplified support for connections to AWS keyspaces? (also to AstraDB? merging with Astra JDBC Connector to re-discuss)
- Support Cassandra 5.1 (planned summer 2024)
The features listed here could be developed later but without guarantee.
- Upgrade to JDK 17?