2025.1 Series Release Notes¶
5.5.0-3¶
Bug Fixes¶
Improve Redfish VirtualMedia
InsertMediaerror handling on BMCs that require credentials but return unstructured errors (e.g., responses that omiterror.codeand reportActionParameterMissingonly via@Message.ExtendedInfoor free-text messages). Sushy now detects these cases and retries withUserName/Passwordparameters, allowing ISO mounting to proceed. This also preserves compatibility with legacyerror.code == *GeneralErrorresponses that mention missing parameters.
5.4.0¶
New Features¶
Adds support for the
Portresource to the library.
Upgrade Notes¶
Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 .
Bug Fixes¶
Provides dummy vmedia username and password if required by BMC
5.3.0¶
New Features¶
Adds EthernetInterfaces property support to the Redfish Manager instance.
Bug Fixes¶
PATCH ‘HttpBootUri’ against SettingsURI if present. If not, fall back to System URI.