Release notes
dlake v0.5.33
npm install -g @commercient/dlakedlake skills installDownload binaries for v0.5.33 (5 platforms + checksums)
| Platform | Asset | Size |
|---|---|---|
| Linux arm64 | dlake-linux-arm64 | 34.9 MB |
| Linux x64 | dlake-linux-x64 | 36.7 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:
dlake watch— a live monitor that tells you when something breaks. It polls the surfaces your Data Lake depends on (both APIs, the Data API plane, the sign-up catalog and the published CLI downloads, plus — when you name a tenant — your Data Lake’s web app, its three planes and a liveSELECT 1) and prints a status table each cycle with state, latency and the reason for any failure. - Alerts fire on changes, not on every cycle. When a check goes from healthy to failing, or
recovers,
watchprints a timestamped line, raises a desktop notification (Windows, macOS or Linux) and rings the terminal bell. A single failed probe is absorbed; two in a row declare a check down, and one success declares it back. A check that has been down for an hour does not keep alerting. --webhookand--logfor unattended use. Each transition can be posted as a small flat JSON document — with a ready-madetextfield, so it reads correctly in Slack or Teams — and appended to a file, one JSON object per line.--oncefor schedulers. One cycle, then exit 0 if everything passed and 1 if anything did not, so cron or Task Scheduler can act on the result.--jsonprints one document per cycle,--quietprints only transitions.- Every default check is anonymous and read-only; the authenticated
SELECT 1runs only when you pass--profile. Nothing is stored and there is no config file. - Upgrade:
npm install -g @commercient/dlake(ornpm install -g datalake).