v.2.1.0

Improvements:

  1. Using asyncpg as a postgresql driver instead psycopg2.

  2. Added variable POSTGRES_CONNECTION_POOL_COUNT to config.py.

  3. Added resources ‘/attributes/descriptors’ and ‘/attributes/descriptors/count’ method POST. Can return descriptors with “missing version” set. Used for reextract.

Bugs fixed:

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