Files
FastGPT/document/content/docs/self-host/upgrading/outdated/4101.en.mdx
T
Archer 87b0bca30c Doc (#6493)
* cloud doc

* doc refactor

* doc move

* seo

* remove doc

* yml

* doc

* fix: tsconfig

* fix: tsconfig
2026-03-03 17:39:47 +08:00

56 lines
1.8 KiB
Plaintext

---
title: 'V4.10.1 (Includes Migration Script)'
description: 'FastGPT V4.10.1 Update Notes'
---
## Upgrade Guide
### 1. Update Images:
- Update FastGPT image tag: v4.10.1-fix3
- Update FastGPT commercial edition image tag: v4.10.1
- Update fastgpt-plugin image tag: v0.1.3
- mcp_server: no update required
- Sandbox: no update required
- AIProxy: no update required
### 2. Run the Migration Script
This script only needs to be run by commercial edition users.
From any terminal, send an HTTP request. Replace `{{rootkey}}` with the `rootkey` from your environment variables, and `{{host}}` with your **FastGPT domain**.
```bash
curl --location --request POST 'https://{{host}}/api/admin/initv4101' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
```
- Adds new scheduled tasks for auto-synced knowledge bases.
## New Features
1. System tools now support streaming output.
2. Commercial edition: scheduled sync for third-party knowledge bases now supports full sync, including entire directories.
## Improvements
1. Scheduled task error logs are now recorded in the chat logs.
2. Encapsulated dynamic form rendering component for apps.
3. Directory breadcrumb navigation now truncates on overflow.
## Bug Fixes
1. Search-type system tools were not displaying correctly.
2. Backward compatibility issues with some system tools.
3. AI node: manually selecting chat history caused duplicate system records.
4. Knowledge base tags could not scroll to the bottom.
5. When importing files via API to an API-based knowledge base, custom API parsing parameters were not applied.
## Tool Updates
1. New: Flux official image generation tool.
2. New: JinaAI toolset.
3. New: Alibaba Cloud Bailian Flux and Tongyi Wanxiang image generation.
4. Fixed incorrect output value type for SiliconFlow image generation tool.