2.13.7
✨ 新功能 (New Features)
✨ New Features
- 新增附件上传接口
POST /api/file,支持通过multipart/form-data上传文件并自动同步。 - Added new attachment upload interface
POST /api/file, which supports uploading files throughmultipart/form-dataand automatically synchronizes them.
🛠 修复 (Bug Fixes)
🛠 Bug Fixes
- 修正
Cors中间件逻辑,允许/api/health接口跨域访问,解决监控系统调用时的 CORS 拦截问题。 - Modify the
Corsmiddleware logic to allow cross-domain access to the/api/healthinterface 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