-
Notifications
You must be signed in to change notification settings - Fork 30
Compatibility
Maxime Wiewiora edited this page Oct 25, 2025
·
11 revisions
The wrapper uses Java Driver for Apache Cassandra®. This driver is designed for Apache Cassandra® 2.1+ and DataStax Enterprise (5.0+). So, it will throw "unsupported feature" exceptions if used against an older version of Cassandra cluster.
The following table specifies the compatibility of this JDBC wrapper with different Cassandra clusters:
| Cassandra JDBC driver version | built on Java Driver | Apache Cassandra® | DataStax Enterprise | DataStax Astra | Amazon Keyspaces |
|---|---|---|---|---|---|
| 4.16.1 | 4.19.1 | 2.1 - 5.0.x ✅ | 5.0 - 6.x ✅ | ✅ | ✅ |
| 4.15.0 → 4.16.0 | 4.19.0 | ||||
| 4.14.0 | 4.18.1 | ||||
| 4.13.x | 2.1 - 4.x ✅ ≥ 5.0 (a) ✅ |
🟨 | |||
| 4.11.0 → 4.12.0 | 4.17.0 | 2.1 - 4.x ✅ ≥ 5.0 (b) ✅ |
|||
| 4.10.x | 2.1 - 4.x ✅ ≥ 5.0 (c) 🟨 |
||||
| 4.9.x | 4.15.0 | 2.1 - 4.x ✅ | 5.0 - 6.8.x ✅ ≥ 6.9.x (d) 🟨 |
||
| ≤ 4.8.0 | ≤ 4.15.0 |
✅ Fully compatible
🟨 Partially compatible
(a) Compatibility tested with Cassandra 5.0.0-rc1.
(b) Compatibility tested with Cassandra 5.0.0-beta1.
(c) Partially compatible: only for support of CQL type vector (CEP-30).
(d) no support of CQL type vector (CEP-30).
For more information, please check the compatibility matrix and read the driver documentation.