Skip to content

v0.7.0

Compare
Choose a tag to compare
@jaypipes jaypipes released this 02 Feb 12:25

Features

  • Add UUID to Partition (#197, thanks @schinmai-akamai)
  • Use sysfs as primary method to fetch total physical memory (#198, thanks @cclerget)
  • Break out snapshotting functionality into own package (#202, #205, thanks @fromanirh)
  • Capture memory, CPU and NUMA topology in snapshot (#203, #204, thanks @fromanirh)
  • Add PCI device information to ghwc (#209)
  • Add ghw.WithDisableWarnings() helper (#216, thanks @fromanirh)
  • Add PCI device revision number (#219, thanks @pearsonk)

Bug Fixes

  • Unit tests for Option (#206, thanks @fromanirh)
  • Fix PCI JSON/YAML marshalling (#210, thanks @fromanirh)
  • Fall back to ID_SERIAL if ID_SERIAL_SHORT is missing (#217)

Cleanups

  • Separation of different resources into different packages (#193)
  • Removed support for dep and Go <1.13