Skip to content

2.13.7

Choose a tag to compare

@github-actions github-actions released this 04 May 20:01

新功能 (New Features)

New Features

  • 新增附件上传接口 POST /api/file,支持通过 multipart/form-data 上传文件并自动同步。
  • Added new attachment upload interface POST /api/file, which supports uploading files through multipart/form-data and automatically synchronizes them.

🛠 修复 (Bug Fixes)

🛠 Bug Fixes

  • 修正 Cors 中间件逻辑,允许 /api/health 接口跨域访问,解决监控系统调用时的 CORS 拦截问题。
  • Modify the Cors middleware logic to allow cross-domain access to the /api/health interface and solve the CORS interception problem when monitoring system calls.

⚡️ 优化与性能 (Optimizations)

⚡️ Optimizations

  • 新增笔记/附件自动去重任务,解决历史数据因哈希算法不一致导致的记录冗余。
  • Added a new automatic deduplication task for notes/attachments to resolve record redundancy caused by inconsistent hashing algorithms in historical data.

Full Changelog: 2.13.6...2.13.7