Skip to content

Version 1.4.0

Latest
Compare
Choose a tag to compare
@ralequi ralequi released this 18 Dec 10:05
aaffe58
  • Added support for test polling_minutes. Requested in #77 and #78. Thanks @Gigahawk
  • Minnor typo fixed in NvmeAttributes (issue #81). Thanks @petersulyok
  • Minnor fix for JBOD devices (MR #85). Thanks @jackeichen
  • Fixed getstate method in Device class. (issue #86). Thanks @f18m
  • Added DEVELOP.md file to help developers to get started with the project. (MR #87). Thanks @ssteinerx
  • Fixed listing devices on MACOS (issue #84). Thanks @evanrich
  • Fixed get_selftest_result (issue #88). Thanks @guanfeix
  • Breaking changes
    • smartctl.all:
      • Officially removed support for python 3.7.
    • smartctl.interface.scsi:
      • Now scsi interfaces are handled in the same way as NVMe/ata interfaces.
      • device.diags/diagnostics references if_attributes.diags/diagnostics for backwards compatibility.