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/1690.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
pr: 1690
url: https://github.com/llm-d/llm-d-router/pull/1690
author: LukeAVanDrie
date: 2026-06-23
---
flowcontrol: the priority-ordered dispatch queue is now backed by the standard library container/heap and registered as `PriorityQueue` (previously `MaxMinHeap`). Any configuration that explicitly set the queue to `MaxMinHeap` must be updated to `PriorityQueue`.
Loading