Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

54 lines (38 loc) · 2.43 KB

Unreleased

  • BREAKING: Refactor IpmiCommand to reduce/remove completion-code validation for ipmlementors. (#28)
  • BREAKING: Remove IpmiCommandError. (#28)
  • BREAKING: Remove Success variant from and rename CompletionCode to CompletionErrorCode. (#28)
  • Handle invalid OwnerKey while parsing SensorKey. (#25)
  • Fix: Continue iteration after recoverable errors in SdrIter. (#23)
  • Support for sending bridged IPMB messages for sensors that are not available on the system interface for File-based connections. GetSensorReading::new() and GetSensorReading::for_sensor() have been replaced withGetSensorReading::for_sensor_key() which now takes a &Sensorkey. (#6)
  • Fix parsing ID String modifier in CompactSensorRecord (#7)
  • Validate sequence numbers for File connections. (#11)
  • Breaking change: rename Loggable::into_log to Loggable::as_log as part of clippy cleanup. (#12)
  • Breaking change: use newtype & typesafe variants for Channel and ChannelNumber in relevant places. (#14)
  • Breaking change: remove duplicate get_channel_authentication_capabilities file. (#14)
  • Rudimentary RMCP+ support. (#13)
  • Add more SDR record types. (#10, #18)
  • Breaking change: improve error reporting in SDR records. (#10, #18)
  • Fix SDR iteration. (#19)
  • Use correct bit for detecting signedness of full-record sensor scaling field B. (#4)

Initial release.