Skip to content

v3.6.0 — Typed Control Plane & Windows Install

Choose a tag to compare

@alazndy alazndy released this 16 Jul 22:20
· 59 commits to master since this release

Highlights

  • Typed TUI control plane with serialization-only contracts, coherent daemon snapshots, typed commands/events, idempotency caching, transactional audit logging, and Now/Work/Explore/Govern routes.
  • Native Windows 10/11 installation through install-system.ps1, including locked release builds, %APPDATA%\\raios configuration/policy setup, user PATH registration, and the RAIOS_Daemon Scheduled Task.
  • Windows runtime parity with Scheduled Task daemon management, netstat.exe PID lookup, PowerShell lifecycle hooks, PowerShell agent wrappers, and portable tray startup paths.
  • Cross-platform CI covering the full Cargo workspace on Windows, macOS, and Linux with the lockfile enforced.

Verification

  • cargo test --workspace: 678 passed, 2 ignored, 0 failed.
  • cargo clippy --workspace --all-targets --locked -- -D warnings: passed.
  • pnpm audit --audit-level=high: no known vulnerabilities.

See the full change history in CHANGELOG.md.