Release v20.43.0
Summary
Adds cancellation token support through Arc command execution while keeping the existing command pipeline contract compatible.
Added
- Added
CancellationTokeninjection for model-bound commandProvide()andHandle()methods. - Added cancellation-aware command pipeline overloads for programmatic command execution.
Changed
- Command validation now receives the command execution cancellation token.