From 7bbcc6641a51fd18d07c5e5f9381c02448ad363c Mon Sep 17 00:00:00 2001 From: tommystendahl Date: Mon, 2 Dec 2024 12:57:56 +0100 Subject: [PATCH] Small bump in readme and compatibility matrix (#277) --- README.md | 2 +- doc/cassandra_compatibility.md | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4c45ac3d..4aa881e5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![tests](https://github.com/Ericsson/ecaudit/actions/workflows/test.yml/badge.svg?branch=release/c3.0)](https://github.com/Ericsson/ecaudit/actions/workflows/test.yml?query=branch%3Arelease/c3.0) [![coverage](https://codecov.io/gh/ericsson/ecaudit/branch/release/c3.0/graph/badge.svg)](https://codecov.io/gh/ericsson/ecaudit/branch/release/c3.0) -With ecAudit you get auditing and query logger functionality for Apache Cassandra 3.0 and 3.11. +With ecAudit you get auditing and query logger functionality for Apache Cassandra 3.0, 3.11, 4.0, 4.1 and 5.0. Features include: * Detailed audit records for CQL operations and login attempts diff --git a/doc/cassandra_compatibility.md b/doc/cassandra_compatibility.md index 12cc060f..d37be39e 100644 --- a/doc/cassandra_compatibility.md +++ b/doc/cassandra_compatibility.md @@ -12,9 +12,10 @@ The ecAudit plug-in is maintained for selected Cassandra versions only. 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 Version | Compiled With | Compatible With | +|-----------------|-----------------|--------------------------| +| 3.1.1 -> latest | Cassandra 5.0.2 | Cassandra 5.0.0 -> 5.0.2 | +| 3.1.0 | Cassandra 5.0.0 | Cassandra 5.0.0 -> 5.0.1 | ## ecaudit_c4.1 @@ -34,8 +35,8 @@ This flavor is built with the latest version of the Apache Cassandra 4.0.x serie 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 | -| ---------------- | --------------- | ------------------------- | -| 2.10.0 -> latest | Cassandra 4.0.7 | Cassandra 4.0.2 -> 4.0.14 | +| ---------------- | --------------- |---------------------------| +| 2.10.0 -> latest | Cassandra 4.0.7 | Cassandra 4.0.2 -> 4.0.15 | | 2.9.0 | Cassandra 4.0.3 | Cassandra 4.0.2 -> 4.0.8 |