open-webui v0.6.39 版本更新介绍
发布日期: 2025-11-25
版本号: v0.6.39
0.6.39版本(2025-11-25)新增了频道用户列表弹窗、用户总数显示、工具服务器函数名过滤以及控制并行嵌入处理的开关。修复了引用渲染、群组成员选择、用户列表分页、知识库重索引和OpenAI图像生成中的多项问题。重要变更包括Docling配置统一为JSON格式并需API密钥,以及一个环境变量名称的更改。
更新内容 (中文)
[0.6.39] - 2025-11-25
新增
- 💬 频道新增用户列表模态框,可展示所有有访问权限的用户,并支持搜索、排序和分页功能。Commit
- 💬 频道导航现在会显示拥有该频道访问权限的用户总数。Commit
- 🔌 工具服务器和MCP连接现支持函数名过滤,允许管理员通过允许/阻止列表选择性启用或屏蔽特定函数。Commit
- ⚡ 新增"ENABLE_ASYNC_EMBEDDING"开关以禁用并行嵌入处理,允许对速率受限或资源受限的本地嵌入设置进行顺序处理。#19444
- 🔄 在前端和后端实施了多项改进,以增强性能、稳定性和安全性。
- 🌐 对德语(de-DE)和葡萄牙语(巴西)翻译进行了本地化改进。
修复
- 📝 行内引用现在能正确在Markdown列表和嵌套元素中渲染,而不再显示为"undefined"值。#19452
- 👥 群组成员选择现在可以正常工作,不会再随机选择其他用户或导致用户列表跳动。#19426
- 👥 修复了群组成员连接的数据库查询问题后,管理员面板用户列表现在能正确显示用户总数,并按每页30项正确分页。#19429
- 🔍 通过为嵌入操作实现线程池工作程序,解决了异步执行链问题后,知识库重建索引现在能正常工作。#19434
- 🖼️ 修复了由URL格式不正确引起的连接适配器错误后,OpenAI图像生成现在能正常工作。#19435
变更
- 🔧 重要变更:Docling配置已从单独的环境变量合并到单个"DOCLING_PARAMS" JSON配置中,现在通过"DOCLING_API_KEY"支持API密钥认证,要求用户将现有Docling设置迁移到新格式。#16841, #19427
- 🔧 环境变量"REPLACE_IMAGE_URLS_IN_CHAT_RESPONSE"已更名为"ENABLE_CHAT_RESPONSE_BASE64_IMAGE_URL_CONVERSION"以保持命名一致性。
更新内容 (原始)
[0.6.39] - 2025-11-25
Added
- 💬 A user list modal was added to channels, displaying all users with access and featuring search, sorting, and pagination capabilities. Commit
- 💬 Channel navigation now displays the total number of users with access to the channel. Commit
- 🔌 Tool servers and MCP connections now support function name filtering, allowing administrators to selectively enable or block specific functions using allow/block lists. Commit
- ⚡ A toggle to disable parallel embedding processing was added via “ENABLE_ASYNC_EMBEDDING”, allowing sequential processing for rate-limited or resource-constrained local embedding setups. #19444
- 🔄 Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.
- 🌐 Localization improvements were made for German (de-DE) and Portuguese (Brazil) translations.
Fixed
- 📝 Inline citations now render correctly within markdown lists and nested elements instead of displaying as “undefined” values. #19452
- 👥 Group member selection now works correctly without randomly selecting other users or causing the user list to jump around. #19426
- 👥 Admin panel user list now displays the correct total user count and properly paginates 30 items per page after fixing database query issues with group member joins. #19429
- 🔍 Knowledge base reindexing now works correctly after resolving async execution chain issues by implementing threadpool workers for embedding operations. #19434
- 🖼️ OpenAI image generation now works correctly after fixing a connection adapter error caused by incorrect URL formatting. #19435
Changed
- 🔧 BREAKING: Docling configuration has been consolidated from individual environment variables into a single “DOCLING_PARAMS” JSON configuration and now supports API key authentication via “DOCLING_API_KEY”, requiring users to migrate existing Docling settings to the new format. #16841, #19427
- 🔧 The environment variable “REPLACE_IMAGE_URLS_IN_CHAT_RESPONSE” has been renamed to “ENABLE_CHAT_RESPONSE_BASE64_IMAGE_URL_CONVERSION” for naming consistency.