v4.13.1
labring/FastGPTv4.13.1Sep 30, 2025by c121914yu
AI Summary
Enhances prompt editor stability and fixes various workflow and interaction bugs. It adds response size limits for HTTP requests to prevent memory overflow.
Key Highlights
- Added response size limit for HTTP requests to prevent memory overflow.
- Fixed loop node interaction clearing and interactive node statistics updates.
- Fixed prompt editor default value display and form input with dots in variable names.
New Features
- HTTP response size limit
- Copy app avatars
- Windows path Markdown parsing
- Fix loop node clearing
- Fix interactive node statistics
- Fix prompt editor modal
- Fix form input dots
- Fix sub-workflow knowledge base sharing
Full Release Notes
## 🚀 新增内容 1. 增加对 HTTP 请求响应大小限制。 ## ⚙️ 优化 1. 复制应用时,将头像复制一份,避免使用相同的图片链接,导致其中一个应用头像更新后,另一个应用头像丢失。 2. Markdown 解析器适配 windows 路径,避免 \ 被认为转义符。 ## 🐛 修复 1. 循环节点中,每轮结束,未清除上一轮交互响应值。 2. 交互节点响应后,未更新对话记录统计数据。 3. prompt 编辑器,弹窗中的默认值存在显示异常。 4. 表单输入,变量名包含.符号时,无法正常输入值。 5. 调用子工作流,自动流知识库引用无法在分享链接中显示。 ## 🔨 插件更新 1. base64 解码工具,可以转化成文本和图片。 2. 墨迹天气工具。 3. 必优 PPT 生成工具。 4. 可配置最大请求体大小,以及内部网络请求最大响应大小,避免响应体过大,导致内存溢出。 ## 更新指南 ### 1. 更新镜像: - 更新 FastGPT 镜像tag: v4.13.1 - 更新 FastGPT 商业版镜像tag: v4.13.1 - 更新 fastgpt-plugin 镜像 tag: v0.2.2 - mcp_server 无需更新 - Sandbox 无需更新 - AIProxy 无需更新 ## What's Changed * chore(deps): bump tar-fs from 3.0.9 to 3.1.1 in /plugins/webcrawler/SPIDER by @dependabot[bot] in https://github.com/labring/FastGPT/pull/5699 * perf: permission index & model table collaborator context lazy mount by @FinleyGe in https://github.com/labring/FastGPT/pull/5703 * fix: collection ui by @c121914yu in https://github.com/labring/FastGPT/pull/5704 * Update 4130.mdx by @c121914yu in https://github.com/labring/FastGPT/pull/5705 * Update 4130.mdx by @c121914yu in https://github.com/labring/FastGPT/pull/5709 * app doc by @c121914yu in https://github.com/labring/FastGPT/pull/5712 * feat: auth login in getSchemaApi by @c121914yu in https://github.com/labring/FastGPT/pull/5713 * fix: loop interactive by @c121914yu in https://github.com/labring/FastGPT/pull/5714 * fix: simple prompt editor list render by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5717 * fix: react-hook-form Controller crash with special characters in field names by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5715 * fix: add missing MongoAppChatLog updates for interactive chat sessions by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5716 * perf: deploy docs; docker-compose by @FinleyGe in https://github.com/labring/FastGPT/pull/5722 * update deploy doc by @c121914yu in https://github.com/labring/FastGPT/pull/5723 * Test doc by @c121914yu in https://github.com/labring/FastGPT/pull/5724 * fix: static file /deploy/* by @FinleyGe in https://github.com/labring/FastGPT/pull/5725 * chore: deploy update cn registry by @FinleyGe in https://github.com/labring/FastGPT/pull/5726 * 4.13.1 features by @c121914yu in https://github.com/labring/FastGPT/pull/5728 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.13.0...v4.13.1