Skip to content
← Back to release notes
v0.11.0 beta major release

Release v0.11.0

Mar 12, 2026

Comprehensive alerting system with templates and flapping detection, MAC vendor-based device identification, warranty tracking, and billing service integration hooks.

Alerting & Monitoring

  • Alerting System: modular condition handlers replace the previous monolithic evaluator. Five built-in alert templates ship out of the box. New condition types cover bandwidth utilization, disk I/O, network errors, patch compliance gaps, and certificate expiry.
  • Flapping Detection: Redis ring buffer tracks alert state transitions and suppresses notifications for rapidly oscillating conditions.
  • BullMQ Retry: alert evaluation jobs use exponential backoff for transient failures instead of immediate retry.
  • Warranty Tracking: automated Dell, HP, and Lenovo warranty lookups with batch sync every 6 hours and on-demand per-device refresh.

Device Intelligence

  • MAC Vendor Lookup: resolve manufacturer from MAC OUI when SNMP is unavailable. Conservative inference — ambiguous vendors like Cisco, Dell, and Apple are skipped.
  • Device Role Inference: single-purpose manufacturers (IP cameras, printers, firewalls, NAS, VoIP phones, IoT sensors, access points) are auto-classified from OUI data.
  • Global Search: device search results now include the last logged-in user for faster identification.

AI & Automation

  • Action Plan Workflow: AI agent can propose multi-step action plans that require approval before execution. Pre-flight checks validate each step.
  • Helper Deployment: Breeze Helper tray app can be deployed and managed via config policy hierarchy with full lifecycle control.
  • Config Policy Dropdowns: assignment UI uses searchable entity pickers instead of raw UUID inputs.

Platform & Infrastructure

  • Billing Integration: optional hooks for external billing service — device enrollment limits and decommission notifications. Fully no-op when BILLING_SERVICE_URL is unset.
  • Docker Quick-Start: coturn moved to optional Compose profile, localhost defaults work out of the box, and platform is configurable for multi-arch setups.

v0.11.0 ships a comprehensive alerting overhaul, replacing the monolithic condition evaluator with a modular handler registry and adding five built-in alert templates. New condition types cover bandwidth, disk I/O, network errors, patch compliance, and certificate expiry, with flapping detection to suppress notification storms.

Device intelligence gets smarter. MAC vendor lookup resolves manufacturers from OUI data and infers device roles for single-purpose hardware (cameras, printers, firewalls, NAS, VoIP, IoT, APs) when SNMP classification isn’t available. Warranty tracking integrates with Dell, HP, and Lenovo APIs for automated status lookups.

AI capabilities expand. The AI agent can now propose multi-step action plans that require explicit approval before execution, with pre-flight validation on each step. The Breeze Helper tray app can be deployed fleet-wide via config policies.

Infrastructure improvements include optional billing service integration hooks, simplified Docker quick-start defaults, and searchable config policy assignment dropdowns replacing manual UUID entry.