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
16629e32
authored
Jan 22, 2025
by
Archer
Committed by
GitHub
Jan 22, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4819 doc (#3646)
parent
d6747417
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
12 deletions
+34
-12
docSite/content/zh-cn/docs/development/upgrading/4819.md
+33
-11
projects/app/src/pages/api/admin/initv4819.ts
+1
-1
No files found.
docSite/content/zh-cn/docs/development/upgrading/4819.md
View file @
16629e32
...
...
@@ -4,21 +4,43 @@ description: 'FastGPT V4.8.19 更新说明'
icon
:
'
upgrade'
draft
:
false
toc
:
true
weight
:
80
6
weight
:
80
5
---
## 更新指南
### 1. 更新镜像:
-
更新 fastgpt 镜像 tag: v4.8.19-beta
-
更新 fastgpt-pro 商业版镜像 tag: v4.8.19-beta
-
Sandbox 镜像无需更新
### 2. 运行升级脚本
从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的
`rootkey`
;{{host}} 替换成
**FastGPT 域名**
。
```
bash
curl
--location
--request
POST
'https://{{host}}/api/admin/initv4819'
\
--header
'rootkey: {{rootkey}}'
\
--header
'Content-Type: application/json'
```
迁移用户表的头像到成员表中。
## 完整更新内容
1.
新增 - 工作流知识库检索支持按知识库权限进行过滤。
2.
新增 - 飞书/语雀知识库查看原文。
3.
新增 - 流程等待插件,可以等待 n 毫秒后继续执行流程。
4.
优化 - 成员列表分页加载。
5.
优化 - 统一分页加载代码。
6.
优化 - 对话页面加载时,可配置是否为独立页面。
7.
修复 - 语雀文件库导入时,嵌套文件内容无法展开的问题。
8.
修复 - 工作流编排中,LLM 参数无法关闭问题。
9.
修复 - 工作流编排中,代码运行节点还原模板问题。
10.
修复 - HTTP 接口适配对象字符串解析。
11.
修复 - 通过 API 上传文件(localFile)接口,图片过期标记未清除。
12.
修复 - 工作流导入编排时,number input 类型无法覆盖。
\ No newline at end of file
4.
新增 - 飞书机器人接入,支持配置私有化飞书地址。
5.
优化 - 成员列表分页加载。
6.
优化 - 统一分页加载代码。
7.
优化 - 对话页面加载时,可配置是否为独立页面。
8.
优化 - 成员头像迁移,移动到成员表。
9.
修复 - 语雀文件库导入时,嵌套文件内容无法展开的问题。
10.
修复 - 工作流编排中,LLM 参数无法关闭问题。
11.
修复 - 工作流编排中,代码运行节点还原模板问题。
12.
修复 - HTTP 接口适配对象字符串解析。
13.
修复 - 通过 API 上传文件(localFile)接口,图片过期标记未清除。
14.
修复 - 工作流导入编排时,number input 类型无法覆盖。
15.
修复 - 部分模型提供商 logo 无法正常显示。
\ No newline at end of file
projects/app/src/pages/api/admin/initv4819.ts
View file @
16629e32
...
...
@@ -28,7 +28,7 @@ const moveUserAvatar = async () => {
if
(
!
user
.
avatar
)
continue
;
try
{
await
mongoSessionRun
(
async
(
session
)
=>
{
await
MongoTeamMember
.
update
One
(
await
MongoTeamMember
.
update
Many
(
{
userId
:
user
.
_id
},
...
...
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