We joyfully announce the release of: mistral-lib 2.3.0: Mistral shared routings and utilities (Actions API, YAQL functions API, data types etc.) This release is part of the victoria stable release series. The source is available from: https://opendev.org/openstack/mistral-lib Download the package from: https://pypi.org/project/mistral-lib Please report issues through: https://bugs.launchpad.net/mistral/+bugs For more details, please see below. Changes in mistral-lib 2.2.0..2.3.0 ----------------------------------- 245c127 Add more specific description to param_spec f818f1f Add main entities related to action providers Diffstat (except docs and test files) ------------------------------------- mistral_lib/actions/__init__.py | 14 +- mistral_lib/actions/base.py | 260 ++++++++++++++++++++- mistral_lib/actions/providers/__init__.py | 0 mistral_lib/actions/providers/base.py | 118 ++++++++++ mistral_lib/actions/providers/composite.py | 53 +++++ mistral_lib/actions/providers/python.py | 66 ++++++ mistral_lib/actions/types.py | 5 +- mistral_lib/exceptions.py | 4 + 10 files changed, 627 insertions(+), 13 deletions(-)
participants (1)
-
no-reply@openstack.org