<4.12.0
V4.8.18 (Includes Migration Script)
FastGPT V4.8.18 Release Notes
Upgrade Guide
1. Update images:
- Update the fastgpt image tag to v4.8.18-fix
- Update the fastgpt-pro commercial edition image tag to v4.8.18-fix
- Sandbox image update is not required
2. Run migration 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/initv4818' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'This migrates the full-text search table. The migration takes a while — full-text search will be unavailable during the process. The log will print the amount of data already migrated.
Full Release Notes
- New - Support creating apps directly via JSON configuration.
- New - Support quickly creating HTTP plugins via CURL scripts.
- New - Commercial edition supports department-based permission structure.
- New - Support configuring custom CORS security policies (defaults to fully open).
- New - Added model troubleshooting documentation for private deployments.
- Improved - HTTP Body special handling to resolve parsing issues with newlines in string variables.
- Improved - Share links generate random user avatars.
- Improved - Image upload security validation. Added unique avatar image storage to prevent cumulative storage.
- Improved - Separated MongoDB full-text index table.
- Improved - Merged Knowledge Base search queries to reduce database calls.
- Improved - File encoding detection to reduce CSV file garbled text.
- Improved - Asynchronous file content reading to reduce process blocking.
- Improved - File viewer: HTML files are now downloaded directly instead of being viewable online.
- Fixed - HTML file upload: Base64 images not auto-converting to image URLs.
- Fixed - Plugin billing errors.
Edit on GitHub
File Updated