v.1.6.10

Improvements:

  1. [LUNA-6323] Thin face matching plugin can now be skipped in favor of other matcher in cases where matching performs on large lists. The maximum size of the list that thin face matcher can use is set with VL_SETTINGS.THIN_FACE.MAX_LIST_LENGTH environment variable.

  2. [LUNA-6411] The LUNA_FACES_DB, LUNA_EVENTS_DB settings extended with optional dsn parameter. The parameters db_host, db_port, db_name, db_user, db_password became optional.

    DSN may be specified in the following format: luna:luna@postgres01:5432,postgres02:5432/luna_faces?some_option=some_value. See multi host setup for details.

    Platform configs need to be migrated. The current settings and defaults will not change during the migration process.

Bugs fixed:

  1. [LUNA-6432] A temporary attributes matching was fixed when it use as a reference. When use a matching plugin and use temporary attributes as a reference the service was returning error with status code 500 and error code

31006 before.

Migration:

See a migration manual.

[LUNA-6411] See a migration manual.