You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(release): v8.5.0 — decision request context + pasal_56b_dpa transfer basis
Targets AxonFlow platform v8.5.0 (epic #2508).
- DecisionSummary + DecisionExplanation gain a Context map[string]string
(json:"context,omitempty") surfacing the sanitized request context a PEP
attaches to a Decision Mode call (platform #2509). ListDecisions returns the
platform-truncated 5-key summary; ExplainDecision returns the full map plus a
ContextTruncated bool.
- ojk.go adds TransferBasis* constants (adequacy, safeguards, pasal_56b_dpa,
consent) for type-safe access to the UU PDP Pasal 56 legal bases. The
AuditLogEntry/CrossBorderTransferRecord TransferBasis field stays a plain
string surfaced verbatim, so existing 'safeguards' consumers are unaffected.
- version 8.3.0 -> 8.5.0, CHANGELOG entry, unit tests, and a runtime-e2e driver
that creates a decision via the PEP path and reads Context back through the SDK.
Signed-off-by: Saurabh Jain <saurabh.jain@getaxonflow.com>
0 commit comments