Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to the AxonFlow Python SDK will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [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

---

## [1.5.0] - 2026-01-17

### Added
Expand All @@ -24,12 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Helper methods on `WorkflowStatus` and `WorkflowStatusResponse`: `is_terminal()`
- LangGraph adapter: `axonflow.adapters.langgraph.AxonFlowLangGraphAdapter`

- **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

### Fixed

- Datetime parsing now handles variable-length fractional seconds (e.g., 5 digits) for Python 3.9 compatibility
Expand Down