Skip to content

Release v8.3.0

Choose a tag to compare

@github-actions github-actions released this 27 May 11:12
· 33 commits to main since this release
49572fc

AxonFlow Python SDK v8.3.0

Installation

pip install axonflow==8.3.0

Added

  • PolicyCategory.PII_INDONESIA constant ("pii-indonesia").
    Enables filtering and creating policies for Indonesian PII detection
    (NIK, KK, NPWP, BPJS) alongside the existing per-jurisdiction categories.
  • data_residency and transfer_basis fields on AuditLogEntry.
    Optional string fields supporting cross-border data transfer logging.
    data_residency is an ISO 3166-1 alpha-2 country code;
    transfer_basis is one of adequacy, safeguards, or consent.
    Both default to None for backward compatibility with older platform versions.
  • Indonesia compliance example (examples/indonesia_compliance.py):
    demonstrates NIK detection, audit log querying with cross-border fields,
    and policy filtering by the new pii-indonesia category.