Skip to content

Commit 0643b34

Browse files
docs: add v3.3.0 changelog entry
Issue #1074
1 parent a0504fd commit 0643b34

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to the AxonFlow Java SDK will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.3.0]
9+
10+
### Added
11+
12+
- **`cancelExecution(executionId, reason)`**: Cancel a unified execution (MAP plan or WCP workflow) via `POST /api/v1/unified/executions/{id}/cancel`. Overloaded variant without reason parameter.
13+
14+
### Fixed
15+
16+
- **Unified execution API URLs**: `getExecutionStatus()` and `listUnifiedExecutions()` now use correct `/api/v1/unified/executions` path (was `/api/v1/executions`)
17+
18+
---
19+
820
## [3.2.0] - 2026-02-05
921

1022
### Added

0 commit comments

Comments
 (0)