v.2.4.0

Improvements:

  1. A force parameter to PATCH /attributes/<attribute_id> request was added for old samples force deletion.

  2. The default descriptor version was changed to 56 (LUNA-3482)

  3. Logging settings were updated. LOG_TO_STDOUT, LOG_TO_FILE, and MULTILINE_STACK_TRACE paramaters were added. See the description in the configuration file.

  4. OpenAPI documentation can now be obtained with GET “/docs/spec” (yaml or html). See openapi docs resource.

  5. Development Manual can now be obtained with GET “/docs/dev”. See sphinx docs resource.

Bugs fixed:

  1. The account_id parameter in PATCH “/attributes/<attribute_id>” request was fixed (LUNA-3442)

  2. The “/attributes/descriptors/count” and “/attributes/descriptors” requests body validation was fixed. Now all missing descriptors are returned if the request body is empty (LUNA-3572)

How to update from previous version:

To update from previous version simply replace folders docs, luna_faces, tests and update dependencies from requirements.txt.