Releases: zhmcclient/zhmc-log-forwarder
Release 1.0.0
Release 0.12.0
Release 0.11.0
Attention: The new support for STOMP retry timeout configuration requires that the main property for it is added to the config file:
stomp_retry_timeout_config: {}
The actual properties under this main property are optional and have reasonable defaults. In case you want to add them specifically, run zhmc_log_forwarder --help-config-file
for showing them.
Changes since 0.10.0:
- Used zhmcclient 1.16.0 (#20) - improved STOMP stability, recovery and logging, see change log
- Support for STOMP retry timeout configuration; improved recovery and logging (#14)
- Improved STOMP exception handling (#13)
- Support for CA cert validation (#10)
- Fixed syslog facility support (#25)
- Dropped support for Python 3.4 (#18)
- Docs: Converted README.rst to Markdown and added Pypi badge (#16)
- Test: Resolved flake8/pylint issues (#25)
- Dev: Added support for make target check_reqs, check, pylint (#21)
- Dev: Added missing .coveragerc file; Added TESTOPTS; Added first unit testcase (#12)
- Dev: Various improvements for development
Release 0.10.0
First version on Pypi.
This release adds many things to the CADF output format. CADF is now ready for serious use.
The format of the config file has been extended by supporting an additional "label" field for the CADF output format, and is otherwise compatible to 0.9.0. Look at the changes to the exampe_config_file.yml for details.
Release 0.9.0
Not released to Pypi.
This version improves the CADF support by recognizing all HMC log messages that have to do with authentication, LIC security mode, crypto stuff, management of user/pattern/rule objects, etc.
Release 0.8.0
Not released to Pypi.
This version improves the support for the CADF output format. It is now more consistent with the CADF standard. A HMC log message file was introduced that defines how certain HMC messages are represented in CADF. The config file gets a new property "log_message_file" that specifies the file path of the HMC log message file.
Release 0.7.1
Not released to Pypi.
Fixes an important bug introduced in 0.7.0, where all output was for the same record.
Release 0.7.0
Not released to Pypi.
This release mainly adds CADF support.
Note: This release changes a couple of fields in the config files. Invoke with --help-config-file for the new config file format.
Release 0.6.0
Not released to Pypi.
This release is ready for serious use.
For installation, see the README file.
Release 0.5.0
Not released to Pypi.
Initial version for demos.