Skip to content

Release v0.5.0

Choose a tag to compare

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

AxonFlow Rust SDK v0.5.0

Installation

[dependencies]
axonflow-sdk-rust = "0.5.0"

Documentation

Added

  • PolicyCategory enum with all policy categories including PiiIndonesia
    ("pii-indonesia"). First policies module in the Rust SDK, establishing
    cross-SDK parity for policy category constants.
  • AuditLogEntry struct with full audit log fields including
    data_residency and transfer_basis for cross-border data transfer
    logging. Both are Option<String> for backward compatibility.