v.2.3.7¶
Improvements:¶
Add a query parameter “with_faces” for resources /lists, /lists/{list_id}. The parameter means remove lists and all faces which is contained in these lists
Add index by “attribute_id” for the table “descriptor”. Optimize a cascade attributes deletion.
Add user_data__eq for method GET on resource /lists
Improve speed request GET on resource /faces with filter by list
Add receive_external_id query parameter to receive external ids in descriptor batches (method POST on resource /attributes/batches)
Luna-Request-Id generation improved, now it depends on LOG_TIME setting.
Add /match route for in-database matching, see installation here, see usage here
Bugs fixed:¶
Fix long receiving link keys from materialized views (request with method POST on resource /lists/linkkeys). Create indexes in materialized views.
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