We contentedly announce the release of: python-mistralclient 3.5.0: Mistral Client Library This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/python-mistralclient Download the package from: https://pypi.org/project/python-mistralclient Please report issues through launchpad: https://bugs.launchpad.net/python-mistralclient For more details, please see below. 3.5.0 ^^^^^ New Features * Adding a --force optional parameter to delete excetutions. Without it only finished executions can be deleted. If --force is passed the execution will be deleted but mistral will generate some errors as expected objects in memory no longer exist Changes in python-mistralclient 3.4.0..3.5.0 -------------------------------------------- a946891 Trivial: Update pypi url to new url 3f0255f Do not let keystoneauth mask the errors e400bed Add the force parameter to delete executions Diffstat (except docs and test files) ------------------------------------- README.rst | 6 ++-- .../fix-cli-error-messages-2f59329557a5734f.yaml | 8 +++++ mistralclient/api/v2/action_executions.py | 10 ++---- mistralclient/api/v2/actions.py | 40 ++++++++++++++-------- mistralclient/api/v2/executions.py | 10 ++++-- mistralclient/api/v2/workbooks.py | 40 ++++++++++++++-------- mistralclient/api/v2/workflows.py | 40 ++++++++++++++-------- mistralclient/commands/v2/executions.py | 12 +++++-- .../force-delete-executions-d08ce88a5deb3291.yaml | 7 ++++ 11 files changed, 133 insertions(+), 61 deletions(-)
participants (1)
-
no-reply@openstack.org