# Agent Release Notes

## Agent v5.1.15 Release - 02/02/2026

Download here: [Windows](https://deb.openalpr.com/windows-agent/openalpr-agent-latest.exe) [Linux ](https://docs.rekor.ai/scout/agent/installation#ubuntu-linux)

* Added support for Ubuntu 24.04 Nobile on CPU-only deployments.
* Fixed an issue causing errors in the Beanstalk queue.
* Introduced new vehicle models.
* Improved recognition and handling of California license plates.
* Added support for storing video when using file-based video sources.

## Agent v4.1.14 Release 5/28/2025

Download here: [Windows](http://deb.openalpr.com/windows-agent/openalpr-agent-4.1.14-signed.exe) [Linux](https://docs.rekor.ai/scout/agent/installation#ubuntu-linux)

* Added timestamps to all log file entries.
* Fixed a Windows C# SDK DLL security vulnerability

  CVE-2024-21907.
* Resolved issue where videos could not be found (UVED).
* Improved performance for image and video retrieval.
* Enhanced PAVE strip identification accuracy.
* Fixed an issue where plates were not displayed when store\_plates\_jpeg\_max\_width was set to -1.
* Resolved a segmentation fault in 5.1 when running ALPR with GPU enabled.
* Added vehicle\_confidence configuration option.

## Agent v4.1.13 Release - 12/4/2024

Download here: [Windows](http://deb.openalpr.com/windows-agent/openalpr-agent-4.1.13-signed.exe) [Linux](https://docs.rekor.ai/scout/agent/installation#ubuntu-linux)

* Fixed various GUI issues:
  * Finish button not working when adding a camera in the Windows GUI.
  * store\_plates and store\_video settings not editable.
  * Display settings not resetting when cancel is selected.
* Added continuous license validation for offline licenses.
* Updated license request process.
  * License requests moved from <info@openalpr.com> to <https://rekor.co/sdk-request>.
* Enabled retry logic for PVR uploads by default.
  * use\_upload\_retry=1 can be configured explicitly if needed.

## Agent v4.1.12 Release - 6/28/2024

Download here: [Windows](http://deb.openalpr.com/windows-agent/openalpr-agent-4.1.12-signed.exe) [Linux](https://docs.rekor.ai/scout/agent/installation#ubuntu-linux)

•	Fixed an issue where images were not being stored locally.\
•	Fixed exclusion masks not applying correctly.

## Agent v4.1.10 Release - 5/16/2024

Download here: [Windows](http://deb.openalpr.com/windows-agent/openalpr-agent-4.1.10-signed.exe) [Linux](https://docs.rekor.ai/scout/agent/installation#ubuntu-linux)

* Added fix for clearing all license plates in pvr when configured.
* Added ability to pass the strip\_identifying\_information configuration in pvr record.

## Agent v5.0 Release - 5/13/2024 (based on 4.1.9)

* Added CUDA 11.4 Support for focal ARM64/AMD64

## Agent v4.1.9 Release - 5/10/2024 <a href="#id-4.1.9-release-5-10-2024" id="id-4.1.9-release-5-10-2024"></a>

* Lowered default confidence value.
* Fixed issue with clearing license plates.

## Agent v4.1.8 Release - 4/8/2024 <a href="#id-4.1.8-release-4-8-2024" id="id-4.1.8-release-4-8-2024"></a>

* Added more International Models.
* Post Processing
  * Remove plates all 1s.
* Added ability to clear license plate and state from pvr when configured.
  * License plate numbers will appear as XX in pvrs
* Supports
  * Edge 300 - configure vehicle\_tracking\_enabled =0
  * Jetpack 4.3, 4.4, and 4.6
  * Edge Max
  * Windows
  * Linux Ubuntu 18.04, 20.04 ARM
  * Linux Ubuntu 18.04, 20.04 AMD64

## Agent v4.1.7 Release - 08/2023 <a href="#id-4.1.7-release" id="id-4.1.7-release"></a>

* Added US Model improvements for:
  * Tennessee and Illinois
  * Model version 5.0
  * Supports
    * Edge 300
      * configure vehicle\_tracking\_enabled =0
    * Jetpack 4.3, 4.4, and 4.6
    * Edge Max
    * Windows
    * Linux Ubuntu 18.04, 20.04 ARM
    * Linux Ubuntu 18.04, 20.04 AMD64


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rekor.ai/scout/agent/agent-release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
