Zed Series Release Notes¶
0.0.0¶
New Features¶
Add
mistral_api_use_uwsgiwhich allows running mistral-api service without uWSGI (set to true by default).
Upgrade Notes¶
Along with
mistral_api_use_uwsgi,cron_trigger.enabledwould be set to false by default, disabling Cron Triggers on all existing installations as per suggestion.
Bug Fixes¶
Mistral Cron Triggers do not create Workflow Executions, when mistral-api service runs within uWSGI, so we introduce
mistral_api_use_uwsgiwhich bounds Cron Trigger service status with Mistral API execution environment.