v4.14.29
SparkAudio/Spark-TTSv4.14.29Jul 6, 2026by c121914yu
AI Summary
This release focuses on improving the WeChat publishing channel integration by updating authentication logic to use channel IDs and validating channel types to prevent misuse. It also updates the WeChat SDK to handle header errors and ensures non-WeChat channels cannot be accidentally operated.
Key Highlights
- Fixed WeChat login, logout, and QR status permission checks
- Switched authentication to use publishing channel ID
- Added validation to check channel type and prevent non-WeChat channels from being misused
- Updated WeChat SDK to adapt to the latest version and fix header errors
Full Release Notes
## 变更说明 1. 修复微信发布渠道登录、登出和二维码状态接口的权限校验,改为使用发布渠道 ID 鉴权,并校验渠道类型,避免非微信发布渠道被误操作。 2. 适配最新微信发布渠道 sdk,避免header报错。 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.28...v4.14.29