Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

33 lines (27 loc) · 1.68 KB

Unreleased

  • 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.