Skip to content

Release Notes

Track what shipped in each version of Breeze, including additions, improvements, and fixes.

v0.9.2-1 beta

Release v0.9.2-1

Feb 22, 2026

Desktop releases are now signed end-to-end, with stronger auth hardening and more reliable installer flows.

Added

  • Code signing for Windows and macOS release artifacts, so installers are trusted by default.

Improved

  • Windows packaging compatibility (WiX v4) and release asset branding for Viewer + Helper.
  • Notarization flow reliability with better timeout handling for new certificate behavior.

Fixed

  • Hardened authentication paths and tightened WebSocket rate limiting.
  • UI polish issues that impacted day-to-day usability.
v0.9.0 beta major release

Release v0.9.0

Feb 22, 2026

Eleven capability PRs in a single release train: self-healing playbooks, application whitelisting, central log search, DNS security integration, reliability scoring, new device alerting, IP history tracking, device change tracking, file browser operations, and security posture improvements.

Security & Compliance · 5 Visibility & Monitoring · 5 AI & Automation · 5 Remote Management · 5
v0.5.7 beta

Release v0.5.7

Feb 20, 2026

Windows viewer connectivity is more reliable, especially in strict CORS and repeated code-exchange scenarios.

Added

  • Additional Windows viewer origin handling for desktop-to-web handshake paths.

Improved

  • Connection reliability when opening Viewer sessions from deep links.

Fixed

  • CORS origin handling for Windows viewer connectivity.
  • Idempotent code exchange behavior for repeat/open-retry flows.
v0.5.6 beta

Release v0.5.6

Feb 20, 2026

Viewer connection policy handling was relaxed for valid HTTP/WS scenarios to reduce false blocks in real deployments.

Added

  • Expanded allowed connection patterns for viewer CSP negotiation paths.

Improved

  • Compatibility across mixed local/private network environments.

Fixed

  • Viewer CSP behavior that could block valid HTTP/WS flows.
v0.5.5 beta

Release v0.5.5

Feb 20, 2026

Private-network and Tailscale deep-link handling is more dependable in the desktop viewer.

Added

  • Better parsing support for private IP and Tailscale link formats.

Improved

  • Session launch consistency when opening remote desktop links from different network contexts.

Fixed

  • Deep-link parsing failures for HTTP/private address combinations.
v0.5.4 beta

Release v0.5.4

Feb 20, 2026

Major AI workflow release: plan approval UI, helper tool approvals, session history, markdown rendering, agent service CLI, doc-verify tooling, and forced Viewer update gate.

Added

  • AI plan approval UI: review and approve AI action plans before execution begins.
  • Helper tool approval workflow: approve individual tool calls inline in the helper.
  • Session history: browse and restore previous AI chat sessions.
  • Markdown rendering and thinking indicator in the AI helper.
  • Agent service CLI with IPC tool routing and AI action plan backend.

Improved

  • Notifications and tags UI across the dashboard.
  • Helper and viewer CI build pipeline with macOS capture support and better artifact management.
  • CORS now allows private network origins (10.x, 192.168.x, 172.16–31.x, 100.x Tailscale) in dev mode, with CORS_ALLOWED_ORIGINS configurable via env.
  • Auth middleware coverage with comprehensive unit tests.

Fixed

  • Reconnect ping-pong when opening repeated remote desktop sessions to the same device.
  • Windows deep link URL delivery — added std::env::args() fallback for protocol handler when get_current() fails.
  • Doc-verify workflow label and rerun resilience.
v0.5.3 beta

Release v0.5.3

Feb 19, 2026

Remote sessions now recover better with multi-window support, reconnect logic, and improved secure desktop capture.

Added

  • Multi-session Viewer windows for parallel troubleshooting workflows.
  • Reconnect logic improvements for interrupted remote sessions.

Improved

  • Secure desktop capture and diagnostics for difficult support scenarios.
  • Adaptive bitrate behavior tuning for smoother streaming stability.

Fixed

  • Session handling edge cases that could degrade remote desktop reliability.
v0.5.2 beta

Release v0.5.2

Feb 19, 2026

Authentication edge cases were fixed for MFA-disabled accounts and invite acceptance flows.

Added

  • Additional validation around account state during login and onboarding flows.

Improved

  • Consistency of access behavior across user invite and MFA combinations.

Fixed

  • MFA token blocking when two-factor auth is disabled.
  • User invite acceptance flow regressions.
v0.5.1 beta

Release v0.5.1

Feb 19, 2026

Windows service integration and Session 0 remote desktop support received major stability improvements.

Added

  • Improved Windows service control manager integration for remote operations.
  • Stronger Session 0 remote desktop handling in privileged contexts.

Improved

  • Secure desktop capture reliability in Windows support sessions.

Fixed

  • Service/session edge cases that could block expected remote desktop behavior.
v0.5.0 beta

Release v0.5.0

Feb 18, 2026

Major operations release: AI Helper upgrades, policy automation groundwork, and startup/boot performance monitoring.

Added

  • Configuration Policy Manager groundwork with hierarchical inheritance model (partner → org → site → group → device).
  • AI vision troubleshooting and computer control capabilities in the Helper experience.
  • Breeze Helper tray app with AI chat and self-service tooling.
  • Runbook-ready automation foundations through policy-linked automations and scheduled execution workers.
  • Persistent AI device context memory for more useful follow-up actions.

Improved

  • API and agent reliability in AI-assisted troubleshooting workflows.
  • Security validation depth with dedicated unit coverage for critical AI tool schemas.

Fixed

  • Missing `ScreenshotError` field in agent computer-action responses.
  • API error-handling paths that could reduce reliability under edge conditions.
  • Go agent log-shipping resilience under unstable conditions.
v0.4.0 beta

Release v0.4.0

Feb 16, 2026

Deployment got easier with bundled agent/viewer binaries and optional S3-backed artifact sourcing.

Added

  • Docker bundling of agent and viewer binaries.
  • Configurable binary source with optional S3 distribution support.
  • Centralized agent diagnostic log shipping for faster troubleshooting.

Improved

  • Self-hosted deployment setup and repeatability.
  • CI security/dependency workflows and release pipeline consistency.

Fixed

  • Common binary distribution pain points during environment bootstrap.
  • Cross-workflow CI failures and security hardening gaps identified during packaging work.
v0.3.0 beta

Release v0.3.0

Feb 15, 2026

Improved device posture visibility and tightened remote desktop quality and security scanning outcomes.

Added

  • Management posture detection for Windows and macOS devices.
  • Device uptime and logged-in user visibility in inventory.

Improved

  • Remote desktop responsiveness and adaptive bitrate behavior.

Fixed

  • CodeQL findings and security scanning issues flagged in CI.
v0.2.0 beta

Release v0.2.0

Feb 13, 2026

Major product expansion with fleet orchestration, AI risk dashboards, and monitoring consolidation.

Added

  • Fleet orchestration brain tools and dashboard surfaces.
  • AI Risk Engine dashboard for safer automation decisions.
  • OS-aware viewer and agent download links.
  • Automatic database migration on startup to simplify upgrades.

Improved

  • Monitoring experience by consolidating UI and API pathways.
  • Quick-start and deployment documentation alignment for real-world self-hosting.

Fixed

  • Legacy monitoring endpoint overlap by deprecating old SNMP paths.
  • Early deployment path confusion caused by outdated setup guidance.
v0.1.3 beta

Release v0.1.3

Feb 12, 2026

Resolved self-hosted Docker deployment failures that were blocking initial environment bring-up.

Added

  • Additional deployment checks and guidance from early self-hosting feedback.

Improved

  • Reliability of first-run deployment in Docker-based installs.

Fixed

  • Self-hosted deployment failure paths in Docker setup.
v0.1.2 beta

Release v0.1.2

Feb 12, 2026

Smoothed Docker build behavior and reduced setup friction in self-hosted environments.

Added

  • Build process cleanups across containerized setup paths.

Improved

  • Predictability of Docker image assembly in local and CI workflows.

Fixed

  • Dockerfile copy/build syntax issues that could break builds.
v0.1.1 beta

Release v0.1.1

Feb 12, 2026

Early maintenance release focused on dependency and platform stability updates.

Added

  • Updated dependency baselines for faster follow-on security and bug updates.

Improved

  • General platform stability during early rollout.

Fixed

  • Minor regressions identified immediately after first public release.
v0.1.0 beta

Release v0.1.0

Feb 12, 2026

First public Breeze release: multi-tenant RMM core, remote access tooling, and AI-assisted operations foundations.

Added

  • Core multi-tenant architecture: Partner > Organization > Site > Device Group > Device.
  • Role-based access control, JWT sessions, API keys, and audit logging.
  • Optional zero-trust agent identity with Cloudflare mTLS certificate management and renewal lifecycle.
  • Device inventory, health checks, policy engine, and advanced filtering.
  • Remote terminal, remote file operations, and remote desktop foundations.

Improved

  • Self-hosted onboarding with Docker-based development setup and operational docs.
  • Cross-platform support baseline for Windows, macOS, and Linux agents.
  • Security posture hardening across CORS, portal sessions, MCP endpoints, and XSS defenses.

Fixed

  • Initial launch hardening across auth, endpoint actions, and remote session handling.
  • Early reliability issues found during the first public rollout window.