Skip to content

v2.9.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 22:11
· 132 commits to main since this release

Fixed

  • Command.IdleTimeout now rejects configurations with no parent-observable output stream instead of falsely timing out an active child whose output goes only to inherited, null, or file destinations.
  • PtySession.ExpectAsync pattern deadlines now honor the command's TimeProvider, matching readiness waits and enabling deterministic virtual-time tests.
  • Supervisor no longer masks arbitrary synchronous IProcessRunner.SpawnAsync exceptions as capture-only fallback; only the explicit NotSupportedException capability marker triggers that downgrade.