v.1.0.0

Improvements:

  1. The default profile for db_create scripts was changed to none. Limitations in the database will not be created by default.

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

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

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

  5. The create_time and last_update_time settings are returned in human-readable format now. See get settings resource.

  6. STORAGE_TIME parameter was added. Description see in configuration file.

Bugs fixed:

  1. Tags validation schema for PUT “/settings/<../setting_id>” was fixed (see ../_static/api.html#operation/replaceSetting)

How to update from previous version:

To update from the previous version simply replace folders docs, luna_configurator, tests; recreate the database:

python base_scripts/db_create.py --recreate-database

And change settings in the configurator one more time.