Skip to content

Releases: ljmerza/frigate_plate_recognizer

v2.3.1

17 Mar 02:48
3db92a8

Choose a tag to compare

Bug Fixes

  • Fix incorrect Prometheus metric descriptions for on_disconnect, code_project_calls, plate_recognizer_calls, and plate_recognizer_errors counters
  • Add null guard on thread pool executor in MQTT on_message callback to prevent crash if a message arrives before initialization completes
  • Log unhandled exceptions in main loop to the log file before re-raising, so crashes appear in both docker logs and the log file (closes #55, closes #82)

v2.3.0

16 Mar 23:13

Choose a tag to compare

What's Changed

  • Fix hanging tests: start_healthcheck_server() now returns (server, thread) so tests can properly shut down HTTP servers. Added a pytest fixture for automatic cleanup.
  • Fix test_run_mqtt_client: Updated to match the current loop-based shutdown pattern instead of the removed loop_forever() API.
  • MQTT retain flag: Plate messages are now published with retain=True so the last known plate is available to new MQTT subscribers.
  • pytest-timeout: Added a 30-second timeout safety net to prevent future test hangs.

Release 2.2.1

01 Feb 02:20

Choose a tag to compare

Merge branch 'master' of github.com:ljmerza/frigate_plate_recognizer

Release 2.2.0

22 Dec 18:26

Choose a tag to compare

Merge branch 'master' of github.com:ljmerza/frigate_plate_recognizer

Release 2.1.1

02 Dec 15:34

Choose a tag to compare

fix string format

Release 2.0.0

30 Nov 01:23

Choose a tag to compare

min version frigate 0.15

Release 1.8.14

13 Mar 14:37

Choose a tag to compare

Merge branch 'master' of github.com:ljmerza/frigate_plate_recognizer

Release 1.8.13

13 Feb 17:34

Choose a tag to compare

remove init conversion on box dimensions

Release 1.8.12

12 Feb 15:02

Choose a tag to compare

fix missing return value

Release 1.8.11

11 Feb 18:41

Choose a tag to compare

mqtt auth clean up