v.2.2.0

Improvements:

  1. Added new column “namespace” in the table “attribute”.Attributes with namespace 0 are temporary and can be removed by the next gc task, attributes with namespace 1 are linked to faces.

  2. Speed up non linked attributes removal.

  3. Method “OPTIONS” of resource “/lists” was moved to resource “/lists/linkkeys” and method “POST”.

Bugs fixed:

  1. Fix get lists batches from postgres.

  2. Avoid deadlocks on postgres while update last_update_time of lists and faces

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