Frigate NVR Updates: MQTT Refactor and Beta Polish
The dev branch saw a broad MQTT communication refactor from hawkeye217 alongside storage metrics improvements and a batch of 0.18 beta bug fixes, continuing the run-up to release stabilization.
Duration: PT1M54S
Episode overview
This episode is a short developer briefing from Frigate NVR Updates.
It explains recent repository work in plain language.
- Show: Frigate NVR Updates
- Published: 2026-08-18T13:15:17Z
- Audio duration: PT1M54S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's August 18th, 2026, and here's what moved in the Frigate codebase overnight.
The headline is a significant restructuring of how Frigate communicates internally. PR 24010 refactors MQTT, touching the app's core messaging layer, the dispatcher, and inter-process communication. It closes out three separate open issues at once, which suggests this wasn't a quick patch but a consolidation of…
Second theme: visibility into storage. PR 24015, still open, aims to split main and sub-stream usage in the storage metrics view instead of lumping them together. For anyone running dual-stream setups, this means clearer answers to "what's actually eating my disk," separating primary recording load from the detect…
Third theme: cleanup ahead of the 0.18 beta. PR 24016, merged by Josh Hawkins, is a grab-bag of fixes — notably a mobile UI bug where the classification drawer would close instead of scroll when the list got long, plus documentation updates adding Qwen 3.8 to the GenAI docs and clearer model-type headers. Small on…
What's next: watch for follow-up commentary on the MQTT refactor since it touched six review threads across multiple subsystems — that's usually a sign of…
That'…
Nearby episodes from Frigate NVR Updates
- Frame Handling Fix and Config Consolidation
- Database Query Indexes
- A Deadlock Fix and a New Detector
- Multi-Model Support and Storage Reliability
- Weekly Recap - Runtime Flexibility & Security Hardening
- Core Systems Get a Beta Overhaul
- Audio Grouping and Capture Thread Cleanup
- Core Configuration Gets Sturdier