Skip to content

Release v8.3.0

Choose a tag to compare

@github-actions github-actions released this 27 May 11:11
· 40 commits to main since this release
ee59ecb

AxonFlow Go SDK v8.3.0

Installation

go get github.com/getaxonflow/axonflow-sdk-go/v8@v8.3.0

Documentation

Added

  • CategoryPIIIndonesia 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 UU PDP Art. 56 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 omitempty for backward compatibility with older platform versions.
  • OJK compliance assessment types (ojk.go): OJKComplianceFramework,
    OJKPillar, OJKReadinessScore, OJKBreachNotification,
    OJKAuditExportRequest/Response, CrossBorderTransferRecord.
    Type-only surface for building OJK-regulated AI governance workflows.
  • Indonesia compliance example (examples/indonesia_compliance/):
    demonstrates NIK detection, audit log querying with cross-border fields,
    and policy filtering by the new pii-indonesia category.