Original PR: https://github.com/open-webui/open-webui/pull/20560 Author: @tjbck Created: 1/10/2026 Status: ✅ Merged Merged: 1/10/2026 Merged by: @tjbck
Base: main ← Head: dev
main
dev
59b128b
2da661f
c0ff925
81510e9
9b9e6ce
7839d04
41d1ccd
3f133fa
ab99d3b
0c369d1
73 files changed (+326 additions, -69 deletions)
📝 CHANGELOG.md (+10 -0) 📝 backend/open_webui/routers/audio.py (+2 -8) 📝 backend/open_webui/routers/channels.py (+4 -2) 📝 backend/open_webui/routers/files.py (+25 -22) 📝 backend/open_webui/utils/auth.py (+10 -8) 📝 backend/open_webui/utils/payload.py (+2 -0) 📝 backend/open_webui/utils/telemetry/metrics.py (+4 -1) 📝 package-lock.json (+2 -2) 📝 package.json (+1 -1) 📝 src/lib/components/admin/Evaluations/Feedbacks.svelte (+1 -5) 📝 src/lib/components/admin/Evaluations/Leaderboard.svelte (+3 -3) 📝 src/lib/components/admin/Settings.svelte (+13 -0) 📝 src/lib/components/layout/Sidebar/ChannelItem.svelte (+1 -1) 📝 src/lib/components/workspace/Prompts/PromptEditor.svelte (+1 -1) 📝 src/lib/i18n/locales/ar-BH/translation.json (+4 -0) 📝 src/lib/i18n/locales/ar/translation.json (+4 -0) 📝 src/lib/i18n/locales/bg-BG/translation.json (+4 -0) 📝 src/lib/i18n/locales/bn-BD/translation.json (+4 -0) 📝 src/lib/i18n/locales/bo-TB/translation.json (+4 -0) 📝 src/lib/i18n/locales/bs-BA/translation.json (+4 -0)
CHANGELOG.md
backend/open_webui/routers/audio.py
backend/open_webui/routers/channels.py
backend/open_webui/routers/files.py
backend/open_webui/utils/auth.py
backend/open_webui/utils/payload.py
backend/open_webui/utils/telemetry/metrics.py
package-lock.json
package.json
src/lib/components/admin/Evaluations/Feedbacks.svelte
src/lib/components/admin/Evaluations/Leaderboard.svelte
src/lib/components/admin/Settings.svelte
src/lib/components/layout/Sidebar/ChannelItem.svelte
src/lib/components/workspace/Prompts/PromptEditor.svelte
src/lib/i18n/locales/ar-BH/translation.json
src/lib/i18n/locales/ar/translation.json
src/lib/i18n/locales/bg-BG/translation.json
src/lib/i18n/locales/bn-BD/translation.json
src/lib/i18n/locales/bo-TB/translation.json
src/lib/i18n/locales/bs-BA/translation.json
...and 53 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20560
Author: @tjbck
Created: 1/10/2026
Status: ✅ Merged
Merged: 1/10/2026
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
59b128bUpdate ChannelItem.svelte (#20535)2da661fUpdate translation.json (pt-BR) (#20527)c0ff925fix: Settings tab i18n (#20526)81510e9fix(files): prevent connection pool exhaustion in file status streaming (#20547)9b9e6cefix: correct empty STT_ENGINE handling and improve TTS error response (#20534)7839d04fix: use efficient COUNT queries in telemetry metrics to prevent connection pool exhaustion (#20542)41d1ccdUpdate channels.py (#20546)3f133fafix: release database connections immediately after auth instead of holding during LLM calls (#20545)ab99d3bfix: prompt creation issue0c369d1chore: format📊 Changes
73 files changed (+326 additions, -69 deletions)
View changed files
📝
CHANGELOG.md(+10 -0)📝
backend/open_webui/routers/audio.py(+2 -8)📝
backend/open_webui/routers/channels.py(+4 -2)📝
backend/open_webui/routers/files.py(+25 -22)📝
backend/open_webui/utils/auth.py(+10 -8)📝
backend/open_webui/utils/payload.py(+2 -0)📝
backend/open_webui/utils/telemetry/metrics.py(+4 -1)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/lib/components/admin/Evaluations/Feedbacks.svelte(+1 -5)📝
src/lib/components/admin/Evaluations/Leaderboard.svelte(+3 -3)📝
src/lib/components/admin/Settings.svelte(+13 -0)📝
src/lib/components/layout/Sidebar/ChannelItem.svelte(+1 -1)📝
src/lib/components/workspace/Prompts/PromptEditor.svelte(+1 -1)📝
src/lib/i18n/locales/ar-BH/translation.json(+4 -0)📝
src/lib/i18n/locales/ar/translation.json(+4 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+4 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+4 -0)📝
src/lib/i18n/locales/bo-TB/translation.json(+4 -0)📝
src/lib/i18n/locales/bs-BA/translation.json(+4 -0)...and 53 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.