Skip to content

Commit

Permalink
Merge branch 'release/c3.11' into release/c4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommystendahl committed Dec 2, 2024
2 parents 3547338 + af0431b commit 3aa7e04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ecAudit

[![tests](https://github.com/Ericsson/ecaudit/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/Ericsson/ecaudit/actions/workflows/test.yml?query=branch%3Amaster)
[![coverage](https://codecov.io/gh/ericsson/ecaudit/branch/master/graph/badge.svg?token=f42z31Yqr3)](https://codecov.io/gh/Ericsson/ecaudit/branch/master)
[![tests](https://github.com/Ericsson/ecaudit/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/Ericsson/ecaudit/actions/workflows/test.yml?query=branch%3Arelease/c4.0)
[![coverage](https://codecov.io/gh/ericsson/ecaudit/branch/master/graph/badge.svg?token=f42z31Yqr3)](https://codecov.io/gh/Ericsson/ecaudit/branch/release%2Fc4.0)

With ecAudit you get auditing and query logger functionality for Apache Cassandra 3.0, 3.11 and 4.0.
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
Expand Down
11 changes: 6 additions & 5 deletions doc/cassandra_compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 |


Expand Down

0 comments on commit 3aa7e04

Please sign in to comment.