Skip to content

Release 8.3.0

Choose a tag to compare

@github-actions github-actions released this 27 May 11:21
· 33 commits to main since this release
770dd70

AxonFlow Java SDK v8.3.0

Installation

Maven:

<dependency>
    <groupId>com.getaxonflow</groupId>
    <artifactId>axonflow-sdk</artifactId>
    <version>8.3.0</version>
</dependency>

Gradle:

implementation 'com.getaxonflow:axonflow-sdk:8.3.0'

Added

  • PII_INDONESIA policy category constant ("pii-indonesia").
    Enables filtering and creating policies for Indonesian PII detection
    (NIK, KK, NPWP, BPJS) alongside the existing per-jurisdiction categories.
  • dataResidency and transferBasis fields on AuditLogEntry.
    Optional string fields supporting cross-border data transfer logging.
    dataResidency is an ISO 3166-1 alpha-2 country code;
    transferBasis is one of adequacy, safeguards, or consent.
    Both are nullable for backward compatibility with older platform versions.