Skip to content

v0.8.0

Latest

Choose a tag to compare

@forthfate forthfate released this 10 Sep 14:58
· 43 commits to main since this release
7699db0

[0.8.0] - 2026-09-10

Added

  • Initial loading skeletons now match the layouts of Assets, Dashboard, Builds, Runs, Improvements, and Settings.
  • Runner workflow graphs now annotate lifecycle steps with execution information.
  • The runner lifecycle and sortable-list controls are generalized for reuse across workflows and catalog views.
  • Direct dependency license inventory is documented in the repository.

Changed

  • Evaluation Builds are now called Builds, and Improvement Results are now called Improvements, throughout the application, documentation, and localized UI.
  • Workflow lifecycle phases are standardized as before_all, before_each, execute, verify, after_each, and after_all.
  • Application-data path editing and localized help keys have clearer, more stable behavior.

Breaking changes

  • Build API routes now use /api/builds instead of /api/evaluation-builds; clients must update build create, read, update, delete, run, and test requests.
  • New workflow definitions and run records use the standardized lifecycle phases and build_id / build_name fields. Legacy lifecycle phase names remain readable for stored workflows and integrations.