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

51 lines
2.0 KiB
Plaintext

---
title: V4.8.14
description: FastGPT V4.8.14 Release Notes
---
## Upgrade Guide
### 1. Back up your data
### 2. Update images
- Update the FastGPT image tag to v4.8.14-fix
- Update the FastGPT commercial edition image tag to v4.8.14 (fastgpt-pro image)
- Sandbox image update is optional
For Milvus users: use the v4.8.14-milvus-fix image.
## New Feature Preview
### Auto-trigger Workflow
You can configure a workflow to automatically trigger once when a user loads a conversation. This is useful for CRM systems where you want to proactively guide users without waiting for them to initiate.
| | |
| --- | --- |
| ![alt text](/imgs/image-8.png) | ![alt text](/imgs/image-9.png) |
## Full Release Notes
1. New - Workflows support auto-triggering a conversation round when entering the chat or clicking "Start conversation".
2. New - Rewritten chatContext. Chat testing now generates logs, and conversations persist after page refresh.
3. New - Share links support configuring whether to allow viewing original source text.
4. New - New doc2x plugin.
5. New - Traditional Chinese language support.
6. New - Share links and chat API support passing a custom uid.
7. Commercial - Microsoft OAuth login.
8. Improved - Workflow UI details.
9. Improved - App edit history now uses diff-based storage to prevent browser overflow.
10. Improved - Code entry point adds a register entry, no longer requiring the first visit to execute.
11. Improved - Workflow validation with additional missing value checks.
12. Improved - Added maximum retry limit for Knowledge Base training.
13. Improved - Image path issues and diagram tasks.
14. Improved - Milvus description.
15. Fixed - Chunking strategy was dropping level-4 headings. Also added level-5 heading support.
16. Fixed - MongoDB Knowledge Base collection unique index.
17. Fixed - Deselecting Knowledge Base references could cause errors.
18. Fixed - Converting Simple Mode to workflow was not using the latest edit history.
19. Fixed - Form input description text not displaying.
20. Fixed - API unable to use Base64 images.