Releases: getaxonflow/axonflow-sdk-python
Releases · getaxonflow/axonflow-sdk-python
v1.0.0
AxonFlow Python SDK v1.0.0
Changes
See CHANGELOG.md for the full release history.
Installation
pip install axonflow==1.0.0
v0.14.0
AxonFlow Python SDK v0.14.0
Changes
See CHANGELOG.md for the full release history.
Installation
pip install axonflow==0.14.0
v0.13.0
AxonFlow Python SDK v0.13.0
Changes
See CHANGELOG.md for the full release history.
Installation
pip install axonflow==0.13.0
v0.12.0
AxonFlow Python SDK v0.12.0
Changes
See CHANGELOG.md for the full release history.
Installation
pip install axonflow==0.12.0
v0.11.0
AxonFlow Python SDK v0.11.0
Changes
See CHANGELOG.md for the full release history.
Installation
pip install axonflow==0.11.0
v0.10.1
Fixed
MCP Connector Endpoint
- Fixed
query_connector()to use/api/requestendpoint withrequest_type="mcp-query"instead of deprecated/mcp/resources/queryendpoint - Aligns Python SDK with Go, TypeScript, and Java SDKs
- Fixes authentication issues in self-hosted mode
Nested Event Loop Handling
- Fixed
SyncAxonFlowwrapper to handle nested event loops execute_query()and other sync methods now work when called from running event loops- Fixes "This event loop is already running" error in Jupyter notebooks and async contexts
- Uses
ThreadPoolExecutorto run coroutines safely when event loop is already running
Type Safety
- Added generic type annotation to
_run_sync()for MyPy compliance
Installation
pip install axonflow==0.10.1v0.10.0
Changed
- Community Mode: Credentials are now optional for self-hosted/community deployments
- SDK can be initialized without
api_keyorlicense_keyfor community features execute_query()andhealth_check()work without credentials- Auth headers are only sent when credentials are configured
- SDK can be initialized without
Added
_has_credentials()method to check if credentials are configured_require_credentials()helper for enterprise feature validation- Enterprise features (
get_policy_approved_context,audit_llm_call) now validate credentials at call time
Fixed
- Gateway Mode methods now raise
AuthenticationErrorwhen called without credentials
v0.9.1
AxonFlow Python SDK v0.9.1
Changes
See CHANGELOG.md for the full release history.
Installation
pip install axonflow==0.9.1
v0.9.0
AxonFlow Python SDK v0.9.0
Changes
See CHANGELOG.md for the full release history.
Installation
pip install axonflow==0.9.0
v0.8.0
Enterprise Policy Features
Added
- Enterprise Policy Features:
organization_idfield inCreateStaticPolicyRequestfor organization-tier policiesorganization_idfield inListStaticPoliciesOptionsfor filtering by organizationlist_policy_overrides()method to list all active policy overrides
Full Changelog: https://github.com/getaxonflow/axonflow-sdk-python/blob/main/CHANGELOG.md