<4.12.0
V4.8.6 (Includes Upgrade Script)
FastGPT V4.8.6 Release Notes
Upgrade Guide
1. Back Up Your Database
2. Update Images
- Update the fastgpt image tag to v4.8.6
- Update the fastgpt-sandbox image tag to v4.8.6
- Update the commercial edition image tag to v4.8.6
3. Run Initialization
From any terminal, send 1 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/initv486' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'This will initialize inherited permissions for apps.
V4.8.6 Release Notes
- New - App permission inheritance.
- New - Knowledge Base now supports disabling individual collections.
- New - System plugin architecture change. Added link reader and math calculator plugins. The official release will include documentation on creating custom system plugins.
- New - Code sandbox runtime parameters.
- New - Option to hide the header during AI conversations, primarily for mobile optimization.
- Improved - File reading now defaults to MongoDB secondary nodes to reduce primary node load.
- Improved - Prompt templates.
- Improved - Fixed duplicate Mongo model loading.
- Fixed - Creating a link collection not returning the ID.
- Fixed - API documentation descriptions.
- Fixed - API system prompt merging.
- Fixed - Content inside team plugin folders failing to load.
- Fixed - Knowledge Base collection folder breadcrumbs failing to load.
- Fixed - Markdown export conversation error.
- Fixed - Prompt template closing tag error.
- Fixed - Documentation descriptions.
Edit on GitHub
File Updated