Skip to content

Bump turso from 0.1.5 to 0.4.3#569

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/main/turso-0.4.3
Closed

Bump turso from 0.1.5 to 0.4.3#569
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/main/turso-0.4.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2026

Bumps turso from 0.1.5 to 0.4.3.

Release notes

Sourced from turso's releases.

0.4.3 -- 2026-01-12

Release Notes

Added

  • bindings/rust: support prepare_cached (Pere Diaz Bou)

Fixed

  • Disallow WITHOUT ROWID tables (Jussi Saurio)
  • core/vdbe: move mutable fields from Program to ProgramState (Pere Diaz Bou)
  • avoid recursive read locks (Nikita Sivukhin)

Install turso_cli 0.4.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tursodatabase/turso/releases/download/v0.4.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.4.3/turso_cli-installer.ps1 | iex"

Download turso_cli 0.4.3

File Platform Checksum
turso_cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
turso_cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
turso_cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
turso_cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
turso_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/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>

v0.4.3-pre.2

... (truncated)

Changelog

Sourced from turso's changelog.

0.4.3 -- 2026-01-12

Added

  • bindings/rust: support prepare_cached (Pere Diaz Bou)

Fixed

  • Disallow WITHOUT ROWID tables (Jussi Saurio)
  • core/vdbe: move mutable fields from Program to ProgramState (Pere Diaz Bou)
  • avoid recursive read locks (Nikita Sivukhin)

0.4.2 -- 2026-01-07

Fixed

  • core/mvcc: rollback index rows (Pere Diaz Bou)
  • core/vdbe: check negative root pages with integrity_check (Pere Diaz Bou)
  • Track WAL state in savepoints for proper rollback (Pavan Nambi)
  • Reset checkpoint state when PRAGMA wal_checkpoint fails (Jussi Saurio)
  • fix/checkpoint: always read page1 from db file when truncating (Jussi Saurio)
  • Fix WAL truncate checkpoint discarding uncheckpointed frames (Jussi Saurio)

0.4.1 -- 2026-01-06

Fixed

  • Fix path not fsyncing the DB file after truncate checkpoint (Preston Thorpe)

0.4.0 -- 2026-01-05

Added

  • stress: Add support for BEGIN CONCURRENT transactions (Pekka Enberg)
  • stress: add semi colon to transaction statements when printing to log file (Pedro Muniz)
  • Add scripts/corruption-debug-tools (Jussi Saurio)
  • add more asserts in balance operation (Pedro Muniz)
  • bindings/java: implement JDBC4 CharacterStream binding methods (Orange banana)
  • add --db-ref optional arg to run turso-stress against "template" database (Nikita Sivukhin)
  • support format() function (Fahd Ashour)
  • feat(extensions): add stddev aggregate function to percentile module (Kelvin)
  • simulator: add proper handling for deffered transactions in shadow state (Pedro Muniz)
  • feat: Add support for HAVING without GROUP BY (Nuno Gonçalves)
  • Implement foreign key actions (Preston Thorpe)
  • implement pragma cache spill (Preston Thorpe)
  • Add multiverse debugging instructions (Mikaël Francoeur)
  • Implement busy handlers/callbacks (Preston Thorpe)
  • add readonly checks to ensure we do not change the header (Pedro Muniz)
  • implement state machine for op_journal_mode (Pedro Muniz)
  • Add io_uring option for IO backend to simulator (Preston Thorpe)
  • core/storage: implement Cache Spilling (Preston Thorpe)

... (truncated)

Commits
  • 7d702ad Turso 0.4.3
  • d6f6f32 Update CHANGELOG.md
  • 7fe48dc Merge 'Disallow WITHOUT ROWID tables' from Jussi Saurio
  • ad88aad Turso 0.4.3-pre.2
  • da65a3c Merge 'bindings/rust: support prepare_cached' from Pere Diaz Bou
  • 3fa7f57 Merge 'core/vdbe: move mutable fields from Program to ProgramState' from Pere...
  • 412d237 Turso 0.4.3-pre.1
  • 44341b4 Merge 'pager: only clear page cache in rollback if it's a write tx' from Juss...
  • bb626c3 Merge 'avoid recursive read locks' from Nikita Sivukhin
  • 055e082 Turso 0.4.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 21, 2026
Bumps [turso](https://github.com/tursodatabase/turso) from 0.1.5 to 0.4.3.
- [Release notes](https://github.com/tursodatabase/turso/releases)
- [Changelog](https://github.com/tursodatabase/turso/blob/v0.4.3/CHANGELOG.md)
- [Commits](tursodatabase/turso@v0.1.5...v0.4.3)

---
updated-dependencies:
- dependency-name: turso
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/main/turso-0.4.3 branch from 0463e17 to f899d9d Compare January 27, 2026 09:19
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2026

Superseded by #585.

@dependabot dependabot bot closed this Jan 30, 2026
@dependabot dependabot bot deleted the dependabot/cargo/main/turso-0.4.3 branch January 30, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants