open-webui v0.6.34 版本更新介绍
发布日期: 2025-10-16
版本号: v0.6.34
Open WebUI 0.6.34 版本(发布于2025年10月16日)带来了多项功能增强和问题修复。在新增功能方面,现在支持使用 MinerU 作为文档解析器后端(包括本地和托管API部署),改进了 JWT 令牌的安全管理(默认过期时间设为4周并增加安全警告),通过避免不必要的 API 请求提升了页面加载性能,在知识端点响应中加入了文件哈希值以支持高效文件同步,并优化了聊天对话框滚动条的可见性。同时,前端和后端的性能、稳定性和安全性也得到全面提升,多种语言翻译得到扩充。在问题修复方面,主要解决了专注检索模式失效、过滤器函数在工具调用时未正确执行、外部工具服务器对 DELETE 请求的支持问题、Oracle23ai 向量数据库客户端的错误、模型自动拉取功能在未修改用户设置时的工作问题、防止制品中重复 HTML 内容、固定聊天记录的显示与引用、澄清知识库警告提示文本、改进模态窗口打开时 Toast 通知的关闭功能、修复侧边栏“聊天”按钮的导航问题、解决集成菜单在点击外部时过早关闭的问题、修复工具 ID 显示为“undefined”的问题,以及通过限制模型 ID 长度来防止模型管理问题。
更新内容 (中文)
[0.6.34] - 2025-10-16
新增功能
- 📄 现已支持 MinerU 作为文档解析器后端,兼容本地部署与托管 API 部署。#18306
- 🔒 JWT令牌过期时间默认设置为4周(原为永不过期),当设置为无限制时,后台日志与管理界面将显示安全警告。#18261, #18262
- ⚡ 通过在侧边栏文件夹未展开时避免不必要的API请求,提升了页面加载性能。#18179, #17476
- 📁 知识端点响应中现包含文件哈希值,支持通过哈希比对实现高效文件同步。#18284, #18283
- 🎨 通过增加宽度改进了聊天对话框滚动条可见性,使其更易于导航使用。#18369, #11782
- 🔄 前后端实施了多项改进以增强性能、稳定性及安全性。
- 🌐 增强并扩展了加泰罗尼亚语、中文、捷克语、芬兰语、德语、卡拜尔语、韩语、巴西葡萄牙语、西班牙语、泰语及土耳其语的翻译。
问题修复
- 📚 聚焦检索模式现已正常工作,避免了系统强制启用全上下文模式并加载知识库所有文档的情况(无论设置如何)。#18133
- 🔧 过滤器入口函数现在能在工具调用延续时正确执行,确保工具交互过程中参数持久化。#18222
- 🛠️ 外部工具服务器现已正确支持携带请求体数据的DELETE请求。#18289, #18287
- 🗄️ Oracle23ai向量数据库客户端现已正确处理变量初始化,解决了从集合中检索项目时出现的未绑定本地错误。#18356
- 🔧 即使用户设置未修改,模型自动拉取功能现在也能正常工作。#18324
- 🎨 通过改进代码块检测逻辑,防止了生成内容中出现重复HTML内容。#18195, #6154
- 💬 已置顶聊天现已出现在参考聊天列表中,并可在对话中被引用。#18288
- 📝 澄清了文档设置中具有误导性的知识库警告文本,正确指导用户进行向量重建索引。#18263
- 🔔 即使在模态窗口打开时,Toast通知现也可被关闭。#18260
- 🔘 侧边栏的"Chats"按钮现在能正确切换聊天列表的可见性,且不会导航离开当前页面。#18232
- 🎯 在Valves模态窗口外点击时,集成菜单不再会过早关闭。#18310
- 🛠️ 工具ID在界面中错误显示为"undefined"的问题现已解决。#18178
- 🛠️ 通过将模型ID限制为256字符的验证,防止了因模型ID过长导致的模型管理问题。#18125
更新内容 (原始)
[0.6.34] - 2025-10-16
Added
- 📄 MinerU is now supported as a document parser backend, with support for both local and managed API deployments. #18306
- 🔒 JWT token expiration default is now set to 4 weeks instead of never expiring, with security warnings displayed in backend logs and admin UI when set to unlimited. #18261, #18262
- ⚡ Page loading performance is improved by preventing unnecessary API requests when sidebar folders are not expanded. #18179, #17476
- 📁 File hash values are now included in the knowledge endpoint response, enabling efficient file synchronization through hash comparison. #18284, #18283
- 🎨 Chat dialog scrollbar visibility is improved by increasing its width, making it easier to use for navigation. #18369, #11782
- 🔄 Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.
- 🌐 Translations for Catalan, Chinese, Czech, Finnish, German, Kabyle, Korean, Portuguese (Brazil), Spanish, Thai, and Turkish were enhanced and expanded.
Fixed
- 📚 Focused retrieval mode now works correctly, preventing the system from forcing full context mode and loading all documents in a knowledge base regardless of settings. #18133
- 🔧 Filter inlet functions now correctly execute on tool call continuations, ensuring parameter persistence throughout tool interactions. #18222
- 🛠️ External tool servers now properly support DELETE requests with body data. #18289, #18287
- 🗄️ Oracle23ai vector database client now correctly handles variable initialization, resolving UnboundLocalError when retrieving items from collections. #18356
- 🔧 Model auto-pull functionality now works correctly even when user settings remain unmodified. #18324
- 🎨 Duplicate HTML content in artifacts is now prevented by improving code block detection logic. #18195, #6154
- 💬 Pinned chats now appear in the Reference Chats list and can be referenced in conversations. #18288
- 📝 Misleading knowledge base warning text in documents settings is clarified to correctly instruct users about reindexing vectors. #18263
- 🔔 Toast notifications can now be dismissed even when a modal is open. #18260
- 🔘 The “Chats” button in the sidebar now correctly toggles chat list visibility without navigating away from the current page. #18232
- 🎯 The Integrations menu no longer closes prematurely when clicking outside the Valves modal. #18310
- 🛠️ Tool ID display issues where “undefined” was incorrectly shown in the interface are now resolved. #18178
- 🛠️ Model management issues caused by excessively long model IDs are now prevented through validation that limits model IDs to 256 characters. #18125