Skip to content

Releases: getaxonflow/axonflow-sdk-python

Release v3.5.0

19 Feb 15:46
d77510a

Choose a tag to compare

AxonFlow Python SDK v3.5.0

Installation

pip install axonflow

Changes

See CHANGELOG.md for full release details.

Release v3.4.0

13 Feb 12:02
3ab521f

Choose a tag to compare

AxonFlow Python SDK v3.4.0

Installation

pip install axonflow

Changes

See CHANGELOG.md for full release details.

Release v3.3.1

11 Feb 23:13
97af3ee

Choose a tag to compare

AxonFlow Python SDK v3.3.1

Installation

pip install axonflow

Changes

See CHANGELOG.md for full release details.

Release v3.3.0

10 Feb 16:22
dcd7142

Choose a tag to compare

AxonFlow Python SDK v3.3.0

Installation

pip install axonflow

Changes

See CHANGELOG.md for full release details.

Release v3.2.0

05 Feb 13:00
0e0523c

Choose a tag to compare

AxonFlow Python SDK v3.2.0

Installation

pip install axonflow

Changes

See CHANGELOG.md for full release details.

v3.1.0

04 Feb 13:19
14b59b6

Choose a tag to compare

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

03 Feb 00:29

Choose a tag to compare

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

v1.7.1

26 Jan 02:20
e830f3e

Choose a tag to compare

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

25 Jan 16:55
66f35ce

Choose a tag to compare

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

04 Feb 17:21
dd46cd9

Choose a tag to compare

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
    • StepGateResponse now includes policies_evaluated and policies_matched fields with PolicyMatch type
    • PolicyMatch class with policy_id, policy_name, action, reason for policy transparency
    • PolicyEvaluationResult class for MAP execution with allowed, applied_policies, risk_score
    • Workflow operations (workflow_created, workflow_step_gate, workflow_completed) logged to audit trail