feat: v8.3.0 — Indonesia compliance + OTel exporters#403
Closed
saurabhjain1592 wants to merge 1 commit into
Closed
feat: v8.3.0 — Indonesia compliance + OTel exporters#403saurabhjain1592 wants to merge 1 commit into
saurabhjain1592 wants to merge 1 commit into
Conversation
…l exporters Indonesia compliance coverage for OJK/BI/UU PDP regulations: - 8 PII detection patterns: NIK (national ID, 16-digit with province-code encoding), NPWP (tax ID, legacy 15-digit + new 16-digit post-2024), Indonesian phone (+62), bank accounts (BCA, Mandiri, BRI, BNI). Community gets pattern-based detection; Enterprise adds province-code validation and check-digit verification. - OJK compliance module (Enterprise): audit export, retention posture, readiness scoring against OJK AI Governance three-pillar framework (reliability, accountability, human oversight), UU PDP Art. 46 breach notification template (72-hour SLA, MOCDA as current recipient), cross-border transfer logging (data_residency + transfer_basis fields per UU PDP Art. 56). - 4 industry migrations: OJK registry + assessments + kill switches, 10 policy templates (5 OJK AI, 2 BI PJP, 3 UU PDP), cross-border audit fields, breach notification tracking. - Decision Mode integration: Indonesia PII enforced through POST /api/v1/decide. - 3 curl-based examples: Decision Mode + Indonesia PII, OJK audit export, UU PDP breach notification. Observability: - Datadog + Grafana/Tempo OTel exporters for Decision Mode spans. - Decision Mode dashboard template (Grafana JSON). SDK version sweep: - All examples updated to SDK v8.3.0 (Go/Python/TypeScript/Java) and Rust v0.5.0. 238 files across go.mod, pom.xml, package.json, requirements.txt, Cargo.toml, and READMEs. - capabilities.go RecommendedSDKVersion bumped to v8.3.0. Version: 8.3.0 Signed-off-by: AxonFlow Team <bot@getaxonflow.com>
Member
Author
|
Closing: Grafana fix was wrong. Will re-sync after correct fix lands. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v8.3.0 sync
Indonesia compliance (OJK / BI / UU PDP)
8 PII detection patterns for Indonesian identifiers — NIK (16-digit national ID with province-code encoding), NPWP (tax ID, both legacy 15-digit and new 16-digit post-2024 format), Indonesian phone (+62), and bank accounts (BCA, Mandiri, BRI, BNI) with bank-name context anchoring. Community edition provides pattern-based detection; Enterprise adds province-code lookup + check-digit validation.
OJK enterprise module ships 6 API endpoints: audit export, export status, retention posture, readiness scoring against OJK AI Governance three-pillar framework (reliability, accountability, human oversight), UU PDP Art. 46 breach notification template (72-hour SLA), and combined dashboard.
Cross-border transfer logging adds
data_residency(ISO 3166-1 country code) andtransfer_basis(adequacy/safeguards/consent) fields to audit log entries per UU PDP Art. 56.4 industry migrations: OJK compliance tables with RLS, 10 policy templates (5 OJK AI Governance, 2 BI PJP, 3 UU PDP), cross-border audit fields, breach notification tracking.
Observability
Datadog + Grafana/Tempo OTel exporters for Decision Mode decision spans. Grafana dashboard template with duplicate-default datasource fix.
SDK version sweep
238 files updated across
examples/— Go/Python/TypeScript/Java SDK refs bumped from v8.2.0 to v8.3.0, Rust from v0.4.0 to v0.5.0. Covers go.mod, pom.xml, package.json, requirements.txt, Cargo.toml, and markdown READMEs.Version
All version sites bumped to 8.3.0.
capabilities.goRecommendedSDKVersion updated to 8.3.0 across agent + orchestrator.Synced from enterprise at
740319876