Current Series Release Notes¶
5.10.0-2¶
Bug Fixes¶
Fixes virtual media insertion on BMCs (such as Cisco C845A M8 with Redfish Base.1.18.1) that return
ActionParameterMissingfor the missingTransferProtocolTypeparameter without including aRelatedPropertiesfield in the error response. Theis_transfer_protocol_requiredmethod now also checks for the parameter name inMessageArgsas a fallback.
5.10.0¶
Bug Fixes¶
Some Redfish implementations advertise collection members in their JSON responses that don’t actually exist. For example, the HGX board lists LogServices/FDR as a member, but returns 404 when sushy tries to fetch it. This causes sushy to fail during System initialization. We now handle those gracefully by allowing get_members() to catch ResourceNotFoundError for individual members.