Skip to content

chore(release): 0.7.2#86

Merged
ersinkoc merged 1 commit into
mainfrom
release/0.7.2
Jun 5, 2026
Merged

chore(release): 0.7.2#86
ersinkoc merged 1 commit into
mainfrom
release/0.7.2

Conversation

@ersinkoc
Copy link
Copy Markdown
Collaborator

@ersinkoc ersinkoc commented Jun 5, 2026

Release 0.7.2

Patch release shipping the single post-0.7.1 fix merged in #85.

Fixed

  • Plan cancellation is now prompt during parallel wave execution. When every concurrency slot was full of slow steps, a cancelled plan kept spinning the maxConcurrent slot-wait until a step happened to finish. The slot-wait and step-scheduling loop now re-check signal.aborted and stop immediately; already-scheduled steps are still awaited via Promise.all so no in-flight promise is orphaned. (fix(plans): honor abort during parallel wave slot-wait #85)

Release mechanics

  • pnpm version:patch0.7.1 → 0.7.2 across all workspace packages + docs/ARCHITECTURE.md + start.{sh,ps1}.
  • CHANGELOG [Unreleased] rolled to [0.7.2] - 2026-06-05; fresh empty [Unreleased].
  • release:verify green (17,240 gateway tests, 8/8 turbo, no type errors, no flake).

After merge: tag v0.7.2 → release workflow (Docker publish + GitHub Release) on the Node 24 actions.

🤖 Generated with Claude Code

Patch release shipping the post-0.7.1 fix:

Fixed
- Plan cancellation is now prompt during parallel wave execution: the
  maxConcurrent slot-wait and step-scheduling loop re-check signal.aborted
  and stop scheduling immediately; scheduled steps are still awaited via
  Promise.all so no in-flight promise is orphaned. (#85)

Version bumped across all workspace packages + docs/ARCHITECTURE.md +
start scripts. release:verify green (17240 gateway tests, 8/8 turbo).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ersinkoc ersinkoc merged commit 51f1941 into main Jun 5, 2026
2 checks passed
@ersinkoc ersinkoc deleted the release/0.7.2 branch June 5, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant