4.14.x
V4.14.3 (Includes Upgrade Script)
FastGPT V4.14.3 Release Notes
Upgrade Guide
1. Update Images:
- Update FastGPT image tag: v4.14.3
- Update FastGPT commercial edition image tag: v4.14.3
- Update fastgpt-plugin image tag: v0.3.3
- mcp_server: no update needed
- Sandbox: no update needed
- AIProxy: no update needed
2. Run the Upgrade Script
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/initv4143' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'This will migrate all knowledge base files from MongoDB GridFS to S3, including text datasets and image datasets, but not images extracted from documents (e.g., .docx files).
New Features
- Knowledge base files migrated to S3 (all file-related functionality has been migrated).
- Global variables now support file upload.
- Form input node now supports password, toggle, time point, time range, file upload, and chat model selection.
- Plugin input now supports multi-select, time point, time range, and internal variables.
- System plugins in the Plugin Marketplace now show whether a new version is available, with an update button.
- Workflow execution QPM (queries per minute) rate limiting.
Improvements
- Improved UX for file upload input in workflow tools.
- Added permission table validation middleware to improve permission system robustness.
Bug Fixes
- Workflow debug preview window lost input values due to re-rendering.
- When the S3 service shared the same origin as the main service, file request URLs to S3 were incorrectly rewritten, causing 404 errors.
Plugin Updates
- Updated tool versioning logic with a computed version value for update detection.
- WeChat Official Account toolset: now allows uploading multiple documents to the draft box at once.
- Fixed tool cache not being refreshed correctly.
- Fixed static files being re-uploaded when refreshing cache in development mode.
- Fixed images not being uploaded correctly after uploading a .pkg file.
Edit on GitHub
File Updated