v0.10.3 beta
Release v0.10.3
Mar 01, 2026
Software package deployment, agent memory reduction, portal performance, and TURN server documentation.
Added
- Software Package Deployment: upload packages to S3, deploy to endpoints with SHA-256 checksum verification. Supports MSI, EXE, DEB, PKG, and DMG with silent install auto-detection.
- TURN Server Guide: deployment documentation for NAT traversal with coturn, including firewall rules and Docker configuration.
Improved
- Agent memory footprint reduced from ~200 MB to ~30 MB at idle through WebRTC send buffer backpressure, post-session GC, log buffer caps, and cache pruning.
- Portal speed optimized with inline CSS extracted to global classes (CSP compliance), server-side session helpers, API response caching, and a centralized navigateTo utility.
- E2E test selectors updated to match current UI across all test suites.
Fixed
- Fixed browser policy tool enqueue error handling and reduced audit log duplication.
- Fixed post-apply command enqueue race condition for follow-up jobs.
- Fixed sensitive data review workflow edge cases.
- Fixed AI risk dashboard rendering and schema drift check accuracy.
- Repaired all failing CI tests across API, web, and agent modules.
v0.10.3 ships the software package deployment pipeline — upload packages with checksums, deploy silently to managed endpoints across Windows, macOS, and Linux. The agent’s idle memory footprint drops from ~200 MB to ~30 MB through WebRTC backpressure and cache management improvements. Portal page loads are faster thanks to CSS extraction, API caching, and navigation optimizations.