releases.shpreview
Home/Turso
Turso

Turso

$npx @buildinternet/releases get turso
May 7, 2026

Changelog

  • 8fd79b06314f1f05c5a5f7fba8e79fae2c96a502 support v3-api in db shell
  • 8c24d9a917f86188c03b92070275627fd29dfe37 support v3-api in db shell (#1036)
May 4, 2026

A case study on how Sample Vault syncs gigabyte-scale databases from cloud to local using Turso.

May 3, 2026

Announcement that Turso now includes unlimited active databases for all users.

May 2, 2026

Changelog

  • bf2ec4dcf69efdbf4ad0e92cded9736d4d2b8297 fix db import command to match new sqlite3 output in line mode
  • 7ec6a30cedc88ed76b1fcab15e9d492b73bca576 fix db import command to match new sqlite3 output in line mode (#1035)
Apr 30, 2026

Changelog

  • e876d794e8f9f729c99db12736d6e4f52a3d13cf Show database type in db commands
  • 9ec5224d65c3e2c72c8f6aff8d8dae7caee2eb51 Show database type in db commands (#1034)
  • 0f5a9948028579fbe8857fbd67aebaf5e2011228 fix personal org id resolution
  • 92e0f38c478cb7825e13be44df574de0a1c3e5bd fix personal org id resolution (#1033)
  • 0c59d94b28ee20da35becff59a7858a71868b79b go fmt
Apr 29, 2026

Tutorial on provisioning Turso databases using the Stripe CLI.

Apr 28, 2026

Changelog

  • 2f2d284d679ff2af5e3723b43d3aeaa26fe31b17 adjustments
  • ea7850c9ca8a950edeb05556aa46ec07f49b2c5d fix bugs
  • 7e3d0cedd3d53ab79fc34cee9fd1782b99cf9cc0 go fmt
  • 6aa68cd9350bab88bda327c87ab92f5aa22dae57 more bug fixes
  • 91cb97e80b5419fc04d40d121cb07b920337cc7d remove turso db/group update CLI methods
  • e37d2b586516a448da485c11af38624a36f3b7be remove turso db/group update CLI methods (#1031)
  • 513e9aca4b41d64d06a13f1a0071e4c730b25d29 return back UUID
  • 63687e52a0eeddaf8bd77f5f6099ff73a748a85f review fixes and small cleanup
  • 51a12c328a244e72743707e8e11dff0ea18e434e small fix
  • e6fa98b7e3df72f2564fdcbe06f7b1642527b170 use db-api v3 for certain operations
  • 224ee8b6f00fc6e8a422d0fd3379786aa6cea403 use db-api v3 for certain operations (#1032)
Apr 27, 2026

A look back on BugBash 2026.

Apr 24, 2026

A new approach to syncing in Turso with significant improvements.

Apr 23, 2026

A post about an experience with Carl Sverre.

Apr 14, 2026

Changelog

  • c466647e8c423f3ea9889fc089fa6c7fabfc9adf explicitly use -list now that sqlite3 defaults to table output
  • 3e28ea58c972f1415e6d6b01b383ad6fdd58dd1a fix: explicitly use -list now that sqlite3 defaults to table output (#1029)
Apr 8, 2026

New generation of Turso Cloud now available in private beta. Register for early access to experience the next generation of Turso Cloud.

Apr 2, 2026

Install turso_cli 0.5.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/tursodatabase/turso/releases/download/v0.5.3/turso_cli-installer.ps1 | iex"

Download turso_cli 0.5.3

FilePlatformChecksum
turso_cli-aarch64-apple-darwin.tar.xzApple Silicon macOSchecksum
turso_cli-x86_64-apple-darwin.tar.xzIntel macOSchecksum
turso_cli-x86_64-pc-windows-msvc.zipx64 Windowschecksum
turso_cli-aarch64-unknown-linux-gnu.tar.xzARM64 Linuxchecksum
turso_cli-x86_64-unknown-linux-gnu.tar.xzx64 Linuxchecksum

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/turso

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>
Apr 1, 2026

Install turso_cli 0.5.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/tursodatabase/turso/releases/download/v0.5.2/turso_cli-installer.ps1 | iex"

Download turso_cli 0.5.2

FilePlatformChecksum
turso_cli-aarch64-apple-darwin.tar.xzApple Silicon macOSchecksum
turso_cli-x86_64-apple-darwin.tar.xzIntel macOSchecksum
turso_cli-x86_64-pc-windows-msvc.zipx64 Windowschecksum
turso_cli-aarch64-unknown-linux-gnu.tar.xzARM64 Linuxchecksum
turso_cli-x86_64-unknown-linux-gnu.tar.xzx64 Linuxchecksum

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/turso

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>
Mar 30, 2026

Changelog

  • 384874bfa32055262bce61b047519f56342fecc6 Merge branch 'tursodatabase:main' into main
  • 23e5daf6a490870b037846fe36f18d99ac540506 Report if file is locked for import command instead of hanging (#1023)
  • a703eb1b0d38bf7b0887b55cf72790b8d13da829 add tursodb (mvcc) mode flag with db create command
  • 97ce9388e6d7f667aec453776b32d61a3bb948d6 add tursodb (mvcc) mode flag with db create command (#1028)
  • 60b8b761ff800b5480b4a7a454224c87ed86996f added 2 seperate files for windows, and not windows as requested, also added a check for Flock function
  • 5029bb3172d43d9bf0f6037edb19df254e0670e7 added file lock checking inside import command
  • c0d4ce9c1470a8f4c4e82a9538d03504288db888 added suggested fix.
  • c9fa19b7988f5fa261293b6621507f90266f5acb removed unnesecary imports
Mar 26, 2026

Turso Cloud now integrated with Stripe Projects, enabling unlimited databases for all projects.

Mar 19, 2026

Changelog

  • a313d557cdf6b821d2bd6c6b2267d2563f3f451c Add turso db branch command
  • 4d5c55f875c587d487539e01415df17ecb2c4b9b Add turso db branch command (#1024)
Mar 17, 2026

Discussion on the future of open source software in the era of artificial intelligence.

Last Checked
18m ago
Domain
turso.tech
Accounts
tursodatabase
Tracking since Nov 22, 2022