`api-audit` is a lightweight, plug-and-play Spring Boot library designed to simplify the implementation of comprehensive
audit trails. It provides a dual-layer auditing strategy:
* **Request Auditing**: Captures high-level API interactions, metadata, and request bodies.
* **Entity-Level Auditing**: Captures fine-grained data mutations (Create, Update, Delete) at the database level.
By integrating seamlessly with Spring **AOP** and **Hibernate**, `api-audit` ...
Version2.0.0compared with
Version Details
| 1.0.0 | 2.0.0 | |
|---|---|---|
| Release date | Mar 29, 2026 | Jul 28, 2026 |
| Licenses | MIT | MIT |
| Vulnerabilities | None | None |
Runtime Changes (5)
| 1.0.0 | 2.0.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.springframework.boot » spring-boot-starter-aspectj | - | 4.1.0 |
| ~ Updated | io.micrometer » micrometer-tracing-bridge-otel | 1.5.9 | 1.7.0 |
| ~ Updated | org.javers » javers-core | 7.11.0 | 7.11.5 |
| ~ Updated | org.springframework.boot » spring-boot-starter-actuator | 3.5.11 | 4.1.0 |
| - Removed | org.springframework.boot » spring-boot-starter-aop | 3.5.11 | - |