4.12.x
V4.12.1 (Includes Migration Script)
FastGPT V4.12.1 Update Notes, released on 2025-8-18
Upgrade Guide
1. Update Images:
- Update FastGPT image tag: v4.12.1-fix
- Update FastGPT commercial edition image tag: v4.12.1
- Update fastgpt-plugin image tag: v0.1.10
- mcp_server: no update required
- Sandbox: no update required
- AIProxy: no update required
2. Run the Migration Script
This script only needs to be run by commercial edition users.
From any terminal, send an HTTP request. Replace {{rootkey}} with the rootkey from your environment variables, and {{host}} with your FastGPT domain.
curl --location --request POST 'https://{{host}}/api/admin/initv4121' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'Script Functions
- Migrates historical chat logs into the new log dashboard format.
New Features
- Automatic prompt generation and optimization.
- Added
SIGNOZ_STORE_LEVELparameter to control the Signoz log storage level.
Improvements
- Workflow response optimization: explicitly specifying which response values go into chat history, instead of determining by key.
- Prevented infinite loops or deep recursion risks caused by variable substitution in workflows.
- Chat log export now consistently exports full conversation details.
- Paginator UI improvements.
Bug Fixes
- Tool secret input: boolean values could not pass form validation.
- Chat page: pane switching could cause data inconsistencies.
- Incorrect index on the chat log dashboard data table.
Tool Updates
- System tools now support individual Tool description configuration for better model comprehension.
Edit on GitHub
File Updated