What's Changed
- feat: new api for compaction by @dkharms in #429
- refactor: make index building reusable by @dkharms in #401
- fix: bring back default capacity for LID block by @dkharms in #448
- refactor: do not store ids count in offsets by @dkharms in #410
- fix: trivial test fix by @eguguchkin in #449
- feat: implement merge source for compaction by @dkharms in #413
- feat: implement STCS compaction by @dkharms in #430
- fix(downsample): early exit from the loop by @eguguchkin in #460
- fix: add .compaction-plan to handle in-mid compaction crash by @dkharms in #453
- fix: correctly release buckets by @dkharms in #456
- fix: correctly handle non-existing ids by @dkharms in #458
- fix: data loss in asyncsearch merge caused by concurrent retention deletion of fracs by @eguguchkin in #459
- test: relax tolerances and remove flaky index-on-disk assertions by @eguguchkin in #455
- feat: add logging for fraction lifecycle by @eguguchkin in #450
Full Changelog: v0.73.0...v0.74.0