mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #20560] [MERGED] 0.7.2 #25670
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.