4.13.x
V4.13.0 (Environment Variable Changes)
FastGPT V4.13.0 Release Notes
Upgrade Guide
1. Update Images:
- Update FastGPT image tag: v4.13.0-fix
- Update FastGPT commercial edition image tag: v4.13.0-fix
- Update fastgpt-plugin image tag: v0.2.0-fix2
- mcp_server: no update needed
- Sandbox: no update needed
- AIProxy: no update needed
2. Update Environment Variables
- Update
fastgpt-pluginenvironment variable names, and addS3_PLUGIN_BUCKET,MONGODB_URI, andREDIS_URLvalues.
S3_EXTERNAL_BASE_URL=https://xxx.com # S3 external URL
S3_ENDPOINT=localhost
S3_PORT=9000
S3_USE_SSL=false
S3_ACCESS_KEY=minioadmin
S3_SECRET_KEY=minioadmin
S3_TOOL_BUCKET=fastgpt-tool # Bucket for temporary files created by system tools. Requires public read, private write.
S3_PLUGIN_BUCKET=fastgpt-plugin # Bucket for system plugin hot-install files. Private read/write.
RETENTION_DAYS=15 # Number of days to retain system tool temporary files
MONGODB_URI=mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin # MongoDB connection string
REDIS_URL=redis://default:mypassword@redis:6379 # Redis connection string- Add S3-related environment variables for
fastgptandfastgpt-pro (commercial edition).
# S3 external URL
S3_EXTERNAL_BASE_URL=
S3_ENDPOINT=localhost
S3_PORT=9000
S3_USE_SSL=false
S3_ACCESS_KEY=minioadmin
S3_SECRET_KEY=minioadmin
S3_PLUGIN_BUCKET=fastgpt-plugin # Bucket for system plugin hot-install files. Private read/write.New Features
- New HTTP Toolset type for apps, replacing the previous HTTP Plugin.
- System administrators can now quickly install system tools via file upload.
- Team administrators can assign model permissions.
- Code execution node supports AI-assisted code generation.
- Knowledge base file parsing now supports configuring maximum concurrency. (Open-source edition: configure via
systemEnv.datasetParseMaxProcessin config.json. Commercial edition: configure via the admin dashboard.)
Improvements
- System tools now display the corresponding author name, with safe i18n translations.
- Metered billing push and merge logic.
- Node details in chat history are now stored in a separate table.
- Removed invalid
dataIdindex fromchat_items. - Workflow UI performance improvements to reduce unnecessary re-renders.
- Knowledge base citation authentication in chats now applies to the entire conversation instead of individual messages.
- Improved UX for dynamic input/output variables in workflows.
Bug Fixes
- Global variables not passed in debug mode.
- Parameters from upstream nodes not passed to downstream nodes in debug mode.
- In debug mode, enabling "Auto Execute" would skip external variable input.
- Auto voice reply not working.
- Error capture configuration lost when copying nodes.
- "Suggested Questions" custom prompt: previous values were cleared on save.
- Knowledge base image URLs assembled incorrectly when a secondary route was configured.
- Prompt editor cleared Markdown formatting during keyboard input.
- Knowledge base collection page did not auto-refresh when training data was present.
- Workflow quick-add node popup showed empty toolbox on second open.
- PPTX file parsing order was incorrect.
Plugin Updates
- Added Volcengine Fusion Information Search tool.
Edit on GitHub
File Updated