[release-announce] [mistral] python-mistralclient 3.0.1 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Tue Jul 25 11:33:16 UTC 2017
We are jazzed to announce the release of:
python-mistralclient 3.0.1: Mistral Client Library
This release is part of the ocata stable release series.
Download the package from:
https://pypi.python.org/pypi/python-mistralclient
For more details, please see below.
3.0.1
^^^^^
Critical Issues
* The "--limit" parameter of heavy CLI commands like "task-list" and
"execution-list" and "action-execution-list" is set to "100" by
default to avoid the huge load on server. To fetch the full result
set, user may use "--limit -1".
Changes in python-mistralclient 3.0.0..3.0.1
--------------------------------------------
1a3094d Set the default value of --limit parameter
2ab7274 Updated from global requirements
5e804b4 Fix doc build if git is absent
5680270 Updated from global requirements
73fc6b6 Update UPPER_CONSTRAINTS_FILE for stable/ocata
df372df Update .gitreview for stable/ocata
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
mistralclient/api/v2/action_executions.py | 7 ++++-
mistralclient/commands/v2/action_executions.py | 17 +++++++++++-
mistralclient/commands/v2/base.py | 3 +++
mistralclient/commands/v2/executions.py | 10 +++++++-
mistralclient/commands/v2/tasks.py | 15 +++++++++++
.../set-default-limit-value-7e293d843d6d85ac.yaml | 7 +++++
tox.ini | 2 +-
11 files changed, 96 insertions(+), 7 deletions(-)
More information about the Release-announce
mailing list