Skip to content

0.0.13 - 2025-01-19

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 11:41

Release Notes

Added

  • Initial support for native Limbo extensions (Preston Thorpe)

  • npm packaging for node and web (Elijah Morgan)

  • Add support for rowid keyword' (Kould)

  • Add support for shift left, shift right, is and is not operators (Vrishabh)

  • Add regexp extension (Vrishabh)

  • Add counterexample minimization to simulator (Alperen Keleş)

  • Initial support for binding values to prepared statements (Levy A.)

Updated

  • Java binding improvements (Kim Seon Woo)

  • Reduce liblimbo_sqlite3.a size' (Pekka Enberg)

Fixed

  • Fix panics on invalid aggregate function arguments (Krishna Vishal)

  • Fix null compare operations not giving null (Vrishabh)

  • Run all statements from SQL argument in CLI (Vrishabh)

  • Fix MustBeInt opcode semantics (Vrishabh)

  • Fix recursive binary operation logic (Jussi Saurio)

  • Fix SQL comment parsing in Limbo shell (Diego Reis and Clyde)

Install limbo 0.0.13

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tursodatabase/limbo/releases/download/v0.0.13/limbo-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/tursodatabase/limbo/releases/download/v0.0.13/limbo-installer.ps1 | iex"

Download limbo 0.0.13

File Platform Checksum
limbo-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
limbo-x86_64-apple-darwin.tar.xz Intel macOS checksum
limbo-x86_64-pc-windows-msvc.zip x64 Windows checksum
limbo-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>