v2.8.23

pipecat-ai/pipecatv2.8.23Jun 4, 2026by github-actions[bot]

AI Summary

This release focuses on stabilizing the desktop application's management interface by resolving CORS authentication issues and improving the versioning workflow to ensure changelog accuracy.

Key Highlights

  • Fixed desktop management panel CORS authentication failures for OPTIONS requests.
  • ENABLE_CORS=false now correctly injects CORS headers for requests with Origin.
  • Version bump process added CHANGELOG coverage validation.

Full Release Notes

### 🐛 修复

- **修复桌面端管理面板 CORS 认证失败** - 修复 `OPTIONS` 预检请求被认证中间件拦截返回 401,导致桌面端 WebView 无法访问管理接口的问题;`ENABLE_CORS=false` 时仍为带 `Origin` 的请求注入 CORS 响应头

### 🔧 改进

- **version-bump 新增 CHANGELOG 覆盖率校验** - 版本升级流程新增 CHANGELOG 覆盖率校验,防止遗漏提交记录

---

**Full Changelog**: https://github.com/BenedictKing/ccx/compare/v2.8.21...v2.8.23