<4.12.0
V4.8.4 (Includes Upgrade Script)
FastGPT V4.8.4 Release Notes
Upgrade Guide
1. Update Images
- Update the fastgpt image tag to v4.8.4
- Update the fastgpt-sandbox image tag to v4.8.4 (optional, no changes)
- Update the commercial edition image tag to v4.8.4
2. Commercial Edition Initialization
From any terminal, send 1 HTTP request. Replace {{rootkey}} with the rootkey from your environment variables, and {{host}} with your FastGPT commercial edition domain.
curl --location --request POST 'https://{{host}}/api/admin/init/484' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'V4.8.4 Release Notes
- New - Apps now use the new permission system.
- New - Apps now support folders.
- Improved - Text splitting now removes consecutive line breaks and tabs to avoid performance issues with large text.
- Critical Fix - Fixed system plugin runtime pool data pollution. Since data was loaded from memory, it caused global state contamination.
- Fixed - Debug mode showing abnormal connections when source and target content are identical.
- Fixed - Scheduled execution initialization error.
- Fixed - App invocation parameter passing error.
- Fixed - Incorrect nodeId when copying complex nodes with Ctrl+C/V.
- Adjusted global theme for the component library.
Edit on GitHub
File Updated