2025.1 Series Release Notes

5.5.0-3

Bug Fixes

  • Improve Redfish VirtualMedia InsertMedia error handling on BMCs that require credentials but return unstructured errors (e.g., responses that omit error.code and report ActionParameterMissing only via @Message.ExtendedInfo or free-text messages). Sushy now detects these cases and retries with UserName/Password parameters, allowing ISO mounting to proceed. This also preserves compatibility with legacy error.code == *GeneralError responses that mention missing parameters.

5.4.0

New Features

  • Adds support for the Port resource 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.