v.2.1.0¶
Improvements:¶
Using asyncpg as a postgresql driver instead psycopg2.
Added variable POSTGRES_CONNECTION_POOL_COUNT to config.py.
Added resources ‘/attributes/descriptors’ and ‘/attributes/descriptors/count’ method POST. Can return descriptors with “missing version” set. Used for reextract.
Bugs fixed:¶
PATCH /attribute/{id} can be done without account_id
How to update from previous version:¶
To update from previous version simply replace folders docs, luna_faces, tests and update dependencies from requirements.txt. Then run the commands:
alembic upgrade head