Skip to content

Version 1.3.0

Latest
Compare
Choose a tag to compare
@ralequi ralequi released this 25 Oct 08:33
· 8 commits to master since this release
b947600
  • Fixed some special NVMe capacity parsing issues (issue #73). Thanks @wolfdate25
  • Fixed nvme test parsing on smartmontools >= 7.4 (issue #75). Thanks @NicholasCJL
  • Other minnor fixes with @ulmitov's help
  • Breaking changes
    • smartctl.all:
      • Officially removed support for python 3.7. However, pyproject.toml still allows the 3.7 version. This will be removed in the next release.
    • smartctl.interface.ata:
      • Now ata interfaces are handled in the same way as NVMe interfaces.
      • device.attribute references if_attributes.legacyAttributes for backwards compatibility.