v.1.0.8

Improvements:

  1. Service dependencies were updated.

  2. The sanic application server is now used.

  3. A new workers command line argument was added (CPU process number for requests handling). Service will automatically spin up multiple processes and route traffic between processes. The gunicorn and supervisord support was removed.

  4. A plugin system was added, see plugins.

  5. The configuration reload support was added, see configuration.

Bugs fixed:

  1. Storage service names were fixed.

  2. The check of the limitations belonging to the services profile was updated.

  3. The service_name_filter query parameter was replaced with actual service_name parameter for GET on “/settings” resource (see ../_static/api.html#operation/getSettings)

How to update from previous version:

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