Files
FastGPT/document/content/docs/upgrading/4-11/4112.mdx
Archer 7bcee82f5f perf: memory leak (#5370)
* perf: memory leak

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

* doc

* remove report.md
2025-08-03 22:37:45 +08:00

19 lines
378 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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