perf: memory leak (#5370)

* perf: memory leak

* perf: workflow share buffer;Circle checker;Get file from stream

* doc

* remove report.md
This commit is contained in:
Archer
2025-08-03 22:37:45 +08:00
committed by GitHub
parent baf18b14d4
commit 7bcee82f5f
21 changed files with 525 additions and 349 deletions

View File

@@ -0,0 +1,18 @@
---
title: 'V4.11.2'
description: 'FastGPT V4.11.2 更新说明'
---
## 🚀 新增内容
## ⚙️ 优化
1. 优化 3 处存在潜在内存泄露的代码。
2. 优化工作流部分递归检查,避免无限递归。
3. 优化文档阅读 Worker采用 ShareBuffer 避免数据拷贝。
## 🐛 修复
1. Doc2x API 更新,导致解析失败。
## 🔨 工具更新

View File

@@ -1,5 +1,5 @@
{
"title": "4.11.x",
"description": "",
"pages": ["4111", "4110"]
"pages": ["4112", "4111", "4110"]
}