What's Changed
🐛 Bug Fixes
- fix(storage): 修复 MySQL VARCHAR 同步到 SQLite 时的类型亲和性问题 (
46cacaa)
📝 Other Changes
- chore(storage): 删除冗余的 UpdateTokenStats benchmark (
0508281) - test(storage): 添加混合存储 SQLite vs MySQL 性能对比 benchmark (
7001623)
📦 下载
| 平台 | 架构 | 文件 |
|---|---|---|
| macOS | Intel | ccload-darwin-amd64 |
| macOS | Apple Silicon | ccload-darwin-arm64 |
| Linux | x86_64 | ccload-linux-amd64 |
| Linux | ARM64 | ccload-linux-arm64 |
| Windows | x86_64 | ccload-windows-amd64.exe |
校验和: checksums.txt
🔐 验证下载
# macOS/Linux
sha256sum -c checksums.txt
# Windows (PowerShell)
Get-FileHash ccload-windows-amd64.exe -Algorithm SHA256