We should add a warning message if a user connects to a version of Apache Cassandra that is no longer maintained.
This can be managed via releases of workbench and can be built into the app.
Right now these versions are maintained. We can update this list with new releases of the app, but have the versions in a location that can be easily updated.
5.0
4.1
4.0
If a user connects to an earlier version of Cassandra than these, add the warning message "Apache Cassandra version X.X is an unmaintained version of Cassandra. Please consider upgrading."
Make sure the check is on EARLIER versions - not the static list of versions supported i.e its < 4.0, not == 4.0, 4.1 and 5.0
We should add a warning message if a user connects to a version of Apache Cassandra that is no longer maintained.
This can be managed via releases of workbench and can be built into the app.
Right now these versions are maintained. We can update this list with new releases of the app, but have the versions in a location that can be easily updated.
If a user connects to an earlier version of Cassandra than these, add the warning message "Apache Cassandra version X.X is an unmaintained version of Cassandra. Please consider upgrading."
Make sure the check is on EARLIER versions - not the static list of versions supported i.e its < 4.0, not == 4.0, 4.1 and 5.0