<4.12.0
V4.9.12
FastGPT V4.9.12 Release Notes
Upgrade Guide
1. Update Environment Variables
Add the following environment variable to both the fastgpt and fastgpt-pro image configurations: AES256_SECRET_KEY= — used for secret key encryption.
2. Update Images:
- Update FastGPT image tag: v4.9.12
- Update FastGPT Pro image tag: v4.9.12
- mcp_server: no update required
- Sandbox: no update required
- Update AIProxy image tag: v0.2.2
New Features
- Enhanced AI Proxy monitoring with chart and table views for model call and performance metrics.
- HTTP nodes and MCP now support separate "Auth Configuration" — plaintext credentials are never sent back to the client, ensuring data security.
- Question classification and content extraction now automatically include the previous round's results in the prompt for additional guidance.
- Conditional node now supports variable references.
- Pro edition supports LLM-based automatic segment detection during knowledge base chunking.
- Admin dashboard with data analytics.
- Doubao 1.6 series models and updated Qwen model configurations.
Improvements
- Password validation now accepts more special characters.
- Backend now fully computes knowledge base chunk parameters to prevent default values from being incorrectly applied in auto mode.
- Text chunking moved to a worker thread to avoid blocking.
- More subscription plan usage information displayed.
- Input box styling improvements, with updated voice input UI for both desktop and mobile.
- MCP tool calls now use raw schema for invocation to ensure completeness.
- Deleting knowledge base files no longer fails if the file doesn't exist.
- Upgraded MCP SDK with compatibility for the latest HTTP Streamable protocol.
- Yuque document library now recursively fetches data from document-type directories.
Bug Fixes
- Custom QA extraction prompts being overwritten.
- Template import failing when empty indexes exist in the data.
- Potential XSS vulnerability on the login page.
- Voice input in the text box causing the file list to be lost.
- Image TTL field not being cleared in knowledge base documents, causing images to expire.
- MCP tool storage not escaping integer type data.
Edit on GitHub
File Updated