open-webui v0.6.36 版本更新介绍
发布日期: 2025-11-06
版本号: v0.6.36
0.6.36版本于2025年11月7日发布。新增功能方面,OAuth组解析现在支持通过“OAUTH_GROUPS_SEPARATOR”环境变量配置分隔符,能够正确处理像CILogon这样使用分号分隔的组声明。修复内容包括:通过纠正异步函数处理恢复了工具调用功能;解决了点击编辑按钮时ComfyUI图像编辑工作流编辑器模态框无法正确打开的问题;通过实现延迟加载并使用正确的类名解决了Firecrawl导入错误;通过正确配置Socket.IO连接的CORS来源解决了Socket.IO跨域警告。
更新内容 (中文)
[0.6.36] - 2025-11-07
新增
修复
- 🛠️ 通过修正工具参数更新中的异步函数处理,恢复了工具调用功能。#18981
- 🖼️ 现在点击编辑按钮时,ComfyUI图像编辑工作流编辑器模态框能正确打开。#18978
- 🔥 通过实现延迟加载并使用正确的类名,解决了Firecrawl导入错误。#18973
- 🔌 通过正确配置Socket.IO连接的CORS来源,解决了Socket.IO CORS警告问题。提交
更新内容 (原始)
[0.6.36] - 2025-11-07
Added
- 🔐 OAuth group parsing now supports configurable separators via the “OAUTH_GROUPS_SEPARATOR” environment variable, enabling proper handling of semicolon-separated group claims from providers like CILogon. #18987, #18979
Fixed
- 🛠️ Tool calling functionality is restored by correcting asynchronous function handling in tool parameter updates. #18981
- 🖼️ The ComfyUI image edit workflow editor modal now opens correctly when clicking the Edit button. #18978
- 🔥 Firecrawl import errors are resolved by implementing lazy loading and using the correct class name. #18973
- 🔌 Socket.IO CORS warning is resolved by properly configuring CORS origins for Socket.IO connections. Commit