$ 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]
Action items
- → Review the Redis Cluster stop fix if you run multi-instance deployments open-webui/open-webui [plan]
- → Pull the German translation correction into your fork open-webui/open-webui [monitor]
References
- [1] fix: stopping a response across instances on Redis Cluster (#29165) ↗ open-webui/open-webui
- [2] i18n: complete and correct German (de-DE) translations (#29179) ↗ open-webui/open-webui
- [3] fix: prevent valve inputs from overflowing the valves modal (#29203) ↗ open-webui/open-webui
- [4] i18n: complete and correct German (de-DE) translations ↗ open-webui/open-webui