Skip to content

v0.3.0 (Aug 20, 2024)

Latest
Compare
Choose a tag to compare
@daroczig daroczig released this 20 Aug 21:47
· 53 commits to main since this release
b59caca

New vendor(s):

  • Microsoft Azure

New feature(s):

  • Support for new hcloud CX server types.
  • Support for new hcloud region (Singapore).
  • Improved caching.

Fix(es):

  • Join references pointing to the right tables.
  • Count CPU cores in all physical CPUs.
  • Improve the standardization and cleanup of the CPU manufacturer, family, and model.
  • Extract speed from CPU description when available instead of unreliable dmidecode data.
  • Update included outbound network extractor at hcloud due to API change.
  • Check if a server is available in a gcp zone even though a related price is known.
  • Silence SAWarning on multiple relationships using overlapping compound foreign keys.
  • Fix manually collected geolocation of 3 gcp regions.
  • Fix spelling issues in benchmark and table column descriptions.

‼ Breaking changes:

  • Complex queries with joins relying on the foreign keys of the table
    definitions are now using the right references. This might result in
    different (but correct) results than before.