^^^^^^^^^^^^^
This version contains all fixes up to version 1.0.3.
Released: 2021-12-23
**Bug fixes:**
* Changed development status of zhmccli on Pypi from 4 (Beta) to
5 (Production/Stable). (issue 221)
* Fixed new issues reported by Pylint 2.10.
* Disabled new Pylint issue 'consider-using-f-string', since f-strings were
introduced only in Python 3.6.
* Fixed install error of wrapt 1.13.0 on Python 2.7 on Windows due to lack of
MS Visual C++ 9.0 on GitHub Actions, by pinning it to <1.13.
* Fixed confusing CR in Aborted message when breaking a prompt.
* Fixed an error in the 'partition dump' command when --operation-timeout
was specified, and in 'storagegroup delete' when the email options were used.
(issue 250)
**Enhancements:**
* Added support for managing the auto-start list of a CPC (in DPM mode) via a
new command group 'cpc autostart'. (issue 33)
* Improved error handling so that exceptions raised by zhmcclient now always
result in displaying a proper error message instead of a Python traceback.
* Added support for managing HMC users, user roles, and password rules
via new command groups 'user', 'userrole', 'passwordrule', and
'passwordrule characterrule'. (part of issue 96)
* Added support for exporting and importing a DPM configuration from / to a
CPC via new 'dpm-export' and 'dpm-import' commands of the 'cpc' command
group. (issue 243)
* Increased minimum version of zhmcclient to 1.1.0, and added the jsonschema,
PyYAML and yamllloader packages as new dependencies, as part of issue 243.
* Support for Python 3.10: Added Python 3.10 in GitHub Actions tests, and in
package metadata.
* Added support for a '--like' option when creating users. This will use
certain properties of the like user as defaults for the new user.
**Cleanup:**
* Removed import of the pyreadline package on Windows for enabling history in
interactive mode, and import of the built-in readline module since it no
longer seems to be needed and interactive mode history is available without
them.
* Removed building of the Windows binary install program, since that is no
longer supported by pip/setuptools. It was not used in the package anyway.