v.1.4.0

Improvements:

  1. Service dependencies were updated.

  2. The configuration reload mechanics has changed. Now, its done mostly by restarting appropriate processes (see configuration).

  3. Handler & verifier detection policy was extended with liveness estimation policy & liveness state filter. See the estimate_liveness and liveness_states parameters in detect_policy at create handler, create verifier.

  4. The liveness filter was supported in the handler matching policy for events set as candidates. The liveness target was supported for events in the handler matching policy.

  5. Matching policy, each storage policy and the tag policy were extended with a liveness filter. See the liveness parameters in filter object at create handler.

  6. The liveness estimations were added for user-generated events. They were added to face detections attributes and the aggregate_estimations object. (see save event).

  7. Support for older python versions was dropped. Python 3.9 is required now.

Bugs fixed:

How to update from previous version:

To update from previous version, replace all folders with files and update dependencies from requirements.txt. Then run the commands:

alembic upgrade head