<4.12.0
V4.8.22 (Includes Migration Script)
FastGPT V4.8.22 Release Notes
Upgrade Guide
1. Back up your database
2. Update images:
- Update the fastgpt image tag to v4.8.22
- Update the fastgpt-pro commercial edition image tag to v4.8.22
- Sandbox image update is not required
3. Run migration script
Only required for commercial edition users providing SaaS services.
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/initv4822' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'This migrates contact information to the corresponding user table.
New Features
- AI chat node parses
<think></think>tag content as chain-of-thought, enabling thinking process output for various models. You need to manually enable model thinking output. - Chat API optimization: conversation logs are now saved regardless of whether a
chatIdis provided. If nochatIdis passed, a random one is generated for storage. - PPIO model provider.
Improvements
- Better prompts when models are not configured, reducing conflicting messages.
- Usage record code improvements.
- Content extraction node: long field descriptions now wrap. Output names now use
keyinstead ofdescription. - Team management interaction improvements.
- Chat API non-stream responses now include error fields.
Bug Fixes
- Thinking content not counted toward output tokens.
- Thinking chain stream output sometimes out of order with main content.
- API workflow calls: images that don't support HEAD detection were being filtered out. Added error detection to prevent incorrect filtering.
- Some template marketplace templates had errors.
- Guest window unable to correctly detect whether language recognition is enabled.
- Chat log export not compatible with sub-path deployments.
- Member list not refreshing when switching teams.
- List API null pointer possibility when joining member data.
- Workflow base nodes unable to upgrade.
- Vector search results not deduplicated.
- User selection node unable to connect properly.
- Chat record source not being saved correctly.
Edit on GitHub
File Updated