Release Notes
Added
- Daemon auto-compaction — The ixd daemon now automatically rebuilds the index after 30+ minutes of inactivity when delta entries exist. Prevents unbounded delta growth that degraded query latency over the daemon's lifetime.
Fixed
- Delta not deleted after build —
Builder::build() now removes shard.ix.delta and shard.ix.delta.tmp after successful serialization, preventing stale tombstone corruption on the next update.
Install moeix 0.11.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moeshawky/ix/releases/download/v0.11.6/moeix-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/moeshawky/ix/releases/download/v0.11.6/moeix-installer.ps1 | iex"
Download moeix 0.11.6