[PR #18138] [MERGED] 0.6.34 #63535

Closed
opened 2026-05-06 08:21:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/18138
Author: @tjbck
Created: 10/8/2025
Status: Merged
Merged: 10/16/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

98 files changed (+2332 additions, -713 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+3 -2)
📝 CHANGELOG.md (+28 -0)
📝 backend/open_webui/config.py (+37 -1)
📝 backend/open_webui/constants.py (+1 -0)
📝 backend/open_webui/main.py (+8 -0)
📝 backend/open_webui/models/chats.py (+3 -1)
📝 backend/open_webui/models/files.py (+4 -1)
📝 backend/open_webui/retrieval/loaders/main.py (+17 -0)
backend/open_webui/retrieval/loaders/mineru.py (+541 -0)
📝 backend/open_webui/retrieval/utils.py (+7 -0)
📝 backend/open_webui/retrieval/vector/dbs/oracle23ai.py (+1 -1)
📝 backend/open_webui/routers/chats.py (+7 -2)
📝 backend/open_webui/routers/configs.py (+1 -1)
📝 backend/open_webui/routers/models.py (+12 -1)
📝 backend/open_webui/routers/retrieval.py (+42 -0)
📝 backend/open_webui/utils/middleware.py (+12 -18)
📝 backend/open_webui/utils/tools.py (+1 -1)
📝 backend/requirements.txt (+1 -1)
📝 docs/SECURITY.md (+89 -15)
📝 package-lock.json (+2 -2)

...and 78 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/18138 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 10/8/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`bc0da24`](https://github.com/open-webui/open-webui/commit/bc0da24e9cf4a064fe9b9c47e17213d8dae9d89c) 0.6.33 (#18118) (#18137) - [`0127ac3`](https://github.com/open-webui/open-webui/commit/0127ac39ebe8c96f5310aa378e8d3fa9428fea2c) i18n: improve Chinese translation - [`38a39b5`](https://github.com/open-webui/open-webui/commit/38a39b58925fb9f03b9d9f7656fde5ba391536a1) Update fi-FI translation.json - [`3512904`](https://github.com/open-webui/open-webui/commit/3512904e00f6b65e058a925cb1e54e71fa464c9c) Update translation.json (pt-BR) - [`62456a6`](https://github.com/open-webui/open-webui/commit/62456a606ebce707b2611a4476ecbd68aa48044b) Update translation.json (pt-BR) - [`3f030ef`](https://github.com/open-webui/open-webui/commit/3f030ef5375c357fdbc7b50608e45f3d937c82a3) UPD: i18n: es-ES Translation v0.6.34 - [`17ad6f8`](https://github.com/open-webui/open-webui/commit/17ad6f8aade83348a143a040b14dac1aabc382ad) Merge pull request #18141 from ShirasawaSama/i18n/improve-chinese-translation - [`bc29e75`](https://github.com/open-webui/open-webui/commit/bc29e751169d52ff37d8fe90f172eeb333a73142) Merge pull request #18152 from joaoback/patch-12 - [`40f7e17`](https://github.com/open-webui/open-webui/commit/40f7e17b3e5e2fc9d2748ec8930953abb232450a) Merge pull request #18153 from rgaricano/dev-es_ES - [`86cb105`](https://github.com/open-webui/open-webui/commit/86cb1058c39b2f4786d384e72cdd4156a90efcd8) Merge pull request #18151 from Kylapaallikko/dev ### 📊 Changes **98 files changed** (+2332 additions, -713 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+3 -2) 📝 `CHANGELOG.md` (+28 -0) 📝 `backend/open_webui/config.py` (+37 -1) 📝 `backend/open_webui/constants.py` (+1 -0) 📝 `backend/open_webui/main.py` (+8 -0) 📝 `backend/open_webui/models/chats.py` (+3 -1) 📝 `backend/open_webui/models/files.py` (+4 -1) 📝 `backend/open_webui/retrieval/loaders/main.py` (+17 -0) ➕ `backend/open_webui/retrieval/loaders/mineru.py` (+541 -0) 📝 `backend/open_webui/retrieval/utils.py` (+7 -0) 📝 `backend/open_webui/retrieval/vector/dbs/oracle23ai.py` (+1 -1) 📝 `backend/open_webui/routers/chats.py` (+7 -2) 📝 `backend/open_webui/routers/configs.py` (+1 -1) 📝 `backend/open_webui/routers/models.py` (+12 -1) 📝 `backend/open_webui/routers/retrieval.py` (+42 -0) 📝 `backend/open_webui/utils/middleware.py` (+12 -18) 📝 `backend/open_webui/utils/tools.py` (+1 -1) 📝 `backend/requirements.txt` (+1 -1) 📝 `docs/SECURITY.md` (+89 -15) 📝 `package-lock.json` (+2 -2) _...and 78 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-05-06 08:21:55 -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#63535