Skip to content

v3.14.0

Compare
Choose a tag to compare
@kenany kenany released this 13 Sep 17:58
· 120 commits to main since this release

What's Changed

  • fix(deps): update dependency org.apache.logging.log4j:log4j-core to v2.24.0 by @renovate in #377
  • Add option to validate Audit events before sending them (PAN-16602) by @kenany in #378
    • This is disabled by default. Users may opt into this feature by calling withSchemaValidation(true) when building an AuditClient, e.g.
      final var client = new AuditClient.Builder(config).withSchemaValidation(true).build();