Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 00:29
· 95 commits to main since this release

AxonFlow Python SDK v3.0.0

Breaking Changes

  • Removed execute_query() and execute_query_sync() — Use proxy_llm_call() / proxy_llm_call_sync() instead (deprecated since v1.5)
  • Version jump: Skipped v2.0.0 for cross-SDK version consistency (all SDKs now v3.0.0)

Added

  • was_redacted() helper on response objects
  • Fixed null policies_evaluated validation

Installation

pip install axonflow==3.0.0

Full Changelog: v1.7.1...v3.0.0