axonops / axonops-workbench

AxonOps™ Workbench for Apache Cassandra® - Desktop application for Mac, Windows and Linux
https://axonops.com
Apache License 2.0
11 stars 0 forks source link

[feat]: Adding warning to enhanced console when connected to Unmaintained versions of Apache Cassandra #442

Open millerjp opened 2 months ago

millerjp commented 2 months ago

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