Release notes
dlake v0.5.19
npm install -g @commercient/dlakedlake skills installDownload binaries for v0.5.19 (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.3 MB |
| Windows x64 | dlake-win-x64.exe | 35.0 MB |
| Checksums | SHA256SUMS | 412 B |
- Corrected bundled agent-skill guidance. The
dlake-apisyncskill shipped in 0.5.18 showed an endpoint-configuration example that could not work: the configuration-JSON call omitted the object name, which the platform requires on every save. The skill now says so and both examples include it. If you scripted from the 0.5.18 example, add--objectName <name>to the JSON call. - The sync skills now point at each other.
dlake-normalsyncanddlake-integration-setupnamedlake-odbcsync(sources that are not Microsoft SQL Server) anddlake-apisync(API sources), so an agent working on one part of a setup can find the skill for the next part. dlake admin apisync_save_endpoint_confignow asks for--objectNameup front and says what is missing, instead of the platform rejecting the call afterwards.- The CLI reference gained sections for both sync surfaces, and the Help and API
guides were corrected to match. Upgrade:
npm install -g @commercient/dlake(ornpm install -g datalake).