v.2.3.6

Improvements:

  1. Now dots in host name of a avatar are not required

  2. Optimized indexes for a fast face removing.

Bugs fixed:

  1. Fix PATCH face without account query parameter (LUNA-3085)

  2. Fix 500 on replace attribute without descriptor (LUNA-3086)

  3. Fix 409 on PUT /faces/{face_id} (LUNA-3088)

  4. Changed description of the 22001 Error (LUNA-3088)

  5. Fix account ID ignorance on requests like GET /2/faces/count?list_id=…&account_id=… (LUNA-3099)

  6. Use asyncpg to check connection to postgres database.

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