<4.12.0
V4.8.19 (Includes Migration Script)
FastGPT V4.8.19 Release Notes
Upgrade Guide
1. Update images:
- Update the fastgpt image tag to v4.8.19-beta
- Update the fastgpt-pro commercial edition image tag to v4.8.19-beta
- 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/initv4819' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'This migrates user avatars from the user table to the member table.
Full Release Notes
- New - Workflow Knowledge Base search supports filtering by Knowledge Base permissions.
- New - Lark/Yuque Knowledge Base view original source.
- New - Flow wait plugin that pauses execution for n milliseconds before continuing.
- New - Lark bot integration supports configuring a private Lark server URL.
- Improved - Member list pagination loading.
- Improved - Unified pagination loading code.
- Improved - Chat page loading now supports configuring whether it's a standalone page.
- Improved - Member avatars migrated to the member table.
- Fixed - Yuque file library import: nested file contents could not be expanded.
- Fixed - Workflow editor: LLM parameters could not be disabled.
- Fixed - Workflow editor: code execution node template restoration issue.
- Fixed - HTTP interface object string parsing compatibility.
- Fixed - API file upload (localFile) endpoint: image expiration flag not being cleared.
- Fixed - Workflow import: number input types could not be overridden.
- Fixed - Some model provider logos not displaying correctly.
Edit on GitHub
File Updated