Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion document/content/docs/upgrading/4-14/4143.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'V4.14.3(进行中)'
title: 'V4.14.3'
description: 'FastGPT V4.14.3 更新说明'
---

Expand Down Expand Up @@ -39,8 +39,17 @@ curl --location --request POST 'https://{{host}}/api/admin/initv4143' \
## ⚙️ 优化

1. 工作流工具,文件上传输入 UX 优化。
2. 添加权限表校验中间件,增强权限表鲁棒性。

## 🐛 修复

1. 工作流调试预览窗口,重新渲染导致输入丢失。
2. S3 服务与主服务相同 Origin 的域名会导致对 S3 的文件请求 URL 被错误替换,产生 404 报错。

## 插件

1. 工具更新逻辑,提供一个计算的 version 值来判断更新
2. 微信公众号工具集:允许同时上传多篇文档到草稿箱
3. 修复工具缓存没有被正确刷新
4. 修复开发模式下刷新缓存导致静态文件重新上传
5. 修复修复上传 pkg 后图片没有被正确上传的问题
2 changes: 1 addition & 1 deletion document/data/doc-last-modified.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"document/content/docs/upgrading/4-14/4140.mdx": "2025-11-06T15:43:00+08:00",
"document/content/docs/upgrading/4-14/4141.mdx": "2025-11-19T10:15:27+08:00",
"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-25T17:00:39+08:00",
"document/content/docs/upgrading/4-14/4143.mdx": "2025-11-25T17:08:33+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",
Expand Down
Loading