v4.12.4
labring/FastGPTv4.12.4Sep 15, 2025by c121914yu
AI Summary
Focuses on commercial features, specifically WeChat Enterprise (WeCom) publishing support, and general stability improvements including permission inheritance and editor enhancements.
Key Highlights
- Commercial version now supports WeCom publishing channels.
- Optimized permission inheritance to prevent breaking when child permissions override parents.
- Prompt editor now supports list rendering.
- Knowledge base upload success now returns the corresponding directory.
New Features
- WeCom publishing channel support.
Full Release Notes
## 🚀 新增内容 1. 商业版支持企微发布渠道。 ## ⚙️ 优化 1. 权限继承优化,子资源权限高于父级时,不会强制打断继承模式。 2. Prompt 编辑器支持列表渲染。 3. 数据页返回知识库列表,保持分页。 4. 知识库上传文件成功后,返回对应上传目录。 5. 删除应用,减少事务操作。 6. 用户选择 UI。 ## 🐛 修复 1. HTTP 工具空指针,导致无法编辑。 2. python 代码运行,入参无法是 boolean 值。 3. debug 模式下,全局变量未传递。 4. MCP 工具集无法复制。 ## 更新指南 ### 1. 更新镜像: - 更新 FastGPT 镜像tag: v4.12.4 - 更新 FastGPT 商业版镜像tag: v4.12.4 - 更新 fastgpt-plugin 镜像 tag: v0.1.13 - mcp_server 无需更新 - 更新 Sandbox 镜像 tag: v4.12.4 - AIProxy 无需更新 ## What's Changed * fix: node card copy toolConfig by @FinleyGe in https://github.com/labring/FastGPT/pull/5605 * Update sso.mdx by @Deepturn in https://github.com/labring/FastGPT/pull/5603 * Update 4101.mdx by @Deepturn in https://github.com/labring/FastGPT/pull/5602 * perf: search result by @c121914yu in https://github.com/labring/FastGPT/pull/5608 * fix: table size by @xqvvu in https://github.com/labring/FastGPT/pull/5598 * fix http plugin chatconfig undefined by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5621 * feat: scan QRCode auto redeem coupon by @fishwww-ww in https://github.com/labring/FastGPT/pull/5616 * chore(deps): bump axios from 1.8.2 to 1.12.0 in /plugins/webcrawler/SPIDER by @dependabot[bot] in https://github.com/labring/FastGPT/pull/5637 * chore(deps): bump jsondiffpatch from 0.6.0 to 0.7.2 by @dependabot[bot] in https://github.com/labring/FastGPT/pull/5634 * V4.12.4 features by @c121914yu in https://github.com/labring/FastGPT/pull/5626 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.12.3...v4.12.4