open-webui v0.6.32 版本更新介绍
发布日期: 2025-09-29
版本号: v0.6.32
0.6.32版本更新新增了笔记公开分享的权限开关,允许所有者在设置中快速控制公共访问。同时,管理员编辑用户时若遇到权限冲突会收到提示,便于提前解决权限配置问题。此次更新修复了OpenAPI外部工具服务器在上一版本后失效的问题,并解决了Streamable HTTP OAuth 2.1集成时因缺少会话中间件导致的首次调用500错误。模型与筛选器菜单中的“设为默认”选项现在可正常点击,嵌入式界面在不同工具调用方式下均能稳定工作。此外,还修正了若干界面细节问题。更新还重构了MCP工具结果的处理代码,提升了工具输出解析的健壮性,并重新优化了用户编辑面板的布局,使分组、权限与公开分享控制更加清晰易用。
更新内容 (中文)
[0.6.32] - 2025-09-29
新增
- 🗝️ 新增笔记公开共享的权限开关,允许笔记所有者在笔记设置界面中快速启用或禁用公开访问。
- ⚠️ 现在,当检测到冲突的组权限时,会在用户编辑模态框中显示警告,帮助管理员在保存更改前解决访问控制歧义。
修复
- 🧰 修复了 External Tool 服务器(OpenAPI)在 0.6.31 更新后无法工作的回退问题;外部工具集成现已恢复且运行稳定。
- 🚑 解决了一个关键错误,该错误导致 Streamable HTTP OAuth 2.1(MCP 服务器)集成在首次调用时因缺少 ‘SessionMiddleware’ 而抛出 500 错误。OAuth 2.1 注册现在能够成功,并且在后续请求中按预期工作。
- 🐛 “设为默认值”选项现在在模型和筛选器选择菜单中可靠可点击,修复了界面看似无响应的问题。
- 🛠️ 嵌入式 UI 现在与默认和原生函数调用流程无缝协作,确保无论采用哪种调用方式,工具嵌入体验都保持一致。
- 🧹 解决了各种小的 UI 错误和不一致性,提供了更清洁的用户体验。
变更
- 🧬 MCP 工具结果处理代码经过重构,以提高工具输出的解析能力和稳健性。
- 🧩 用户编辑模态框经过全面改进,提升了清晰度和可用性,改善了组、权限和公开共享控件的组织方式。
更新内容 (原始)
[0.6.32] - 2025-09-29
Added
- 🗝️ Permission toggle for public sharing of notes was added, allowing note owners to quickly enable or disable public access from the note settings interface.
- ⚠️ A warning is now displayed in the user edit modal if conflicting group permissions are detected, helping administrators resolve access control ambiguities before saving changes.
Fixed
- 🧰 Fixed regression where External Tool servers (OpenAPI) were nonfunctional after the 0.6.31 update; external tools integration is now restored and reliable.
- 🚑 Resolved a critical bug causing Streamable HTTP OAuth 2.1 (MCP server) integrations to throw a 500 error on first invocation due to missing ‘SessionMiddleware’. OAuth 2.1 registration now succeeds and works on subsequent requests as expected.
- 🐛 The “Set as default” option is now reliably clickable in model and filter selection menus, fixing cases where the interface appeared unresponsive.
- 🛠️ Embed UI now works seamlessly with both default and native function calling flows, ensuring the tool embedding experience is consistent regardless of invocation method.
- 🧹 Addressed various minor UI bugs and inconsistencies for a cleaner user experience.
Changed
- 🧬 MCP tool result handling code was refactored for improved parsing and robustness of tool outputs.
- 🧩 The user edit modal was overhauled for clarity and usability, improving the organization of group, permission, and public sharing controls.