flux-accounting v0.50.0
Published: Sep 2, 2025 by flux-framework
Download from GitHub here
Release Notes
flux-accounting version 0.50.0 - 2025-09-02
Fixes
-
plugin: improve error message context in job.validate (#712)
-
cmd: remove
--output-fileargument (#716) -
formatter: remove
HierarchyFormatterclass (#717) -
update-fshare: wrapUPDATEs in single transaction, enablePRAGMAs to enable concurrency (#720) -
scrub-old-jobs: add0return code on successful runs ofscrub_old_jobs()(#721) -
update-usage: condenseSELECTquery to fetch recent job usage factor, use row names, drop unused function arg (#722) -
update-usage: remove extraSELECTquery in favor of retrieving past job usage information beforehand (#723) -
update-usage: removeSELECTquery onjobstable for every association (#725) -
update-usage: add.rollback()in case of error (#726) -
github: update crate-ci version (#727)
Features
-
jobs: add duration fields tojobstable, return both requested and actual duration inview-job-records(#718) -
view-job-records: add filters for requested duration and actual duration injobstable (#719) -
view-bank: add-c/--conciseoption (#730) -
python: add general utility file for duplicate function definitions, general helper functions (#731)
Testsuite
- testsuite: don’t load deprecated barrier module (#724)
