Skip to content

Release v20.43.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 20:48
3f4ec2c

Summary

Adds cancellation token support through Arc command execution while keeping the existing command pipeline contract compatible.

Added

  • Added CancellationToken injection for model-bound command Provide() and Handle() methods.
  • Added cancellation-aware command pipeline overloads for programmatic command execution.

Changed

  • Command validation now receives the command execution cancellation token.