v.2.3.5

Improvements:

  1. Add create and last update time filters for method GET on resource /lists, /lists/count

  2. Remove excess indexes from database

  3. Add optional targets in request query to get faces on GET /faces, GET /faces/{face_id}

  4. Add index for attribute_id and descriptor_version on descriptor table

  5. Write “End request, execution_time: …, status code: 499” if client disconnected from the service.

  6. Update namespace_attribute_index at Attribute table to improve GC

Bugs fixed:

  1. Return “Failed to validate input json …” instead of “Failed to parse Flatbuf” on “Content-Type: application/json” header

  2. The config file is no more required if start service with –luna-config argument

  3. 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