Commit 0d4a40de by Finley Ge Committed by GitHub

docs(upgrading): update v4.15.2 release notes (#7299)

parent e64a2b04
...@@ -15,9 +15,16 @@ description: 'FastGPT V4.15.2 Release Notes' ...@@ -15,9 +15,16 @@ description: 'FastGPT V4.15.2 Release Notes'
3. Renamed the plugin status from Offline to Uninstalled. 3. Renamed the plugin status from Offline to Uninstalled.
4. Judge nodes now use a unique ID as the identifier instead of the index, so target branches remain stable when branches are deleted or reordered. 4. Judge nodes now use a unique ID as the identifier instead of the index, so target branches remain stable when branches are deleted or reordered.
5. Files generated by system tools no longer expire after 1 hour. They are now long-lived and deleted together with the conversation. 5. Files generated by system tools no longer expire after 1 hour. They are now long-lived and deleted together with the conversation.
6. The registration button is now hidden in Sync Mode.
## 🐛 Fixes ## 🐛 Fixes
1. Optimized the CI workflow by pinning action step versions to commit hashes to reduce the risk of CI supply-chain attacks.
2. Removed the high-risk archive extraction library used for PPTX parsing and replaced it with a streaming decompression and parsing flow to reduce the risk of malicious code execution.
3. Custom chunk delimiters now reject a single `|` or consecutive `||` to prevent incorrect parsing of large numbers of chunks.
4. Improved automatic license purchase logic for WeCom edition customers after payment to prevent duplicate or missing license purchases.
5. Fixed empty Tag labels in the Plugin Marketplace.
## 🛠️ Code Improvements ## 🛠️ Code Improvements
1. Refactored Agent V2 assisted generation / ChatAgentHelper to reuse the dialog. 1. Refactored Agent V2 assisted generation / ChatAgentHelper to reuse the dialog.
......
...@@ -15,8 +15,14 @@ description: 'FastGPT V4.15.2 更新说明' ...@@ -15,8 +15,14 @@ description: 'FastGPT V4.15.2 更新说明'
3. 将插件的已下线命名改成已卸载。 3. 将插件的已下线命名改成已卸载。
4. 判断器节点采用唯一 ID 作为标识,而不是 index,实现删除、排序时,目标分支保持不变。 4. 判断器节点采用唯一 ID 作为标识,而不是 index,实现删除、排序时,目标分支保持不变。
5. 系统工具生成的文件不会 1 小时过期,改成长期,跟随会话一起删除。 5. 系统工具生成的文件不会 1 小时过期,改成长期,跟随会话一起删除。
6. 同步模式下不显示注册用户按钮。
## 🐛 修复 ## 🐛 修复
1. 优化 CI 流程,通过 hashtag 固定 step 版本,规避 CI 供应链投毒攻击风险。
2. 移除 PPTX 解析依赖的高风险解压库,改为流式解压解析流程,规避恶意代码执行风险。
3. 自定义分块标识符拒绝传入单一"|"或连续"||"符号,避免错误解析大量 chunks。
4. 企微版本客户付款后自动购买 license 判断逻辑优化,避免重复购买/少购买的情况
5. 插件市场空 Tag 标签问题
## 🛠️ 代码优化 ## 🛠️ 代码优化
......
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