--- snapshot-1779709112+++ snapshot-1779709202@@ -1,45 +1,119 @@-tag:github.com,2008:https://github.com/blakeblackshear/frigate/releases +PostgreSQL latest versions -Release notes from frigate +https://www.postgresql.org/PostgreSQL latest versionsen-usThu, 14 May 2026 00:00:00 +0000 -2026-03-19T14:42:33Z tag:github.com,2008:Repository/167694194/v0.17.1 2026-03-22T20:33:17Z +18.4 -0.17.1 Release +https://www.postgresql.org/docs/18/release-18-4.html18.4 is the latest release in the 18 series. Thu, 14 May 2026 00:00:00 +0000https://www.postgresql.org/docs/18/release-18-4.html -
This is a maintenance release for Frigate 0.17 that includes bugfixes and minor changes.
Full Changelog: v0.17.0...v0.17.1
blakeblackshear tag:github.com,2008:Repository/167694194/v0.17.0 2026-02-27T03:07:35Z +17.10 -0.17.0 Release +https://www.postgresql.org/docs/17/release-17-10.html17.10 is the latest release in the 17 series. Thu, 14 May 2026 00:00:00 +0000https://www.postgresql.org/docs/17/release-17-10.html -There are several breaking changes in this release, Frigate will attempt to update the configuration automatically. In some cases manual changes may be required. It is always recommended to back up your current config and database before upgrading:
frigate.db filegenai config now only configures the provider. Other fields have moved under objects -> genai. See the new GenAI documentation.record -> continuous and record -> motion are separate config fields. See the examples in the documentation.small model, which performs well on both CPU and GPU. The large model is the same as 0.16's and is not as accurate as the upgraded small model in 0.17. Use large only if you live in a region with multi-line plates and you are having issues detecting text on them with the small model.detect resolution width and height for cameras in your config if Frigate hangs on startup.exec, expr, and echo sources for go2rtc are now removed by default to reduce the security risk if an attacker has access to the configuration. This can be disabled using an environment variable GO2RTC_ALLOW_ARBITRARY_EXEC A separate configuration for this for HA addon users will come in a later beta. See the documentation.Frigate 0.17 introduces several major new features.
Frigate 0.17 supports classification models in two separate types: state classification and object classification. These models are trained locally on your machine using ImageNet via MobileNetV2.
State classification allows you to choose a certain region of camera(s) with multiple states, and train on images showing these states. For example, you could create a state classification model to determine if a gate is currently open or closed.
See the documentation.
Object classification allows you to choose an object type, like dog, and classify specific dogs. For example, you can train the model to classify your dog Fido and add a sub label, while not labeling unknown dogs. Another example would be classifying if a person in a construction site is wearing a helmet or not.
See the documentation.
Frigate 0.17 now has the ability to create additional viewer user roles to limit access to specific cameras. Users with the admin role can create a uniquely named role from the UI (or auth --> roles in the config) and assign at least one camera to it. Users assigned to the new role will have:
viewer role has access to (Live, Review/History, Explore, Exports), but only to the assigned camerasSee the documentation.
Frigate 0.17 supports using GenAI to summarize review items. Unlike object descriptions which add a searchable description, review summaries have a structured output that instruct the AI provider to generate a title, description, and classify the activity as dangerous, suspicious, or normal.
This information is displayed in the UI automatically making it easier to see when activity requires further review and easier to understand what is happening during a particular video segment.
See the documentation.
Triggers utilize Semantic Search to automate actions when a tracked object matches a specified image or description. Triggers can be configured so that Frigate executes a specific actions when a tracked object's image or description matches a predefined image or text, based on a similarity threshold. Triggers are managed per camera and can be configured via the Frigate UI in the Settings page under the Triggers tab.
See the documentation.
Frigate 0.17 brings performance increases for many detectors as well as support for new object detection hardware.
Support for Nvidia GPUs has been enhanced by implementing CUDA Graphs. CUDA Graphs work to reduce the involvement of the CPU for each inference, leading to faster inference times and lower CPU usage. CUDA graphs do have some limitations based on the complexity of the model, which means that YOLO-NAS, Semantic Search, and LPR models are not accelerated with CUDA Graphs. They will still continue to run on GPU as they did before.
Frigate 0.17 supports running models on Intel NPUs, for many models performance on NPU is similar to GPU but more efficient, leaving room to run more enrichment features on the GPU.
OpenVINO has also had many optimizations put in place to reduce memory and CPU utilization for object detection.
Frigate 0.17 brings several improvements to RKNN platform including:
large model sizes.Frigate 0.17 supports running object detection on Apple Silicon NPU. This is provided through the Apple Silicon Detector which runs on the host and connects via IPC proxy to Frigate, providing fast and efficient inferences when run within the same Apple device.
See the documentation.
Frigate 0.17 supports running a quantized version of YOLOv9 on Coral devices, bringing improved accuracy over the default mobiledet model. Note that due to hardware limitations, only a subset of the objects on the standard COCO labelmap is included. Frigate+ has also added support for YOLOv9 models on the Google Coral and includes support for all 41 Frigate+ labels.
See the documentation.
Frigate 0.17 has community support for several new object detectors:
In addition to supporting the new features, the frontend has many improvements.
History view in 0.17 supports an additional view mode, Detail. This mode shows a card for each review item, and expanding a card reveals all tracked objects and their lifecycle events. Selecting any lifecycle event seeks the video to that exact timestamp. You can also overlay a tracked object's path on the video to help with debugging.
The Tracked Object Details pane in Explore has been redesigned to streamline the layout and consolidate related information. The Object Lifecycle tab is now the Tracking Details tab, which displays video overlays of the tracked object instead of static images, giving a clearer and more intuitive view of its activity.
Frigate 0.17 has a revamped Settings menu with a sidebar that categorizes the available options. This brings more scalability which will make it easier to support full UI configuration in a future version.
NOTE: The Debug view has been moved to the single camera Live view instead of Settings. Access the Debug view by enabling the switch under the Live view settings (cog icon) menu.
Frigate 0.17 supports adding camera via the UI without manually modifying your configuration file. When installing and starting Frigate for the first time, the main dashboard will include a button to start adding cameras via the Wizard.
Access the Wizard from the Cameras --> Management page in Settings.
Frigate 0.17 supports saving many more features dynamically. Cameras, zones, and masks will not require a restart to take effect when saved through the UI. More will come in future versions.
If an invalid configuration is detected, Frigate will enter safe mode and highlight the location of the issue. While in safe mode, the frontend is limited to the configuration editor, making it easy to correct the problem directly in the UI without needing an external file editor.
Frigate 0.17 supports fully local audio transcription using either sherpa-onnx or faster-whisper. The single camera Live view in the Frigate UI supports live transcription of audio for streams defined with the audio role, and any speech events in Explore can be transcribed and/or translated through the Transcribe button in the Tracked Object Details pane.
See the documentation.
Frigate 0.17 uses the forkserver spawn method, this allows for better segmented memory control and better process management. Some processes are also started with lower priority, allowing the most important processes to have more CPU time when it is required.
Review items have been refined to behave more intuitively:
Revamped stationary object tracking. Stationary object tracking has been enhanced to use new features to reduce incorrectly marking objects as active:
Smarter handling of loitering objects. Stationary behavior is now dynamic based on object type. Objects that are normally stationary for long periods (e.g., cars) will no longer keep a review item active indefinitely when stopped inside a loitering zone. Objects that are not expected to remain still (e.g., people) will continue the review item as long as they stay within the zone.
Severity-based review item cutoff. Review items now end when a higher-severity event (such as an alert for arriving home) finishes. Ongoing lower-severity motion (e.g., passing cars) will no longer keep the higher-severity review item alive. In these cases, the alert ends and a new detection review item begins immediately.
-, , etc. to ensure that plates are more consistently recognized as the same plate. Documentationdevice config option. This is useful in cases when multiple GPUs are available. Documentationnetworking -> ipv6 -> enabled. DocumentationCurrently translated at 100.0% (56 of 56 strings)
Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 100.0% (13 of 13 strings)
Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 100.0% (10 of 10 strings)
Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 100.0% (74 of 74 strings)
Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 100.0% (136 of 136 strings)
Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 100.0% (122 of 122 strings)
Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 100.0% (136 of 136 strings)
Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 100.0% (54 of 54 strings)
Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 100.0% (654 of 654 strings)
Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 100.0% (49 of 49 strings)
Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 100.0% (501 of 501 strings)
Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 100.0% (217 of 217 strings)
Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 100.0% (43 of 43 strings)
Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 100.0% (98 of 98 strings)
Co-authored-by: Hosted Weblate hosted@weblate.org
Co-authored-by: beginner2047 leoywng44@gmail.com
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/yue_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/yue_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-auth/yue_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/yue_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/yue_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/yue_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/yue_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/yue_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/yue_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/yue_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/yue_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/yue_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/yue_Hant/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/yue_Hant/
Translation: Frigate NVR/audio
Translation: Frigate NVR/common
Translation: Frigate NVR/components-auth
Translation: Frigate NVR/components-dialog
Translation: Frigate NVR/components-filter
Translation: Frigate NVR/views-classificationmodel
Translation: Frigate NVR/views-events
Translation: Frigate NVR/views-explore
Translation: Frigate NVR/views-exports
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-live
Translation: Frigate NVR/views-search
Translation: Frigate NVR/views-settings
Translation: Frigate NVR/views-system
consolidate attribute filtering to match non-english and url encoded …
hawkeye217 tag:github.com,2008:Repository/167694194/v0.17.0-rc1 2026-02-07T17:42:52Z +14.23 -v0.17.0-rc1: Translated using Weblate (Norwegian Bokmål) +https://www.postgresql.org/docs/14/release-14-23.html14.23 is the latest release in the 14 series. Thu, 14 May 2026 00:00:00 +0000https://www.postgresql.org/docs/14/release-14-23.html -Currently translated at 100.0% (651 of 651 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (217 of 217 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (54 of 54 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (651 of 651 strings)
Co-authored-by: Hosted Weblate hosted@weblate.org
Co-authored-by: OverTheHillsAndFarAway prosjektx@users.noreply.hosted.weblate.org
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/nb_NO/
Translation: Frigate NVR/common
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-settings
A security vulnerability was reported and addressed with this release. Exploiting this vulnerability requires authenticated access to Frigate.
Full Changelog: v0.16.3...v0.16.4
blakeblackshear tag:github.com,2008:Repository/167694194/v0.17.0-beta2 2026-01-10T17:50:37Z +12.22 -v0.17.0-beta2 +https://www.postgresql.org/docs/12/release-12-22.html12.22 is the latest release in the 12 series. This version is unsupported! Thu, 21 Nov 2024 00:00:00 +0000https://www.postgresql.org/docs/12/release-12-22.html -add synaptics to release (#21591)
blakeblackshear tag:github.com,2008:Repository/167694194/v0.17.0-beta1 2025-12-13T18:15:25Z +11.22 -v0.17.0-beta1: Fix trigger sync (#21264) +https://www.postgresql.org/docs/11/release-11-22.html11.22 is the latest release in the 11 series. This version is unsupported! Thu, 09 Nov 2023 00:00:00 +0000https://www.postgresql.org/docs/11/release-11-22.html -A security vulnerability was reported and addressed with this release.
Exploiting this vulnerability requires authenticated access to Frigate.
Full Changelog: v0.16.2...v0.16.3
blakeblackshear tag:github.com,2008:Repository/167694194/v0.16.2 2025-10-15T11:33:28Z +9.6.24 -0.16.2 Release +https://www.postgresql.org/docs/9.6/release-9-6-24.html9.6.24 is the latest release in the 9.6 series. This version is unsupported! Thu, 11 Nov 2021 00:00:00 +0000https://www.postgresql.org/docs/9.6/release-9-6-24.html -A security vulnerability was reported and addressed with this release.
Exploiting this vulnerability requires authenticated access to Frigate.
Full Changelog: v0.16.1...v0.16.2
blakeblackshear+9.5.25 + +https://www.postgresql.org/docs/9.5/release-9-5-25.html9.5.25 is the latest release in the 9.5 series. This version is unsupported! Thu, 11 Feb 2021 00:00:00 +0000https://www.postgresql.org/docs/9.5/release-9-5-25.html + +9.4.26 + +https://www.postgresql.org/docs/9.4/release-9-4-26.html9.4.26 is the latest release in the 9.4 series. This version is unsupported! Thu, 13 Feb 2020 00:00:00 +0000https://www.postgresql.org/docs/9.4/release-9-4-26.html + +9.3.25 + +https://www.postgresql.org/docs/9.3/release-9-3-25.html9.3.25 is the latest release in the 9.3 series. This version is unsupported! Thu, 08 Nov 2018 00:00:00 +0000https://www.postgresql.org/docs/9.3/release-9-3-25.html + +9.2.24 + +https://www.postgresql.org/docs/9.2/release-9-2-24.html9.2.24 is the latest release in the 9.2 series. This version is unsupported! Thu, 09 Nov 2017 00:00:00 +0000https://www.postgresql.org/docs/9.2/release-9-2-24.html + +9.1.24 + +https://www.postgresql.org/docs/9.1/release-9-1-24.html9.1.24 is the latest release in the 9.1 series. This version is unsupported! Thu, 27 Oct 2016 00:00:00 +0000https://www.postgresql.org/docs/9.1/release-9-1-24.html + +9.0.23 + +https://www.postgresql.org/docs/9.0/release-9-0-23.html9.0.23 is the latest release in the 9.0 series. This version is unsupported! Thu, 08 Oct 2015 00:00:00 +0000https://www.postgresql.org/docs/9.0/release-9-0-23.html + +8.4.22 + +https://www.postgresql.org/docs/8.4/release-8-4-22.html8.4.22 is the latest release in the 8.4 series. This version is unsupported! Thu, 24 Jul 2014 00:00:00 +0000https://www.postgresql.org/docs/8.4/release-8-4-22.html + +8.3.23 + +https://www.postgresql.org/docs/8.3/release-8-3-23.html8.3.23 is the latest release in the 8.3 series. This version is unsupported! Thu, 07 Feb 2013 00:00:00 +0000https://www.postgresql.org/docs/8.3/release-8-3-23.html + +8.2.23 + +https://www.postgresql.org/docs/8.2/release-8-2-23.html8.2.23 is the latest release in the 8.2 series. This version is unsupported! Mon, 05 Dec 2011 00:00:00 +0000https://www.postgresql.org/docs/8.2/release-8-2-23.html + +8.1.23 + +https://www.postgresql.org/docs/8.1/release.html8.1.23 is the latest release in the 8.1 series. This version is unsupported! Thu, 16 Dec 2010 00:00:00 +0000https://www.postgresql.org/docs/8.1/release.html + +8.0.26 + +https://www.postgresql.org/docs/8.0/release.html8.0.26 is the latest release in the 8.0 series. This version is unsupported! Mon, 04 Oct 2010 00:00:00 +0000https://www.postgresql.org/docs/8.0/release.html + +7.4.30 + +https://www.postgresql.org/docs/7.4/release.html7.4.30 is the latest release in the 7.4 series. This version is unsupported! Mon, 04 Oct 2010 00:00:00 +0000https://www.postgresql.org/docs/7.4/release.html + +7.3.21 + +https://www.postgresql.org/docs/7.3/release.html7.3.21 is the latest release in the 7.3 series. This version is unsupported! Mon, 07 Jan 2008 00:00:00 +0000https://www.postgresql.org/docs/7.3/release.html + +7.2.8 + +https://www.postgresql.org/docs/7.2/release.html7.2.8 is the latest release in the 7.2 series. This version is unsupported! Mon, 09 May 2005 00:00:00 +0000https://www.postgresql.org/docs/7.2/release.html + +7.1.3 + +https://www.postgresql.org/docs/7.1/release.html7.1.3 is the latest release in the 7.1 series. This version is unsupported! Fri, 17 Aug 2001 00:00:00 +0000https://www.postgresql.org/docs/7.1/release.html + +7.0.3 + +https://www.postgresql.org/docs/7.0/release.htm7.0.3 is the latest release in the 7.0 series. This version is unsupported! Sun, 12 Nov 2000 00:00:00 +0000https://www.postgresql.org/docs/7.0/release.htm + +6.5.3 + +https://www.postgresql.org/docs/6.5/release.htm6.5.3 is the latest release in the 6.5 series. This version is unsupported! Thu, 04 Nov 1999 00:00:00 +0000https://www.postgresql.org/docs/6.5/release.htm + +6.4.2 + +https://www.postgresql.org/docs/6.4/release.htm6.4.2 is the latest release in the 6.4 series. This version is unsupported! Sun, 03 Jan 1999 00:00:00 +0000https://www.postgresql.org/docs/6.4/release.htm + +6.3.2 + +https://www.postgresql.org/docs/6.3/c2701.htm6.3.2 is the latest release in the 6.3 series. This version is unsupported! Mon, 23 Feb 1998 00:00:00 +0000https://www.postgresql.org/docs/6.3/c2701.htm