v4.11.0
labring/FastGPTv4.11.0Jul 22, 2025by c121914yu
AI Summary
A major release removing open-source limitations, adding application evaluation beta, and introducing new AI model support.
Key Highlights
- Removed all limits on application and knowledge base counts for open-source users.
- Added Application Evaluation (Beta) feature for commercial users.
- Added support for Signoz traces and logs system monitoring.
- Added support for new models: Gemini 2.5, Grok 4, and Kimi.
- Introduced workflow error capture branches.
Breaking Changes
- Removed application and knowledge base limits for open-source versions.
- Overseas domain changed from `tryfastgpt.ai` to `fastgpt.io`.
New Features
- Application Evaluation (Beta).
- Signoz traces and logs support.
- New models (Gemini 2.5, Grok 4, Kimi).
- Workflow error capture branches.
- Conversation page independent tab UX.
Full Release Notes
## 项目调整 1. 移除所有**开源功能**的限制,包括:应用数量和知识库数量上限。 2. 调整 RoadMap,增加`上下文管理`,`AI 生成工作流`,`高级编排 DeBug 调试模式`等计划。 3. 海外版域名将`tryfastgpt.ai`调整成`fastgpt.io`。 ## 🚀 新增内容 1. 商业版增加**应用评测(Beta 版)**,可对应用进行有监督评分。 @newfish-cmyk 2. 工作流部分节点支持报错捕获分支。 @c121914yu 3. 对话页独立 tab 页面UX。 @chuanhu9 4. 支持 Signoz traces 和 logs 系统追踪。 @FinleyGe 5. 新增 Gemini2.5, grok4, kimi 模型配置。 @c121914yu 6. 模型调用日志增加首字响应时长和请求 IP。 @c121914yu ## ⚙️ 优化 1. 优化代码,避免递归造成的内存堆积,尤其在高并发连续的进行知识库预处理时,可显著降低内存消耗。 @c121914yu 2. 知识库训练:支持全部重试当前集合异常数据。 @colnii 3. 工作流 valueTypeFormat,避免数据类型不一致。 @c121914yu 4. 知识库列表搜索时,正则未进行特殊词替换。 @dingzhenznen ## 🐛 修复 1. 问题分类和内容提取节点,默认模型无法通过前端校验,导致工作流无法运行和保存发布。 ## 🔨 工具更新 1. Markdown 文本转 Docx 和 Xlsx 文件。 ## 升级说明 ### 1. 修改环境变量 FastGPT 商业版用户,可以增加评估相关环境变量,并在更新后,在管理端点击一次保存配置。 ``` EVAL_CONCURRENCY=3 # 评估单节点并发数 EVAL_LINE_LIMIT=1000 # 评估文件最大行数 ``` ### 2. 更新镜像: - 更新 FastGPT 镜像tag: v4.11.0 - 更新 FastGPT 商业版镜像tag: v4.11.0 - 更新 fastgpt-plugin 镜像 tag: v0.1.5 - mcp_server 无需更新 - Sandbox 无需更新 - AIProxy 无需更新 ## What's Changed * update version doc by @c121914yu in https://github.com/labring/FastGPT/pull/5210 * fix:collection search by @dingzhenznen in https://github.com/labring/FastGPT/pull/5217 * Enhance WeChat login functionality by @ctrlz526 in https://github.com/labring/FastGPT/pull/5213 * compatible with old enums by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5219 * test: Add unit test for projects/app/src/web/support/user/api.ts by @gru-agent[bot] in https://github.com/labring/FastGPT/pull/5214 * Revert "compatible with old enums" by @c121914yu in https://github.com/labring/FastGPT/pull/5222 * compatible with old enums by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5221 * Update doc by @c121914yu in https://github.com/labring/FastGPT/pull/5223 * feat: support signoz by @FinleyGe in https://github.com/labring/FastGPT/pull/5218 * doc: Add recommended configuration for Oceanbase deployment by @Amaranterre in https://github.com/labring/FastGPT/pull/5225 * add 'search' field ; update setFastGPTSem to validate input before storing. by @ctrlz526 in https://github.com/labring/FastGPT/pull/5230 * docs: update design plugin doc by @FinleyGe in https://github.com/labring/FastGPT/pull/5241 * fix default model select by @c121914yu in https://github.com/labring/FastGPT/pull/5243 * fix: variables init by @c121914yu in https://github.com/labring/FastGPT/pull/5247 * Var render by @c121914yu in https://github.com/labring/FastGPT/pull/5248 * fix node variable update render by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5251 * perf: value type checker by @c121914yu in https://github.com/labring/FastGPT/pull/5255 * Update image doc by @c121914yu in https://github.com/labring/FastGPT/pull/5256 * update doc by @c121914yu in https://github.com/labring/FastGPT/pull/5259 * update doc by @c121914yu in https://github.com/labring/FastGPT/pull/5261 * test: Add unit test for projects/app/src/web/common/api/request.ts by @gru-agent[bot] in https://github.com/labring/FastGPT/pull/5254 * chore(deps): bump multer from 2.0.1 to 2.0.2 by @dependabot[bot] in https://github.com/labring/FastGPT/pull/5249 * fix: error by @FinleyGe in https://github.com/labring/FastGPT/pull/5269 * V4.11.0 features by @c121914yu in https://github.com/labring/FastGPT/pull/5270 * doc by @c121914yu in https://github.com/labring/FastGPT/pull/5271 ## New Contributors * @dingzhenznen made their first contribution in https://github.com/labring/FastGPT/pull/5217 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.10.1...v4.11.0