Release notes

dlake v0.5.19

SkillsDocs

npm install -g @commercient/dlake
dlake skills install
Download binaries for v0.5.19 (5 platforms + checksums)
PlatformAssetSize
Linux arm64dlake-linux-arm6434.9 MB
Linux x64dlake-linux-x6436.6 MB
macOS Apple Silicondlake-osx-arm6434.5 MB
macOS Inteldlake-osx-x6436.3 MB
Windows x64dlake-win-x64.exe35.0 MB
ChecksumsSHA256SUMS412 B
  • Corrected bundled agent-skill guidance. The dlake-apisync skill 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-normalsync and dlake-integration-setup name dlake-odbcsync (sources that are not Microsoft SQL Server) and dlake-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_config now asks for --objectName up 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 (or npm install -g datalake).