v.2.3.5¶
Improvements:¶
Add create and last update time filters for method GET on resource /lists, /lists/count
Remove excess indexes from database
Add optional targets in request query to get faces on GET /faces, GET /faces/{face_id}
Add index for attribute_id and descriptor_version on descriptor table
Write “End request, execution_time: …, status code: 499” if client disconnected from the service.
Update namespace_attribute_index at Attribute table to improve GC
Bugs fixed:¶
Return “Failed to validate input json …” instead of “Failed to parse Flatbuf” on “Content-Type: application/json” header
The config file is no more required if start service with –luna-config argument
Fix storage time processing
How to update from previous version:¶
To update from the previous version, simply replace folders docs, luna_faces, tests and update dependencies from the requirements.txt. Then run the commands:
alembic upgrade head