v.3.1.0¶
Improvements:¶
Added Influx monitoring, see monitoring.
Added user_data to list creation in linker task, see create_linker_task.
Used keep-alive for all internal requests.
Used four request timeouts (see timeouts and configuration file).
Added script for uploading images from folder.
Return possibility to get service settings from luna-configurator (see configurator).
Added possibility to send sample ids to /detector and /handlers/{handler_id}/events. Now the following format is acceptable - {“urls”: [“url1”, “url2”]} or {“samples”: [“uuid4_1”, “uuid4_2”]} - if “Content-Type: application/json” header is set.
Fastjsonschema is now used to validate input json.
Renamed query parameters for /events requests: time__gte -> create_time__gte, time__lt -> create_time__lt.
Added support for the matching by the face external ID as reference, see matching.
Bugs fixed:¶
Fix error with POST at /extractor with empty body.
How to update from previous version:¶
To update from previous version simply replace all folders with files and update dependencies from requirements.txt.