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
7 changes: 7 additions & 0 deletions release-notes.d/unreleased/1831.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
pr: 1831
url: https://github.com/llm-d/llm-d-router/pull/1831
author: LukeAVanDrie
date: 2026-07-15
---
flowcontrol: the OrderingPolicy plugin interface no longer includes RequiredQueueCapabilities(); ordering policies only implement Less(). The QueueCapability system and the FCFS-only ListQueue are removed - all flows use the priority queue, so FCFS now dispatches in exact logical-arrival order.
Loading