chore(release): 0.7.1#84
Merged
Merged
Conversation
Patch release shipping the post-0.7.0 fix: Fixed - JobQueueService no longer leaks unhandled promise rejections when a DB error occurs while finalizing (repo.complete/fail) or claiming (repo.claimJob) a job. executeJob is now non-rejecting and the fire-and-forget poll callsites go through a safePoll wrapper. Version bumped across all workspace packages + docs/ARCHITECTURE.md + start scripts. release:verify green (17239 gateway tests on clean re-run, typecheck/lint/build/audit all pass). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.7.1
Patch release shipping the single post-0.7.0 fix merged in #83.
Fixed
repo.complete/repo.fail) or claiming (repo.claimJob) a job surfaced as an unhandled rejection (logged-not-crashed via the global handler, but a misleading false-crash signal).executeJobis now non-rejecting and the fire-and-forget poll callsites go through asafePollwrapper. (fix(jobs): stop JobQueueService leaking unhandled rejections on DB errors #83)Release mechanics
pnpm version:patch→0.7.0 → 0.7.1across all workspace packages +docs/ARCHITECTURE.md+start.{sh,ps1}.[Unreleased]rolled to[0.7.1] - 2026-06-05; fresh empty[Unreleased]added.release:verifygreen (17,239 gateway tests, typecheck/lint/build/audit:prod all pass). One transient suite-level flake on the first full-suite run did not reproduce on a clean re-run; the branch has zero code changes vsmainand fix(jobs): stop JobQueueService leaking unhandled rejections on DB errors #83's CI was green.After merge: tag
v0.7.1→ triggers the release workflow (Docker publish + GitHub Release). Uses the Node 24 actions from #82.🤖 Generated with Claude Code