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.