Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions _posts/2026-09-08-flux-sched-0.55.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: flux-sched v0.55.0
date: 2026-09-08 00:00:00
author: "flux-framework"
categories: 'release'
version: 0.55.0
download: https://github.com/flux-framework/flux-sched/releases/download/v0.55.0/flux-sched-0.55.0.tar.gz
---

Download from GitHub [here]({{ page.download }})

# Release Notes

flux-sched version 0.55.0 - 2026-09-08
--------------------------------------

### New Features
* qmanager: support RFC 33 virtual queues ([#1543](https://github.com/flux-framework/flux-sched/issues/1543))

### Fixes
* Sweep vertices by jobid to ensure partial cancel correctness ([#1551](https://github.com/flux-framework/flux-sched/issues/1551))
* reapi: reopen interners for constructor graph load ([#1547](https://github.com/flux-framework/flux-sched/issues/1547))

### Build/Testsuite/Documentation
* t: increase timeouts in t1016, t1018, & t1028 ([#1548](https://github.com/flux-framework/flux-sched/issues/1548))

### Cleanup
* modules: Merge resource_prop_t into resource_opt_t ([#1517](https://github.com/flux-framework/flux-sched/issues/1517))
* reapi: drop sat output param from satisfy interfaces ([#1526](https://github.com/flux-framework/flux-sched/issues/1526))