Skip to content
← Back to release notes
v0.82.1 hotfix

Release v0.82.1

Jun 21, 2026

A targeted performance hotfix that resolves a database load spike on larger fleets.

Fixed

  • Resolved a database load spike on larger fleets. The job that rolls up device performance metrics was scanning more history than it needed to, which could drive up database CPU on busy installations; it now stays bounded to the window it's actually summarizing.

Version 0.82.1 is a small but worthwhile hotfix for anyone running a larger fleet. A background job that summarizes device performance metrics was reaching back across more history than necessary, which could push database CPU higher than it should be during busy periods. This release bounds that work to the window it’s actually summarizing, smoothing out the load. There are no other changes — it’s a clean, drop-in update on top of v0.82.0.