Skip to content

Releases: getaxonflow/axonflow-sdk-python

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

v1.5.0

17 Jan 14:14
01ebcf3

Choose a tag to compare

AxonFlow Python SDK v1.5.0

Changes

See CHANGELOG.md for the full release history.

Installation

pip install axonflow==1.5.0

v1.4.0

14 Jan 22:31
3306cf1

Choose a tag to compare

AxonFlow Python SDK v1.4.0

Changes

See CHANGELOG.md for the full release history.

Installation

pip install axonflow==1.4.0

v1.3.0

09 Jan 16:33
ffcce4c

Choose a tag to compare

AxonFlow Python SDK v1.3.0

Changes

See CHANGELOG.md for the full release history.

Installation

pip install axonflow==1.3.0

v1.2.0

08 Jan 05:07
fd7c26f

Choose a tag to compare

AxonFlow Python SDK v1.2.0

Changes

See CHANGELOG.md for the full release history.

Installation

pip install axonflow==1.2.0

v1.1.0

05 Jan 23:01
3a0f74e

Choose a tag to compare

AxonFlow Python SDK v1.1.0

Changes

See CHANGELOG.md for the full release history.

Installation

pip install axonflow==1.1.0