v.1.0.8

Improvements:

  1. Dependencies were updated.

  2. Postgres id and numeric_id columns are of the BIGINT type now.

Bugs fixed:

  1. Documentation schema for create events was fixed.

  2. Events input validation was improved. Now the Events service will return an error if excess parameters are received in the request or any parameter does not match the validation scheme.

  3. The “user_data” and “external_id” fields are not taken from the face object anymore.

How to update from previous version:

To update from previous version simply replace all folders with files and update dependencies from requirements.txt. Then run the commands:

alembic upgrade head