v.2.0.0

Improvements:

  1. A new filter by insert time to garbage collection task for events removing was added. See createGCTask.

  2. The service requires Handlers instead of Extractor for reextraction from Core now (LUNA-3401)

  3. Service start from deploy/systemd-luna-tasks@.service and deploy/systemd-luna-tasks-worker@.service was changed. By default, settings are taken from the Configurator service now.

  4. Logging settings were updated. Added LOG_TO_STDOUT, LOG_TO_FILE, and MULTILINE_STACK_TRACE. See the decription in the configuration file.

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

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

  7. When the subtask could not save the result to Image Store, the error is logged now.

  8. Now service requires Python Mathcer service instead of Matcher service.

  9. The --ignore-integrity option for the “lis_bucket_create.py” script was added. The script exits with status code 0, if the bucket already exists.

  10. Ability not to store task results for GC tasks was added. See store_results field.

Bugs fixed:

  1. Oracle columns update was fixed.

How to update from previous version:

To update from previous version, replace folders docs, luna_tasks, tests, deploy and update dependencies from requirements.txt.