Zhmcclient

Latest version: v1.16.1

Safety actively analyzes 638466 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 8

0.9.0

Not secure
^^^^^^^^^^^^^

Released: 2017-01-11

**Bug fixes:**

* Fixed a bug where accessing the 'name' property via the `properties`
attribute caused `KeyError` to be raised (issue 137). Note that there
is now a recommendation to use `get_property()` or the `name` or `uri`
attributes for accessing specific properties. The `properties` attribute
should only be used for iterating over the currently present resource
properties, but not for expecting particular properties.

* Fixing regression in findall(name=..) (issue 141).

**Enhancements:**

* Changed links to HMC API books in Bibliography to no longer require IBM ID
(issue 131).

* Added example shell script showing how to use the command line interface.

* Improved the examples with better print messages, exception handling,
access of resource properties, and refreshing of resources.

* Added support for load-parameter field in lpar.load().

0.8.0

Not secure
^^^^^^^^^^^^^

Released: 2016-12-27

**Enhancements:**

* Added support in CLI for remaining cmds; client improvements.

* Added a tool 'tools/cpcdata' for gathering information about all
CPCs managed by a set of HMCs. The data can optionally be appended
to a CSV spreadsheet, for regular monitoring.

0.7.0

Not secure
^^^^^^^^^^^^^

Released: 2016-12-08

**Bug fixes:**

* IOError during click-spinner 0.1.4 install (issue 120)

**Enhancements:**

* Documentation for zhmc CLI

0.6.0

Not secure
^^^^^^^^^^^^^

Released: 2016-12-07

**Bug fixes:**

* Fixed typo in help message of cpcinfo.

* Fixed KeyError: 'status' when running example5.py (issue 99).

* Fixed documentation of field Partition.hbas (issue 101).

* Fixed new Flake8 issue E305.

**Enhancements:**

* Started raising a `ParseError` exception when the JSON payload in a HTTP
response cannot be parsed, and improved the definition of the ParseError
exception by adding line and column information.

* Improved the `AuthError` and `ConnectionError` exceptions by adding a
`details` property that provides access to the underlying exception
describing details.

* For asynchronous operations that are invoked with `wait_for_completion`,
added an entry in the time statistics for the overall operation
from the start to completion of the asynchronous operation. That entry
is for a URI that is the target URI, appended with "+completion".

* Added time statistics entry for overall asynchronous operations.

* Improved VersionError exception class and removed number-of-args tests.

* Added the option to create a session object with a given session id.

* Added base implementation of a command line interface (zhmc)
for the zhmcclient.

0.5.0

Not secure
^^^^^^^^^^^^^

Released: 2016-10-04

**Incompatible changes:**

* In ``VirtualSwitch.get_connected_vnics()``, renamed the method to
:meth:`~zhmcclient.VirtualSwitch.get_connected_nics` and changed its return value
to return :class:`~zhmcclient.Nic` objects instead of their URIs.

**Bug fixes:**

* Fixed that in `Partition.dump_partition()`, `wait_for_completion` was always
passed on as `True`, ignoring the corresponding input argument.

**Enhancements:**

* Added a script named ``tools/cpcinfo`` that displays information about CPCs.
Invoke with ``-h`` for help.

* Added a :meth:`~zhmcclient.BaseResource.prop` method for resources that
allows specifying a default value in case the property does not exist.

* Added :meth:`~zhmcclient.Cpc.get_wwpns` which performs HMC operation
'Export WWPN List'.

* Added :meth:`~zhmcclient.Hba.reassign_port` which performs HMC operation
'Reassign Storage Adapter Port'.

* Clarifications in the :ref:`Resource model` section.

* Optimized :attr:`~zhmcclient.Cpc.dpm_enabled` property to use
'List Partitions' and 'List Logical Partitions' operations, in order to
avoid the 'List CPC Properties' operation.

* Improved tutorials.

0.4.0

Not secure
^^^^^^^^^^^^^

Released: 2016-09-13

This is the base version for this change log.



.. Copyright 2017,2019 IBM Corp. All Rights Reserved.
..
.. Licensed under the Apache License, Version 2.0 (the "License");
.. you may not use this file except in compliance with the License.
.. You may obtain a copy of the License at
..
.. http://www.apache.org/licenses/LICENSE-2.0
..
.. Unless required by applicable law or agreed to in writing, software
.. distributed under the License is distributed on an "AS IS" BASIS,
.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
.. See the License for the specific language governing permissions and
.. limitations under the License.
..

.. _`Change log`:

Change log
----------

Page 8 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.