We are tickled pink to announce the release of: python-venusclient 2.0.0: Python client for venus API This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/python-venusclient Download the package from: https://pypi.org/project/python-venusclient Please report issues through: https://bugs.launchpad.net/openstack-venus/+bugs For more details, please see below. Changes in python-venusclient 1.0.0..2.0.0 ------------------------------------------ f00a1ce Add program_name and level condition 25dc881 Add host_name query condition. f94eb6f Add module_name to log search 9e342cc Add params to typical logs. 0ca8c83 Remove yoga templates from releasenotes a9e2324 Remove wallaby templates from releasenotes 455ae5a Remove invalid ussuri&victoria templates 8b93e24 Remove invalid stein&train templates 828cddd Remove invalid rocky.rst 22b636a change describe of help cebb84d add interface typical logs 55726e8 add analyse interface b6640d5 Remove invalid release name c8d848d Use TOX_CONSTRAINTS_FILE 807abc5 Use py3 as the default runtime for tox 65e2d23 Modify wrong key 13e259f add interface of search log program 809cc71 Remove redundant 'arg' argument 45a798c add interface of module choice 569e7ba add interface of log level choice 4f23965 add interface of hostname selector 5857718 Change service type to log-management aaa2cbf fix bug of params not correct c27c30f change two files according to the function of interface 9042086 change dir structure of api 313d393 Update master for stable/zed Diffstat (except docs and test files) ------------------------------------- releasenotes/source/index.rst | 6 +--- releasenotes/source/rocky.rst | 6 ---- releasenotes/source/stein.rst | 6 ---- releasenotes/source/train.rst | 6 ---- releasenotes/source/ussuri.rst | 6 ---- releasenotes/source/victoria.rst | 6 ---- releasenotes/source/wallaby.rst | 0 releasenotes/source/yoga.rst | 0 releasenotes/source/zed.rst | 6 ++++ tox.ini | 6 ++-- venusclient/shell.py | 6 ++-- venusclient/v1/analyse.py | 52 ++++++++++++++++++++++++++++ venusclient/v1/analyse_shell.py | 27 +++++++++++++++ venusclient/v1/client.py | 4 ++- venusclient/v1/config_shell.py | 7 ---- venusclient/v1/search.py | 74 +++++++++++++++++++++++++++++++++++++--- venusclient/v1/search_shell.py | 48 ++++++++++++++++++++++++++ venusclient/v1/shell.py | 7 +++- 18 files changed, 220 insertions(+), 53 deletions(-)