Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Cassandra and AstraDB pages #60

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ For more information, see the [Apache Cassandra](https://cassandra.apache.org) p

## Supported database versions

The extension's JDBC wrapper uses the Java Driver for Apache Cassandra® 4.4.0 or greater which is designed for
The extension's JDBC wrapper uses the Java Driver for Apache Cassandra® which is designed for:

* Apache Cassandra® 2.1+
* DataStax Enterprise (5.0+)

It will throw "unsupported feature" exceptions if used against an older version of Cassandra cluster.

For more information, please check the
[compatibility matrix](https://docs.datastax.com/en/driver-matrix/doc/driver_matrix/javaDrivers.html) and read the
[compatibility matrix](https://docs.datastax.com/en/driver-matrix/docs/java-drivers.html) and read the
[driver documentation](https://docs.datastax.com/en/developer/java-driver/latest/).

--8<-- "database-tutorial-prerequisites.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ title: DataStax Astra DB

# Using Liquibase with DataStax Astra DB (powered by Apache Cassandra)


[DataStax Astra DB](https://www.datastax.com/products/datastax-astra) is a multi-cloud DBaaS built on Apache Cassandra. Astra DB simplifies cloud-native Cassandra application development and reduces deployment time from weeks to minutes. For more information, see [DataStax Astra DB Documentation](https://docs.datastax.com/en/astra/docs/index.html).

## Supported database versions

* DataStax Enterprise (5.0+)

--8<-- "database-tutorial-prerequisites.md"

1. Configure the DataStax Astra DB database environment:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ extra:
extension_version:
cassandra: 4.25.0.1
jdbc_driver_version:
cassandra: 4.10.2
cassandra: 4.11.0

extra_css:
- css/shared.css
Expand Down