mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-16 01:09:01 +08:00
Pick (#6875)
* feat: close wecom channel;fix: scope chat resume to current app (#6874) * feat: close wecom channel * fix: scope chat resume to current app (#6860) * fix: scope chat resume to current app Abort stale resume streams when switching apps and only resume after the current app/chat init state is aligned. Made-with: Cursor * refactor: centralize resume stream cancellation Ensure only one resume stream is active per client tab and discard queued resume messages after abort. Made-with: Cursor * fix: make sure controller unique * chore: remove redundant effect * perf: remove invalid code * update package --------- Co-authored-by: Ryo <whoeverimf5@gmail.com> * doc * lock --------- Co-authored-by: Ryo <whoeverimf5@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 'V4.14.17(处理中)'
|
||||
title: 'V4.14.17'
|
||||
description: 'FastGPT V4.14.17 更新说明'
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 'V4.14.18(处理中)'
|
||||
title: 'V4.14.18'
|
||||
description: 'FastGPT V4.14.18 更新说明'
|
||||
---
|
||||
|
||||
@@ -10,6 +10,11 @@ description: 'FastGPT V4.14.18 更新说明'
|
||||
- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.18
|
||||
- 更新 fastgpt-pro(fastgpt 商业版) 镜像 tag: v4.14.18
|
||||
|
||||
## 🚀 新增内容
|
||||
|
||||
1. 支持管理员后台关闭个人微信发布渠道。
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
1. 修复了部分`工作流工具`、`用户表单节点`无法正确根据文件类型过滤并上传文件的问题
|
||||
1. 修复了部分`工作流工具`、`用户表单节点`无法正确根据文件类型过滤并上传文件的问题。
|
||||
2. 修复在对话页频繁切换未结束对话,导致流恢复顺序异常。
|
||||
|
||||
Reference in New Issue
Block a user