Commit a2b0b3e6 by Finley Ge Committed by GitHub

docs(release-notes): finalize V4.15.4 release notes (#7374)

parent 84e92fc9
---
title: 'V4.15.4 (In Progress)'
title: 'V4.15.4'
description: 'FastGPT V4.15.4 Release Notes'
---
......@@ -14,6 +14,7 @@ production; local development can use `http://localhost:3000`.
```bash
FE_DOMAIN=https://fastgpt.example.com
```
### MongoDB Index Synchronization Changes
Starting with V4.15.4, `SYNC_INDEX` is deprecated and replaced by `MONGO_DEPRECATE_INDEX`. The new variable controls whether indexes explicitly marked as deprecated by a schema are removed and defaults to `true`. Setting it to `false` skips only deprecated-index cleanup; missing current schema indexes are still created.
......@@ -45,6 +46,7 @@ Setting `MONGO_DEPRECATE_INDEX=false` skips deprecated-index cleanup that may be
## ⚙️ Improvements
1. Added Workflow file context management to reduce duplicate URL signing and address potential security issues.
2. Improved the thinking icon animation.
## 🐛 Fixes
......@@ -52,3 +54,6 @@ Setting `MONGO_DEPRECATE_INDEX=false` skips deprecated-index cleanup that may be
2. Fixed an issue where plain-text tool responses in full run details could be incorrectly parsed as Markdown, causing formatting issues.
3. Fixed an issue where switching the embedding model triggered training but did not rebuild vectors for existing data.
4. Fixed MinIO prefix-based bulk deletion failures caused by the XML entity expansion limit and added request timeout protection.
5. Fixed bank account validation for enterprise verification.
6. Fixed inconsistencies between the Agent V2 tool list and its prompt.
7. Fixed syntax errors in deployment script `.yaml` files.
---
title: 'V4.15.4(进行中)'
title: 'V4.15.4'
description: 'FastGPT V4.15.4 更新说明'
---
......@@ -12,6 +12,7 @@ FastGPT 服务启动时会校验 `FE_DOMAIN`。请将它配置为客户端访问
```bash
FE_DOMAIN=https://fastgpt.example.com
```
### MongoDB 索引同步调整
V4.15.4 起,`SYNC_INDEX` 弃用,新增 `MONGO_DEPRECATE_INDEX` 环境变量,用于控制是否清理 Schema 显式标记的废弃索引,默认值为 `true`。设置为 `false` 时只跳过废弃索引清理,不影响当前 Schema 缺失索引的创建。
......@@ -43,6 +44,7 @@ V4.15.3 的索引同步会删除所有未在当时 Schema 中声明的索引,
## ⚙️ 优化
1. 工作流文件上下文管理,减少重复签发以及避免潜在安全问题。
2. 优化思考 Icon 动画。
## 🐛 修复
......@@ -50,3 +52,6 @@ V4.15.3 的索引同步会删除所有未在当时 Schema 中声明的索引,
2. 完整运行详情,纯文本的工具响应 UI 可能会被 Markdown 错误解析,格式错乱。
3. 切换向量模型后,训练任务会触发但已有数据的向量未重建。
4. 修复 MinIO 按前缀批量删除大量对象时,可能因 XML 实体展开限制失败的问题,并增加请求超时保护。
5. 修复企业认证银行账号校验问题。
6. 修复 Agent V2中工具列表和提示词矛盾的问题。
7. 修复部署脚本 `.yaml` 中的语法问题
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment