v.3.0.1¶
Improvements:¶
Returned the filtering by score threshold result for the resource /extractor, see extract attributes.
Returned the filtering by score threshold result for the resource /handlers/{handler_id}/events, see generate events.
Used marshmallow for tests.
Removed method PUT from resource /samples/{sample_id}.
Removed old unused errors.
Added a check of lists in match and link to list policies availability while creating/updating handler.
Added ability to disable events sending to luna-events (param in the configuration file LUNA_EVENTS_SUPPORT).
Update logging:
added log file for info level,
added log rotation (MAX_LOG_FILE_SIZE parameter in config),
added process pid to logs,
added print filename and line number where logger was called for stdout log and debug log file,
added ability set suffix for log files (see help of run.py),
log message to a log file with level x if log level <= x.
Supported matching by indexed lists (if config it needs to set USE_INDEX_MANAGER to 1, correct INDEXED_MATCHER_ROUTING_KEY and INDEXED_MATCHER_EXCHANGE).
Bugs fixed:¶
Removed field account_id from faces schema and attributes schema.
Removed field sample in extract_result schemas for the resource /events see get events.
Fixed re-detect in handler in the case warped image.
Fixed support ibmmq queue.
How to update from previous version:¶
To update from previous version simply replace all folders with files and update dependencies from requirements.txt.