<4.12.0
V4.9.11 (Includes Upgrade Script)
FastGPT V4.9.11 Release Notes
Upgrade Guide
1. Update Images:
- Update FastGPT image tag: v4.9.11
- Update FastGPT Pro image tag: v4.9.11
- mcp_server: no update required
- Update Sandbox image tag: v4.9.11
- AIProxy: no update required
2. Run the Upgrade Script
This script only needs to be run by Pro 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/initv4911' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'Script Functions
- Migrates third-party knowledge base API configurations.
New Features
- Pro edition supports image knowledge bases.
- Added node search functionality in the workflow editor.
- Sub-workflow version control in workflows now supports a "Keep Latest Version" option — no manual updates needed.
- Additional audit operation logs.
- Knowledge base now has an async document parsing queue — documents can be imported without waiting for parsing to complete.
- Third-party knowledge base development documentation. View here
Improvements
- Raw text cache now uses GridFS storage for higher capacity.
- Added knowledge base template import option.
Bug Fixes
- Admin-declared global system tools in workflows unable to be version-managed.
- Context errors when an interactive node precedes a tool call node.
- Backup import failing to chunk content under 1,000 characters.
- Custom PDF parsing unable to save Base64 images.
- Non-stream requests not performing CITE marker replacement.
- Hidden security vulnerability in the Python sandbox.
- Missing confirm button when importing plugins via curl.
Edit on GitHub
File Updated