Skip to content

Commit 11f47ce

Browse files
authored
docs: update CHANGELOG
1 parent 8373a6a commit 11f47ce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- **Index format**: Optimized memory and disk usage by approximately 50%.
2222
- File paths are now stored in a dictionary structure, mapped to unique numerical IDs.
2323
- All numerical values are encoding using VarInt encoding
24+
25+
26+
## [2.0.0] - 2026-02-28
27+
### Added
28+
- LSM-tree architecture with SSTable storage, enabling indexing of large datasets without loading the entire index into RAM.
29+
- Compact command to optimize the index by removing stale entries and merging SSTable levels.
30+
31+
### Changed
32+
- Complete overhaul of the indexing engine: replaced in‑memory dictionary with disk‑based LSM tree. Index format is now incompatible with versions 1.x.

0 commit comments

Comments
 (0)