Skip to content

v0.43.0

Choose a tag to compare

@steipete steipete released this 16 Aug 14:27
· 118 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.43.0
7e03cb1

0.43.0 - 2026-08-15

Added

  • Added opt-in python and python3 preflight probes that check the literal executable on POSIX, WSL2, and native Windows targets.

Fixed

  • Bounded fallback HTTP clients for finite provider control calls without truncating uploads, downloads, or streaming executions. Thanks @SebTardif.
  • Selected native WSL rsync and OpenSSH correctly on Windows, while x64 no-WSL transfers now keep direct control on System32 OpenSSH and bind native rsync to its sibling OpenSSH.
  • Made default run --emit-proof headings context-neutral instead of claiming every run occurred after a patch or fix.
  • Preserved authoritative recorded-run and lease-claim provider routes while keeping unselected inspection and archive dry-run output provider-neutral.
  • Bound coordinator release, heartbeat, and Tailscale mutations to the CLI-selected provider, preventing cross-provider lease deletion or metadata changes.
  • Made Actions hydration waits, coordinator lease-release retries, and managed Windows VNC waits return promptly when cancelled during backoff. Thanks @SebTardif.