mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-28 23:52:47 +00:00
Some checks failed
Document deploy / sync-images (push) Waiting to run
Document deploy / generate-timestamp (push) Blocked by required conditions
Document deploy / build-images (map[domain:https://fastgpt.cn suffix:cn]) (push) Blocked by required conditions
Document deploy / build-images (map[domain:https://fastgpt.io suffix:io]) (push) Blocked by required conditions
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.cn kube_config:KUBE_CONFIG_CN suffix:cn]) (push) Blocked by required conditions
Document deploy / update-images (map[deployment:fastgpt-docs domain:https://fastgpt.io kube_config:KUBE_CONFIG_IO suffix:io]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / get-vars (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Has been cancelled
* perf: init shell * fix: tool run select * border radius
38 lines
925 B
Plaintext
38 lines
925 B
Plaintext
---
|
|
title: 'V4.12.4'
|
|
description: 'FastGPT V4.12.4 更新说明, 发布于 2025-9-15'
|
|
---
|
|
|
|
## 更新指南
|
|
|
|
### 1. 更新镜像:
|
|
|
|
- 更新 FastGPT 镜像tag: v4.12.4
|
|
- 更新 FastGPT 商业版镜像tag: v4.12.4
|
|
- 更新 fastgpt-plugin 镜像 tag: v0.1.13
|
|
- mcp_server 无需更新
|
|
- 更新 Sandbox 镜像 tag: v4.12.4
|
|
- AIProxy 无需更新
|
|
|
|
## 🚀 新增内容
|
|
|
|
1. 商业版支持企微发布渠道。
|
|
|
|
## ⚙️ 优化
|
|
|
|
1. 权限继承优化,子资源权限高于父级时,不会强制打断继承模式。
|
|
2. Prompt 编辑器支持列表渲染。
|
|
3. 数据页返回知识库列表,保持分页。
|
|
4. 知识库上传文件成功后,返回对应上传目录。
|
|
5. 删除应用,减少事务操作。
|
|
6. 用户选择 UI。
|
|
|
|
## 🐛 修复
|
|
|
|
1. HTTP 工具空指针,导致无法编辑。
|
|
2. python 代码运行,入参无法是 boolean 值。
|
|
3. debug 模式下,全局变量未传递。
|
|
|
|
## 🔨 插件更新
|
|
|