v.5.1.2

Improvements:

  1. Support for descriptors of version 101 was dropped.

  2. Support for descriptors of version 59, 102, 103 and 104 was added.

  3. The default face descriptor version was changed to 59.

  4. The default body descriptor version was changed to 104.

Bugs fixed:

  1. An error with an incomplete log was fixed. The record about the request processing was not written to the log in case of client disconnect. Now the service will write a message about the request end with status code 499 if the client disconnected before the response.

  2. New possible status codes were added to the service responses:

    • The service will return status code 408 if the service did not receive a complete request message within the specified period (60 seconds by default).

    • The service will return status code 503 if the service did not process a request within the specified period (600 seconds by default).

    • The service will return status code 413 if the request payload is higher than the service is able to process.

How to update from previous version:

To update from previous version, replace all folders with files and update dependencies from requirements.txt.