[PR #20560] [MERGED] 0.7.2 #48718

Closed
opened 2026-04-30 00:45:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

  • 59b128b Update ChannelItem.svelte (#20535)
  • 2da661f Update translation.json (pt-BR) (#20527)
  • c0ff925 fix: Settings tab i18n (#20526)
  • 81510e9 fix(files): prevent connection pool exhaustion in file status streaming (#20547)
  • 9b9e6ce fix: correct empty STT_ENGINE handling and improve TTS error response (#20534)
  • 7839d04 fix: use efficient COUNT queries in telemetry metrics to prevent connection pool exhaustion (#20542)
  • 41d1ccd Update channels.py (#20546)
  • 3f133fa fix: release database connections immediately after auth instead of holding during LLM calls (#20545)
  • ab99d3b fix: prompt creation issue
  • 0c369d1 chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/20560 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 1/10/2026 **Status:** ✅ Merged **Merged:** 1/10/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`59b128b`](https://github.com/open-webui/open-webui/commit/59b128bbdaf3b88ea63d829ecd68cc4a8cfca68f) Update ChannelItem.svelte (#20535) - [`2da661f`](https://github.com/open-webui/open-webui/commit/2da661fed12e91f937196b37c67ebc6969c9233d) Update translation.json (pt-BR) (#20527) - [`c0ff925`](https://github.com/open-webui/open-webui/commit/c0ff925c2a348e2ed3770cbb276486e2df15444e) fix: Settings tab i18n (#20526) - [`81510e9`](https://github.com/open-webui/open-webui/commit/81510e9d8fb514be336366878257371174bddf53) fix(files): prevent connection pool exhaustion in file status streaming (#20547) - [`9b9e6ce`](https://github.com/open-webui/open-webui/commit/9b9e6ce2ab3d6b5a3a341083bb49e0c0b41d010d) fix: correct empty STT_ENGINE handling and improve TTS error response (#20534) - [`7839d04`](https://github.com/open-webui/open-webui/commit/7839d043ff9302ace4586be64a74ae20b2e37b56) fix: use efficient COUNT queries in telemetry metrics to prevent connection pool exhaustion (#20542) - [`41d1ccd`](https://github.com/open-webui/open-webui/commit/41d1ccd39c5dbddb122eb8910bd0fcdf7996d19e) Update channels.py (#20546) - [`3f133fa`](https://github.com/open-webui/open-webui/commit/3f133fad561c09c7107c050efa89cbc320b85046) fix: release database connections immediately after auth instead of holding during LLM calls (#20545) - [`ab99d3b`](https://github.com/open-webui/open-webui/commit/ab99d3b1129cffbc13cf7de5aa897692e3f8662e) fix: prompt creation issue - [`0c369d1`](https://github.com/open-webui/open-webui/commit/0c369d195bae287bf14e2e19979dbdebc7e2a248) chore: format ### 📊 Changes **73 files changed** (+326 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 00:45:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#48718