Skip to content

v2.0.5

Choose a tag to compare

@github-actions github-actions released this 03 Aug 08:49
· 94 commits to main since this release

Commits

  • 8a8d34d Release 2.0.5
  • 317f26f Merge PR #60: F-809 — a clean backend stop stops shipping ERROR noise (2.0.5)
  • 567a579 F-809 fix round: guard both exits from main(), keep the interrupt frame
  • fa2e47c F-809 fix round: make the handler install idempotent, ratchet the cap
  • c0e5b2e F-809 fix round: turn an escaping Ctrl+C into a quiet exit 130
  • 03b8424 F-809 N3: give uvicorn a positive graceful-shutdown timeout
  • a92ac95 F-809: the e2e pin accepts -SIGTERM as well as exit 0
  • e1834b4 F-809 N1+N2: hand the signal back instead of sys.exit-ing the loop
  • 15692aa F-809 (RED): pin a clean backend stop against ERROR-level noise
  • 32df5ca Merge PR #59: F-810 — headed spawns self-heal via desktop task delegation (2.0.5)
  • a706bb8 F-810: close the remaining orphan path, and prove the pid before killing it
  • 64c0297 F-810: doctor's remedy stops claiming headed spawns will fail when they won't
  • 1bb66b5 F-810 review: quote for CreateProcess, derive argv from nodriver, no orphans
  • aecb65c Merge pull request #58 from DevinoSolutions/ci/mute-sentry-install-smoke
  • 9841a98 CI: stop install-smoke from shipping launch failures to Sentry
  • 1b6ca9c F-810: document the amended ruling, and say why available() stays silent-free
  • dd93cb7 F-810: the F-808 refusal becomes the fallback, and its message says so
  • 23e2c50 F-810: delegate a headed launch to the user's desktop, then attach
  • 5f387c1 Ratify the two F-808 cap raises per the human gate ruling 2026-08-02
  • 891cc83 Merge PR #57: F-808 — a headed spawn is visible wherever the desktop is (2.0.4)
  • 8674f6a Test runs no longer ship injected failures to the real Sentry