Releases: getaxonflow/axonflow-sdk-python
Releases · getaxonflow/axonflow-sdk-python
Release v3.5.0
AxonFlow Python SDK v3.5.0
Installation
pip install axonflowChanges
See CHANGELOG.md for full release details.
Release v3.4.0
AxonFlow Python SDK v3.4.0
Installation
pip install axonflowChanges
See CHANGELOG.md for full release details.
Release v3.3.1
AxonFlow Python SDK v3.3.1
Installation
pip install axonflowChanges
See CHANGELOG.md for full release details.
Release v3.3.0
AxonFlow Python SDK v3.3.0
Installation
pip install axonflowChanges
See CHANGELOG.md for full release details.
Release v3.2.0
AxonFlow Python SDK v3.2.0
Installation
pip install axonflowChanges
See CHANGELOG.md for full release details.
v3.1.0
AxonFlow Python SDK v3.1.0
Changes
See CHANGELOG.md for the full release history.
Installation
pip install axonflow==3.1.0
v3.0.0
AxonFlow Python SDK v3.0.0
Breaking Changes
- Removed
execute_query()andexecute_query_sync()— Useproxy_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_evaluatedvalidation
Installation
pip install axonflow==3.0.0Full Changelog: v1.7.1...v3.0.0
v1.7.1
AxonFlow Python SDK v1.7.1
Changes
See CHANGELOG.md for the full release history.
Installation
pip install axonflow==1.7.1
v1.7.0
AxonFlow Python SDK v1.7.0
Changes
See CHANGELOG.md for the full release history.
Installation
pip install axonflow==1.7.0
v1.6.0
Note: This release was originally published on 2026-01-18. It was accidentally deleted and recreated on 2026-02-04. The code and tag are unchanged.
[1.6.0] - 2026-01-18
Added
- Workflow Policy Enforcement (Issues #1019, #1020, #1021): Policy transparency for workflow operations
StepGateResponsenow includespolicies_evaluatedandpolicies_matchedfields withPolicyMatchtypePolicyMatchclass withpolicy_id,policy_name,action,reasonfor policy transparencyPolicyEvaluationResultclass for MAP execution withallowed,applied_policies,risk_score- Workflow operations (
workflow_created,workflow_step_gate,workflow_completed) logged to audit trail