Skip to content

2.11.7

Choose a tag to compare

@github-actions github-actions released this 14 Apr 06:14

🛠 修复 (Bug Fixes)

🛠 Bug Fixes

  • 修复备份导出逻辑:文件缺失时自动跳过,防止归档任务中断。
  • Fixed backup export logic: automatically skip when files are missing to prevent archiving tasks from being interrupted.
  • 解决附件同步竞态:修复特定并发场景下导致的文件重复下载。
  • Resolve attachment synchronization race condition: Fix repeated file downloads caused by specific concurrency scenarios.
  • 修复 SQL 查询错误:补全搜索接口中 GROUP BY 缺少的排序字段。
  • Fixed SQL query error: complete the missing sorting field in GROUP BY in the search interface.
  • 解决 MCP SSE 断连:调整路由中间件范围,防止长连接被 ContextTimeout 误杀。
  • Solve MCP SSE disconnection: adjust the routing middleware scope to prevent long connections from being accidentally killed by ContextTimeout.

⚡️ 优化与性能 (Optimizations)

⚡️Optimizations

  • 全文搜索架构重构:底层由外部组件迁移至原生 Go 倒排索引,剥离冗余依赖并降低物理内存水位。
  • Full-text search architecture reconstruction: the bottom layer is migrated from external components to native Go inverted index, stripping off redundant dependencies and reducing physical memory levels.

💄 其他/体验 (Others)

💄 Others/Experiences (Others)

  • 优化 GitHub Actions 翻译流水线权重与日志输出。
  • Optimize GitHub Actions translation pipeline weight and log output.

What's Changed

  • fix(backup): skip missing files during archive export instead of failing by @Robs87 in #211

Full Changelog: 2.11.6...2.11.7