Skip to content

DarwinRelay 0.6.8

Choose a tag to compare

@dcierra dcierra released this 22 Aug 08:31
da1db29

DarwinRelay 0.6.8 fixes the manual update transaction failure found during real v0.6.6 → v0.6.7 validation.

Highlights:

  • deploy process discovery snapshots ps before matching, preventing self-matches on matcher argv;
  • the updater invokes app deployment in explicit stopped-runtime mode instead of enforcing zero-downtime PID stability after fail-closed shutdown;
  • rollback restores/rebuilds the old app based on actual bundle versions rather than a post-success flag;
  • LaunchAgent ownership and doctor readiness remain mandatory update success conditions.

Validation:

  • #22 and #24 merged;
  • PR and post-merge CI/JavaScript CodeQL are green;
  • full local npm test for 0.6.8 completed with exit code 0;
  • integrity verified 113/113 tracked files;
  • zero open GitHub code-scanning alerts at release time.