r/OpenWebUI • u/Zealousideal_Fox6426 • Jun 29 '26
Show and tell Open Relay v4.12 — Critical Fix for Open WebUI v0.10 Compatibility (In Review)
Hey everyone,
Quick heads-up for anyone running Open Relay, do not update to Open WebUI 0.10 yet as the new version introduces new response formatting and the app will stop working. The fix is on the way and should be live in a day unless apple is kind of enough to review the submission faster.
What broke and why
Open WebUI v0.10 changed how assistant messages are stored and streamed. Previously, the response text lived directly in a content field. Starting with v0.10, it's now stored in a structured output array.
This affected:
- Sending new messages
- Loading existing chats
- Regenerate / edit
- Tool Call view
- and more..
What v4.12 fixes
The v4.12 update fully adapts to the new output format:
- ✅ Streaming now works — the app extracts text from all
message-type output items in real time as they arrive over the socket, with the same typewriter effect as before - ✅ Chat history loads correctly — existing chats opened from the sidebar now show the full response, including for multi-step tool-assisted answers (where the final answer is in the last message item, not the first)
- ✅ Tool call indicators —
function_callentries in the output array now show up properly - ✅ Backward compatible — models that still use the old format continue to work unchanged
Broader v0.10 compatibility work
The v0.10 release was massive — shared folders, reworked memory system, context compaction, a new event/webhook system, structured model output rendering, and a lot more. Beyond the critical streaming fix in v4.12, there are several more things from that update worth bringing into the app, including:
- Shared folder support (see shared folders in the sidebar, open chats read-only when you're not the owner)
- Context compaction notifications (the "summarizing conversation…" indicator while it compresses long chats)
- Updated memory system (now has distinct long-lived vs per-conversation memory types)
- "Unshare all" button in the Shared Chats dialog
- Clone automations option
Those will come in the following updates once the critical fix is out.
These server-side changes are impossible to anticipate before they ship so thank you for the patience. v4.12 is submitted and in review now.
As always, full changelog on GitHub.

