Skip to content

Releases: cncases/cases

v0.0.8

19 Jan 03:11
Compare
Choose a tag to compare

v0.0.7

02 Nov 06:11
Compare
Choose a tag to compare

Database Migration from RocksDB to Fjall

It's not compatible with v0.0.6, you need to rerun convert(but not index). Staying on v0.0.6 is fine if preferred.

Thanks to @marvin-j97 for his excellent work on Fjall and for his patience during debugging.

  • Switched to Fjall, which uses the Miniz compression algorithm instead of RocksDB’s Snappy. This change reduces disk usage significantly, from 180+ GB to 140+ GB.
  • Compilation time has decreased due to Fjall’s streamlined build process.
  • Improved compatibility on macOS ARM64: Fjall compiles seamlessly, whereas RocksDB requires a full Xcode installation to compile(this issue took me a long time to troubleshoot).

v0.0.6

07 Feb 04:00
Compare
Choose a tag to compare
增加导出为csv文件的功能