Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@ralequi ralequi released this 07 Dec 12:54
· 155 commits to master since this release
d3ed87b

Version 1.1.0

  • Minor fixes
  • Added tests
  • Breaking changes
    • Typing:
      • Tests and attributes have been typed. This may cause some exceptions if you have been attached to the "everything is a string" previously philosophy.
      • Some attributes have been kept back for compatibility but others (like num) have been directly converted into an integer. Test everything after the upgrade
      • Other typing changes might take place in the future when it is confirmed that smartctl always uses a fixed time instead of "anything" (str for us).
    • device.tests: Now returns an empty list instead of None when there are no tests present
    • device.diags: Device.diags have been deprecated and moved into a class called Diagnostics. For compatibility reasons, a property called "diags" has been created. This property simulates the old diags behavior.