Release notes
dlake v0.5.24
npm install -g @commercient/dlakedlake skills installDownload binaries for v0.5.24 (5 platforms + checksums)
| Platform | Asset | Size |
|---|---|---|
| Linux arm64 | dlake-linux-arm64 | 34.9 MB |
| Linux x64 | dlake-linux-x64 | 36.6 MB |
| macOS Apple Silicon | dlake-osx-arm64 | 34.5 MB |
| macOS Intel | dlake-osx-x64 | 36.4 MB |
| Windows x64 | dlake-win-x64.exe | 35.0 MB |
| Checksums | SHA256SUMS | 412 B |
- New: Normal Sync resync.
dlake normalsync resync --confirmasks the on-premises agent to re-pull every synced table on its next run;--table <name>queues a single table (SYSPRO custom tables likeArCustomer+are fully supported), and--cleardiscards the queued list. Nothing is deleted or dropped — the agent does the work. - New:
dlake normalsync resync-status. Shows what is queued, plus clone coverage: the rows actually present in each clone table against the count recorded at the last sync — the quickest way to see whether a sync actually moved data, per table. - The same operations are available to AI agents as four new admin tools, and
the Normal Sync guide and skills cover them. Upgrade:
npm install -g @commercient/dlake(ornpm install -g datalake).