From 78f4102b7e0b60766222fa6c967ba58751c034f3 Mon Sep 17 00:00:00 2001 From: tommystendahl Date: Tue, 1 Oct 2024 10:42:10 +0200 Subject: [PATCH] Update compatibility matrix (#273) --- doc/cassandra_compatibility.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/doc/cassandra_compatibility.md b/doc/cassandra_compatibility.md index 2d519b95..12cc060f 100644 --- a/doc/cassandra_compatibility.md +++ b/doc/cassandra_compatibility.md @@ -7,6 +7,16 @@ For instance, ecaudit_c3.11 indicate that the ecAudit flavor was built with Cass The ecAudit plug-in is maintained for selected Cassandra versions only. +## ecaudit_c5.0 + +This flavor is built with the latest version of the Apache Cassandra 5.0.x series. +The table below list the Cassandra version used while building each ecAudit release and indicate compatibility with other Cassandra versions. + +| ecAudit Version | Compiled With | Compatible With | +| ---------------- | --------------- | ------------------------ | +| 3.1.0 -> latest | Cassandra 5.0.0 | Cassandra 5.0.0 -> 5.0.1 | + + ## ecaudit_c4.1 This flavor is built with the latest version of the Apache Cassandra 4.1.x series. @@ -14,7 +24,8 @@ The table below list the Cassandra version used while building each ecAudit rele | ecAudit Version | Compiled With | Compatible With | | ---------------- | --------------- | ------------------------ | -| 3.0.0 -> latest | Cassandra 4.1.2 | Cassandra 4.1.0 -> 4.1.5 | +| 3.1.0 -> latest | Cassandra 4.1.6 | Cassandra 4.1.6 -> 4.1.7 | +| 3.0.0 | Cassandra 4.1.2 | Cassandra 4.1.0 -> 4.1.5 | ## ecaudit_c4.0 @@ -24,8 +35,8 @@ The table below list the Cassandra version used while building each ecAudit rele | ecAudit Version | Compiled With | Compatible With | | ---------------- | --------------- | ------------------------- | -| 2.10.0 -> latest | Cassandra 4.0.7 | Cassandra 4.0.2 -> 4.0.13 | -| 2.9.0 -> latest | Cassandra 4.0.3 | Cassandra 4.0.2 -> 4.0.8 | +| 2.10.0 -> latest | Cassandra 4.0.7 | Cassandra 4.0.2 -> 4.0.14 | +| 2.9.0 | Cassandra 4.0.3 | Cassandra 4.0.2 -> 4.0.8 | ## ecaudit_c3.11