v.2.3.6¶
Improvements:¶
Now dots in host name of a avatar are not required
Optimized indexes for a fast face removing.
Bugs fixed:¶
Fix PATCH face without account query parameter (LUNA-3085)
Fix 500 on replace attribute without descriptor (LUNA-3086)
Fix 409 on PUT /faces/{face_id} (LUNA-3088)
Changed description of the 22001 Error (LUNA-3088)
Fix account ID ignorance on requests like GET /2/faces/count?list_id=…&account_id=… (LUNA-3099)
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