4.13.x
V4.13.2 (Includes Upgrade Script)
FastGPT V4.13.2 Release Notes
Upgrade Guide
1. Update Images:
- Update FastGPT image tag: v4.13.2
- Update FastGPT commercial edition image tag: v4.13.2
- Update fastgpt-plugin image tag: v0.2.4
- mcp_server: no update needed
- Sandbox: no update needed
- AIProxy: no update needed
2. Add FastGPT/FastGPT-pro Environment Variables
S3_PUBLIC_BUCKET=fastgpt-public # (Public read bucket name, corresponds to the previous S3_TOOL_BUCKET in the plugin project)
S3_PRIVATE_BUCKET=fastgpt-private # (Private read/write bucket name, corresponds to the previous S3_PLUGIN_BUCKET in the plugin project)3. Fix fastgpt-plugin Environment Variables
- Rename S3_TOOL_BUCKET to S3_PUBLIC_BUCKET
- Rename S3_PLUGIN_BUCKET to S3_PRIVATE_BUCKET
4. 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/initv4132' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'This will remove the previous S3 circleLife policy. If you are using an external S3 service that does not support circleLife operations, this script may fail -- you can safely ignore the error (since setting the policy would have also failed).
New Features
- HTTP Toolset now supports manual creation mode.
- Introduced the project OpenAPI framework.
- API key validity check endpoint.
- Exported chat logs now include the current version's global variables at the end.
Improvements
- Non-administrators can no longer view team audit logs.
- Introduced S3 for storing app avatars.
- Workflow canvas performance improvements.
Bug Fixes
- LLM models defaulting to image support caused request errors.
- Mongo watch was not re-triggered during multi-replica failover.
- Text chunking did not process the remaining
LastTextdata after all strategies were exhausted. - Variable input field failed validation when number value was 0.
- Incorrect parallel execution detection in complex workflow loops.
Plugin Updates
- Added: Perplexity Search tool.
- Added: Base64-to-file conversion tool.
- Added: MiniMax TTS file generation tool.
- Added: Openrouter Nano Banana image generation tool.
- Added: Redis cache operation tool.
- Added: Tavily Search tool.
- Added: SiliconFlow qwen-image and qwen-image-edit tools.
- Added: Lark Multidimensional Table operation suite.
- Added: YouTube subtitle extraction.
- Added: Alibaba Cloud Bailian qwen image edit.
- Added: Markdown-to-PPT tool.
- Added: Whisper speech-to-text tool.
- System tools now support configuring whether to run in a Worker.
Edit on GitHub
File Updated