v.1.0.0¶
Improvements:¶
The default profile for db_create scripts was changed to none. Limitations in the database will not be created by default.
Logging settings were updated. LOG_TO_STDOUT, LOG_TO_FILE, and MULTILINE_STACK_TRACE parameters were added. See the description in the configuration file.
OpenAPI documentation can now be obtained with GET “/docs/spec” (
yaml
orhtml
). See openapi docs resource.Development Manual can now be obtained with GET “/docs/dev”. See sphinx docs resource.
The create_time and last_update_time settings are returned in human-readable format now. See get settings resource.
STORAGE_TIME parameter was added. Description see in configuration file.
Bugs fixed:¶
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.