Skip to content

v0.5.0 (Mar 27, 2026)

Choose a tag to compare

@daroczig daroczig released this 27 Mar 13:48
· 186 commits to main since this release
e8e7f66

Fix(es):

  • Phase out old Benchmark records by marking as INACTIVE.
  • Use lsblk storage data for GCP servers, with lshw as a fallback.
  • Extend OVH storage info parsing with NVMe devices from API data.
  • Refactor threads config field to cores (single/multi) in compression_text benchmark scores.
  • Refactor cores config field to single/multi in geekbench benchmark scores.

!!! Breaking changes:

  • Refactor the benchmark_score table by adding framework_version and kernel_version columns, and updating the
    config_fields, config columns, and benchmark data digest accordingly. Data migration from
    config.framework_version to the framework_version column is implemented for both PostgreSQL and SQLite, but in
    SQLite the framework_version field is not removed from the config JSON.