Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
872e1c02
authored
Jan 13, 2026
by
Finley Ge
Committed by
GitHub
Jan 13, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update docs (#6261)
parent
fea1c4ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
document/content/docs/upgrading/4-14/4145.mdx
+18
-0
document/data/doc-last-modified.json
+2
-2
No files found.
document/content/docs/upgrading/4-14/4145.mdx
View file @
872e1c02
...
...
@@ -43,6 +43,24 @@ STORAGE_S3_ENDPOINT=http://fastgpt-minio:9000 # 协议://域名(IP):端口
- AIProxy 无需更新
- mongo 5.x 版本修改成 5.0.32 版本,解决 CVE-2025-14847 漏洞。直接修改镜像 tag 成 `5.0.32`。
### 3. 执行升级脚本
从任意终端,发起 1 个 HTTP 请求。其中 `{{rootkey}}` 替换成环境变量里的 `rootkey`;`{{host}}` 替换成**FastGPT 域名**。
```bash
curl --location --request POST 'https://{{host}}/api/admin/initv4145' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
```
1. 重试所有失败的 S3 删除任务
2. 为所有 share 类型的 OutLink 记录添加 showFullText 字段
3. 重命名字段:
- showNodeStatus -> showRunningStatus
- responseDetail -> showCite
- showRawSource -> canDownloadSource
## 🚀 新增内容
1. 工作流画布增加演示模式,同时优化折叠模式样式,优化工作流线重叠问题。
...
...
document/data/doc-last-modified.json
View file @
872e1c02
...
...
@@ -122,8 +122,8 @@
"document/content/docs/upgrading/4-14/4142.mdx"
:
"2025-11-18T19:27:14+08:00"
,
"document/content/docs/upgrading/4-14/4143.mdx"
:
"2025-11-26T20:52:05+08:00"
,
"document/content/docs/upgrading/4-14/4144.mdx"
:
"2025-12-16T14:56:04+08:00"
,
"document/content/docs/upgrading/4-14/4145.mdx"
:
"2026-01-1
1T21:09:27
+08:00"
,
"document/content/docs/upgrading/4-14/4146.mdx"
:
"2026-01-12T
19:12:05
+08:00"
,
"document/content/docs/upgrading/4-14/4145.mdx"
:
"2026-01-1
2T08:50:15
+08:00"
,
"document/content/docs/upgrading/4-14/4146.mdx"
:
"2026-01-12T
21:07:44
+08:00"
,
"document/content/docs/upgrading/4-8/40.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/41.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/42.mdx"
:
"2025-08-02T19:38:37+08:00"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment