mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[PR #22469] [MERGED] 0.8.10 #42344
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/22469
Author: @tjbck
Created: 3/8/2026
Status: ✅ Merged
Merged: 3/9/2026
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
61bbb99fix: replace bare except with Exception in oauth.py (#22420)f419830# i18n: (pt-BR) add translations for newly added UI items + consistency pass (#22391)e1d04bei18n: (pt-BR) add translations for newly added UI items + consistency pass (#22452)abe865fi18n : Updated ms-MY Malay (Bahasa Malaysia) Language (#22450)2c35bdbfix: replace bare string raises with proper exception types (#22446)67e26fdrefac7103206refac63a0beffix: add missing opentelemetry-instrumentation-system-metrics dependency (#22447)bbbe2b6fix: use static month names in getTimeRange to prevent OS locale leaking into sidebar (#22454)f78b238fix: prevent pipeline filter from corrupting payload on HTTP error (#22445)📊 Changes
102 files changed (+2781 additions, -1680 deletions)
View changed files
📝
CHANGELOG.md(+33 -0)📝
Dockerfile(+1 -0)📝
backend/open_webui/config.py(+88 -2)📝
backend/open_webui/main.py(+4 -4)📝
backend/open_webui/models/chat_messages.py(+9 -0)📝
backend/open_webui/models/files.py(+11 -3)📝
backend/open_webui/retrieval/loaders/main.py(+3 -0)📝
backend/open_webui/retrieval/utils.py(+6 -2)📝
backend/open_webui/retrieval/vector/dbs/elasticsearch.py(+4 -0)➕
backend/open_webui/retrieval/vector/dbs/mariadb_vector.py(+593 -0)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+4 -0)📝
backend/open_webui/retrieval/vector/dbs/milvus_multitenancy.py(+4 -0)📝
backend/open_webui/retrieval/vector/dbs/opengauss.py(+4 -0)📝
backend/open_webui/retrieval/vector/dbs/opensearch.py(+4 -0)📝
backend/open_webui/retrieval/vector/dbs/oracle23ai.py(+2 -0)📝
backend/open_webui/retrieval/vector/dbs/pinecone.py(+4 -0)📝
backend/open_webui/retrieval/vector/dbs/qdrant.py(+4 -0)📝
backend/open_webui/retrieval/vector/dbs/qdrant_multitenancy.py(+4 -0)📝
backend/open_webui/retrieval/vector/dbs/s3vector.py(+9 -0)📝
backend/open_webui/retrieval/vector/dbs/weaviate.py(+4 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.