<4.12.0
V4.11.0
FastGPT V4.11.0 Update Notes
Upgrade Guide
1. Update Environment Variables
Commercial edition users can add the following evaluation-related environment variables, then click Save once in the admin panel after updating.
EVAL_CONCURRENCY=3 # Evaluation single-node concurrency
EVAL_LINE_LIMIT=1000 # Maximum lines per evaluation file2. Update Images:
- Update FastGPT image tag: v4.11.0
- Update FastGPT commercial edition image tag: v4.11.0
- Update fastgpt-plugin image tag: v0.1.5
- mcp_server: no update required
- Sandbox: no update required
- AIProxy: no update required
Project Changes
- Removed all restrictions on open-source features, including limits on the number of apps and knowledge bases.
- Updated the roadmap to include
Context Management,AI-Generated Workflows,Advanced Orchestration Debug Mode, and more. - The international domain has been changed from
fastgpt.iotofastgpt.io.
New Features
- Commercial edition: added App Evaluation (Beta) for supervised scoring of apps.
- Workflow nodes now support error-catching branches.
- Chat page: independent tab UX.
- Support for Signoz traces and logs system monitoring.
- Added model configurations for Gemini 2.5, Grok 4, and Kimi.
- Model invocation logs now include time-to-first-token and request IP.
Improvements
- Optimized code to prevent memory buildup from recursion, significantly reducing memory consumption during high-concurrency knowledge base preprocessing.
- Knowledge base training: support for retrying all failed data in a collection at once.
- Workflow valueTypeFormat to prevent data type inconsistencies.
- Knowledge base list search now properly escapes special characters in regex.
Bug Fixes
- Question classification and content extraction nodes: default model failed frontend validation, preventing workflow execution and publishing.
Tool Updates
- Markdown text to Docx and Xlsx file conversion.
Edit on GitHub
File Updated