Files
FastGPT/document/content/docs/self-host/upgrading/outdated/484.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

35 lines
1.3 KiB
Plaintext

---
title: V4.8.4 (Includes Upgrade Script)
description: 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**.
```bash
curl --location --request POST 'https://{{host}}/api/admin/init/484' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
```
## V4.8.4 Release Notes
1. New - Apps now use the new permission system.
2. New - Apps now support folders.
3. Improved - Text splitting now removes consecutive line breaks and tabs to avoid performance issues with large text.
4. Critical Fix - Fixed system plugin runtime pool data pollution. Since data was loaded from memory, it caused global state contamination.
5. Fixed - Debug mode showing abnormal connections when source and target content are identical.
6. Fixed - Scheduled execution initialization error.
7. Fixed - App invocation parameter passing error.
8. Fixed - Incorrect nodeId when copying complex nodes with Ctrl+C/V.
9. Adjusted global theme for the component library.