v4.14.24
ATH-MaaS/Pixelle-Videov4.14.24Jun 10, 2026by c121914yu
AI Summary
This release addresses an issue where API workflows were being intermittently terminated due to errors in socket reconnection logic within the v1/completions endpoint. The update optimizes the abort condition judgment to ensure stable API calls.
Key Highlights
- Optimized v1/completions abort condition judgment logic
- Fixed intermittent workflow termination caused by socket reconnection
- Improved stability of API calling workflows
Full Release Notes
## 变更说明 1. 优化 v1/completions abort 条件判断,减少 socket 重连导致误判中断,导致 API 调用工作流时不时终止。 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.22...v4.14.24