We are stoked to announce the release of: sushy 3.9.0: Sushy is a small Python library to communicate with Redfish based systems This release is part of the xena release series. The source is available from: https://opendev.org/openstack/sushy Download the package from: https://tarballs.openstack.org/sushy/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/sushy For more details, please see below. 3.9.0 ^^^^^ New Features * Adds support for the Redfish EventService resource. *EventService* is responsible for managing event subscriptions and generates the events sent to subscribers. Changes in sushy 3.8.0..3.9.0 ----------------------------- b11e99a EventService support 1f33cb8 [trivial] add wallaby versions to release notes Diffstat (except docs and test files) ------------------------------------- .../notes/event-service-d6607420effc3df8.yaml | 6 + releasenotes/source/wallaby.rst | 6 +- sushy/__init__.py | 1 + sushy/main.py | 19 +++ sushy/resources/eventservice/__init__.py | 0 sushy/resources/eventservice/constants.py | 38 ++++++ sushy/resources/eventservice/eventdestination.py | 123 +++++++++++++++++ sushy/resources/eventservice/eventservice.py | 150 +++++++++++++++++++++ sushy/resources/eventservice/mappings.py | 24 ++++ .../json_samples/eventdestination_collection.json | 16 +++ .../resources/eventservice/test_evendestination.py | 125 +++++++++++++++++ .../resources/eventservice/test_eventservice.py | 109 +++++++++++++++ 17 files changed, 694 insertions(+), 3 deletions(-)