v.3.1.5

Improvements:

  1. Database creation script in base_scripts/db_create.py was improved. Now all available migrations apply. A basic migration to Alembic was also created, which enables you to use the command with an empty database:

alembic upgrade head
  1. The request on resource /matcher was optimized for case when the targets parameter contains “face_id” only.

Bugs fixed:

  1. The API service does not send an empty event list to the Events service.

How to update from previous version:

To update from previous version simply replace all folders with files and update dependencies from requirements.txt.