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
15 changes: 15 additions & 0 deletions document/content/self-host/upgrading/4-14/41428.en.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 'V4.14.28'
description: 'FastGPT V4.14.28 release notes'
---

## Upgrade Guide

### 1. Update image tags

- Update the fastgpt-app image tag (FastGPT main service): v4.14.28
- Update the fastgpt-pro image tag (FastGPT commercial edition): v4.14.28

## Changes

1. Fixed a Node.js version compatibility issue in the admin service to prevent service errors caused by mismatched Node.js runtime versions.
15 changes: 15 additions & 0 deletions document/content/self-host/upgrading/4-14/41428.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 'V4.14.28'
description: 'FastGPT V4.14.28 更新说明'
---

## 升级指南

### 1. 更新镜像 tag

- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.28
- 更新 fastgpt-pro(fastgpt 商业版) 镜像 tag: v4.14.28

## 变更说明

1. 修复 admin 服务 Node.js 版本兼容问题,避免因运行环境 Node.js 版本不匹配导致服务异常。
16 changes: 16 additions & 0 deletions document/content/self-host/upgrading/4-14/41429.en.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: 'V4.14.29'
description: 'FastGPT V4.14.29 release notes'
---

## Upgrade Guide

### 1. Update image tags

- Update the fastgpt-app image tag (FastGPT main service): v4.14.29
- Update the fastgpt-pro image tag (FastGPT commercial edition): v4.14.29

## Changes

1. Fixed permission checks for the WeChat publish channel login, logout, and QR code status APIs. These APIs now authorize by publish channel ID and verify the channel type to avoid accidentally operating on non-WeChat publish channels.
2. Adapted to the latest WeChat publish channel SDK.
16 changes: 16 additions & 0 deletions document/content/self-host/upgrading/4-14/41429.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: 'V4.14.29'
description: 'FastGPT V4.14.29 更新说明'
---

## 升级指南

### 1. 更新镜像 tag

- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.29
- 更新 fastgpt-pro(fastgpt 商业版) 镜像 tag: v4.14.29

## 变更说明

1. 修复微信发布渠道登录、登出和二维码状态接口的权限校验,改为使用发布渠道 ID 鉴权,并校验渠道类型,避免非微信发布渠道被误操作。
2. 适配最新微信发布渠道 sdk。
2 changes: 2 additions & 0 deletions document/content/self-host/upgrading/4-14/meta.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"title": "4.14.x",
"description": "",
"pages": [
"41429",
"41428",
"41427",
"41426",
"41425",
Expand Down
2 changes: 2 additions & 0 deletions document/content/self-host/upgrading/4-14/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"title": "4.14.x",
"description": "",
"pages": [
"41429",
"41428",
"41427",
"41426",
"41425",
Expand Down
2 changes: 1 addition & 1 deletion document/content/self-host/upgrading/4-15/4151.en.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'V4.15.1 (In Progress)'
title: 'V4.15.1'
description: 'FastGPT V4.15.1 Release Notes'
---

Expand Down
2 changes: 1 addition & 1 deletion document/content/self-host/upgrading/4-15/4151.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'V4.15.1(进行中)'
title: 'V4.15.1'
description: 'FastGPT V4.15.1 更新说明'
---

Expand Down
15 changes: 15 additions & 0 deletions document/content/self-host/upgrading/4-15/4152.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 'V4.15.2(进行中)'
description: 'FastGPT V4.15.2 更新说明'
---

## 🚀 新增内容

## ⚙️ 优化

1. Skill 未关联应用时的删除弹窗文案。
2. 适配最新微信发布渠道 sdk。

## 🐛 修复

## 🛠️ 代码优化
2 changes: 1 addition & 1 deletion document/content/self-host/upgrading/4-15/meta.en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "4.15.x",
"description": "",
"pages": ["4151", "41500", "41507", "41506", "41505", "41504", "41503", "41502", "41501"]
"pages": ["4151", "4152", "41500", "41507", "41506", "41505", "41504", "41503", "41502", "41501"]
}
2 changes: 1 addition & 1 deletion document/content/self-host/upgrading/4-15/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "4.15.x",
"description": "",
"pages": ["4151","41500", "41507", "41506", "41505", "41504", "41503", "41502", "41501"]
"pages": ["4151", "4152", "41500", "41507", "41506", "41505", "41504", "41503", "41502", "41501"]
}
2 changes: 2 additions & 0 deletions document/content/toc.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ description: FastGPT Toc
- [/en/self-host/upgrading/4-14/41425](/en/self-host/upgrading/4-14/41425)
- [/en/self-host/upgrading/4-14/41426](/en/self-host/upgrading/4-14/41426)
- [/en/self-host/upgrading/4-14/41427](/en/self-host/upgrading/4-14/41427)
- [/en/self-host/upgrading/4-14/41428](/en/self-host/upgrading/4-14/41428)
- [/en/self-host/upgrading/4-14/41429](/en/self-host/upgrading/4-14/41429)
- [/en/self-host/upgrading/4-14/4143](/en/self-host/upgrading/4-14/4143)
- [/en/self-host/upgrading/4-14/4144](/en/self-host/upgrading/4-14/4144)
- [/en/self-host/upgrading/4-14/4145](/en/self-host/upgrading/4-14/4145)
Expand Down
3 changes: 3 additions & 0 deletions document/content/toc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ description: FastGPT 文档目录
- [/self-host/upgrading/4-14/41425](/self-host/upgrading/4-14/41425)
- [/self-host/upgrading/4-14/41426](/self-host/upgrading/4-14/41426)
- [/self-host/upgrading/4-14/41427](/self-host/upgrading/4-14/41427)
- [/self-host/upgrading/4-14/41428](/self-host/upgrading/4-14/41428)
- [/self-host/upgrading/4-14/41429](/self-host/upgrading/4-14/41429)
- [/self-host/upgrading/4-14/4143](/self-host/upgrading/4-14/4143)
- [/self-host/upgrading/4-14/4144](/self-host/upgrading/4-14/4144)
- [/self-host/upgrading/4-14/4145](/self-host/upgrading/4-14/4145)
Expand All @@ -162,6 +164,7 @@ description: FastGPT 文档目录
- [/self-host/upgrading/4-15/41506](/self-host/upgrading/4-15/41506)
- [/self-host/upgrading/4-15/41507](/self-host/upgrading/4-15/41507)
- [/self-host/upgrading/4-15/4151](/self-host/upgrading/4-15/4151)
- [/self-host/upgrading/4-15/4152](/self-host/upgrading/4-15/4152)
- [/self-host/upgrading/outdated/40](/self-host/upgrading/outdated/40)
- [/self-host/upgrading/outdated/41](/self-host/upgrading/outdated/41)
- [/self-host/upgrading/outdated/4100](/self-host/upgrading/outdated/4100)
Expand Down
8 changes: 4 additions & 4 deletions document/data/doc-last-modified.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@
"content/self-host/custom-models/ollama.mdx": "2026-04-26T21:08:47+08:00",
"content/self-host/custom-models/xinference.en.mdx": "2026-04-26T21:08:47+08:00",
"content/self-host/custom-models/xinference.mdx": "2026-04-26T21:08:47+08:00",
"content/self-host/deploy/docker.en.mdx": "2026-07-03T23:51:40+08:00",
"content/self-host/deploy/docker.mdx": "2026-07-03T23:51:40+08:00",
"content/self-host/deploy/docker.en.mdx": "2026-07-04T00:03:29+08:00",
"content/self-host/deploy/docker.mdx": "2026-07-04T00:03:29+08:00",
"content/self-host/deploy/sealos.en.mdx": "2026-06-30T22:10:03+08:00",
"content/self-host/deploy/sealos.mdx": "2026-06-30T22:10:03+08:00",
"content/self-host/design/dataset.en.mdx": "2026-04-26T21:08:47+08:00",
Expand Down Expand Up @@ -314,8 +314,8 @@
"content/self-host/upgrading/4-15/41506.mdx": "2026-07-01T12:13:58+08:00",
"content/self-host/upgrading/4-15/41507.en.mdx": "2026-06-30T17:31:43+08:00",
"content/self-host/upgrading/4-15/41507.mdx": "2026-06-30T17:31:43+08:00",
"content/self-host/upgrading/4-15/4151.en.mdx": "2026-07-03T22:44:25+08:00",
"content/self-host/upgrading/4-15/4151.mdx": "2026-07-03T22:44:25+08:00",
"content/self-host/upgrading/4-15/4151.en.mdx": "2026-07-04T00:03:29+08:00",
"content/self-host/upgrading/4-15/4151.mdx": "2026-07-04T00:03:29+08:00",
"content/self-host/upgrading/outdated/40.en.mdx": "2026-04-26T21:08:47+08:00",
"content/self-host/upgrading/outdated/40.mdx": "2026-04-26T21:08:47+08:00",
"content/self-host/upgrading/outdated/41.en.mdx": "2026-04-26T21:08:47+08:00",
Expand Down
Loading
Loading