Release Notes
v1.1.10: Centralized async task engine & automatic agent updates
August 26, 2026
Introduced TaskSpec lifecycle orchestration, global background task history, and multi-arch agent binary updates.
Added
- Centralized Async Task Engine: Introduced a unified
TaskSpecandRunTasklifecycle framework to handle long-running server operations (deployments, migrations, upgrades) reliably in the background. - Global Task History & Indicators: Real-time status popover with dynamic polling, progress indicators, and unread task badges across the dashboard.
- Automated Agent Updates: Background update orchestration allowing connected servers to seamlessly self-upgrade to newer agent versions with target version pinning.
- Multi-Architecture Agent Binaries: Dual-architecture release pipelines providing native, ultra-compact Golang agent binaries for both
linux-amd64andlinux-arm64hosts.
Improved
- Realtime query invalidation and optimistic status transitions ensuring instant UI reactivity as soon as background tasks succeed or fail.