73 wires and counting

$ follow Open WebUI

Keep up with Open WebUI in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-08-30
stories 8

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Fixes Redis Cluster stop, German catalog drift

By RepoJournal · Filed · About Open WebUI

A fix for stopping responses across instances on Redis Cluster deployments shipped along with a cleanup of the German UI strings.

The stop button on Redis Cluster deployments used to fail when the request landed on a different instance than the one streaming the response. The pub/sub listener that carries the stop signal never managed to subscribe, so the command was published to a channel nobody was listening on. This change addresses the subscription issue so the stop signal reaches the streaming instance. [1]

German UI translations were completed and corrected. The catalog addresses the user formally with "Sie" in over two hundred strings, but had drifted to the informal "du" in around thirty, including "Wählen Sie ein Modell" sitting directly alongside "Wähle eine Option". Those now use "Sie", or the infinitive where the surrounding labels already use it. [2]

Also in the queue, a fix prevents valve inputs from overflowing the valves modal, and a separate PR fills the two remaining untranslated German strings. [3][4]

Quick answers

What shipped in Open WebUI on August 30, 2026?
A fix for stopping responses across instances on Redis Cluster deployments shipped along with a cleanup of the German UI strings. In total, 5 commits and 3 pull requests landed.
Who contributed to Open WebUI on August 30, 2026?
2 developers shipped this update, including Classic298 and G30.
What were the notable Open WebUI updates?
fix: stopping a response across instances on Redis Cluster (#29165), i18n: complete and correct German (de-DE) translations (#29179), and fix: prevent valve inputs from overflowing the valves modal (#29203).