mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-17 08:37:59 +00:00

* perf: memory leak * perf: workflow share buffer;Circle checker;Get file from stream * doc * remove report.md
19 lines
378 B
Plaintext
19 lines
378 B
Plaintext
---
|
||
title: 'V4.11.2'
|
||
description: 'FastGPT V4.11.2 更新说明'
|
||
---
|
||
|
||
## 🚀 新增内容
|
||
|
||
## ⚙️ 优化
|
||
|
||
1. 优化 3 处存在潜在内存泄露的代码。
|
||
2. 优化工作流部分递归检查,避免无限递归。
|
||
3. 优化文档阅读 Worker,采用 ShareBuffer 避免数据拷贝。
|
||
|
||
## 🐛 修复
|
||
|
||
1. Doc2x API 更新,导致解析失败。
|
||
|
||
## 🔨 工具更新
|