0.0.17 - 2025-03-19
Release Notes
Added
BEGIN DEFERRED
support (Diego Reis)- Experimental MVCC integration (Pekka Enberg)
DROP TABLE
support (Zaid Humayun)- Initial pass on Virtual FileSystem extension module (Preston Thorpe)
- JSONB support (Ihor Andrianov)
- Shell command completion (Pedro Muniz)
Updated
Fixed
- Fixes and improvements to Rust bindings (yirt grek and 南宫茜)
- Transaction management fixes (Pere Diaz Bou and Diego Reis)
- JSON function fixes (Ihor Andrianov)
Install limbo_cli 0.0.17
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tursodatabase/limbo/releases/download/v0.0.17/limbo_cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/tursodatabase/limbo/releases/download/v0.0.17/limbo_cli-installer.ps1 | iex"
Download limbo_cli 0.0.17
File | Platform | Checksum |
---|---|---|
limbo_cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
limbo_cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
limbo_cli-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
limbo_cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo tursodatabase/limbo
You can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>