Frigate NVR Updates: Weekly Recap - Runtime Config Reliability & Beta Cleanup

This week's work centered on fixing runtime camera toggle persistence and redundant config broadcasts in the 0.18 beta, alongside a string of miscellaneous fixes from the beta cleanup effort and two security-hardening patches. Nineteen pull request items and 14 additional commits landed, with hawkeye217 driving the bulk of the beta stabilization work.

Duration: PT3M14S

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-07-20T16:05:37Z
  • Audio duration: PT3M14S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Welcome to Frigate NVR Updates, your weekly recap for July 13th through July 20th. Nineteen pull request activity items and 14 additional commits this week.

The strongest thread this week: runtime configuration state was quietly breaking itself, and three connected PRs fixed it. When a user toggled a camera off from the dashboard, an unrelated config save elsewhere could bring it back on. PR 23734 traced this to config saves dropping the runtime override layer, and…

Second theme: the 0.18 beta cleanup continues at a steady clip. PRs 23725, 23709, 23716, 23718, 23736, 23755, and the just-opened 23763 all fall under recurring "miscellaneous fixes" umbrellas from hawkeye217 and NickM-27. Individually small, collectively they touch chat prompts, zone name resolution, mobile config…

Third theme: security and correctness hardening. PR 23714 closes a denial-of-service risk where a malicious regex pattern in a license plate filter could freeze the database thread; it now runs with a timeout. PR 23678 fixes a logout flow where clicking "Logout" could silently issue a fresh session token instead of…

Smaller but notable: PR 23733 updates OpenVINO model generation, PR 23740 cleans up a test…

Next…

Nearby episodes from Frigate NVR Updates

  1. 0.18 Beta Cleanup Continues
  2. Batch Config Bug Fixed
  3. Runtime Toggle State Finally Gets Fixed
  4. Beta Cleanup and Monitoring Accuracy
  5. Cleanup Sprint for 0.18 Beta
  6. Security Hardening and Accuracy Fixes
  7. Weekly Recap - Documentation Cleanup and Authentication Groundwork
  8. Auth Expands, Face Recognition Gets Fixed