We contentedly announce the release of: mistral 15.0.0: Mistral Project This release is part of the zed release series. The source is available from: https://opendev.org/openstack/mistral Download the package from: https://pypi.org/project/mistral Please report issues through: https://bugs.launchpad.net/mistral/+bugs For more details, please see below. Changes in mistral 14.0.0..15.0.0 --------------------------------- 2a312cc8 Do not guess content from extension on API b350f58f Fix race condition when comparing dates 60c9dbf0 Fix race condition when cancelling workflows 6fb78f35 Update type of 'description' field to 'text' for table workflow_executions_v2 1a6f5d0e Added sorting and marker for pagination of actions fbf80913 remove unicode from code 117f9a79 Replace deprecated assertDictContainsSubset e48e2343 Replace remaining usage of tenancy.Retrying.call 88c7a5d1 Update python testing as per zed cycle testing runtime fe71b174 Update master for stable/yoga c6123698 Update master for stable/xena Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- api-ref/source/conf.py | 8 ++-- mistral/api/app.py | 3 +- mistral/api/controllers/v2/action.py | 39 +++++++++++---- ...iption_field_type_for_workflow_executions_v2.py | 38 +++++++++++++++ mistral/db/utils.py | 2 +- .../unit/engine/test_task_started_finished_at.py | 3 +- .../drop-python-3-6-and-3-7-e629c26cc46a52fe.yaml | 5 ++ ...or-workflow-executions-v2-e3a2782a0ee58ebe.yaml | 5 ++ ...action-api-sorting-marker-fcc3e20038e0b7ae.yaml | 8 ++++ releasenotes/source/conf.py | 14 +++--- releasenotes/source/index.rst | 2 + releasenotes/source/xena.rst | 6 +++ releasenotes/source/yoga.rst | 6 +++ setup.cfg | 4 +- test-requirements.txt | 2 +- 20 files changed, 178 insertions(+), 51 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1287f971..948abcee 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17 +17 @@ unittest2>=1.1.0 # BSD - +WebTest>= 3.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org