Skip to content

Bump turso from 0.1.5 to 0.4.4#585

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/main/turso-0.4.4
Open

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps turso from 0.1.5 to 0.4.4.

Release notes

Sourced from turso's releases.

0.4.4 -- 2026-01-30

Release Notes

Added

  • Implement simple strategy to restart WAL log if possible (Nikita Sivukhin)
  • core/mvcc: Add support for synchronous off mode (Pekka Enberg)

Updated

  • Remove unused lints, variables and functions (Pedro Muniz)
  • WAL auto truncation: increase epoch to prevent stale pages reuse (Nikita Sivukhin)
  • Refactor core/lib.rs Connection impl out to its own file (Preston Thorpe)
  • Replace GPL-2.0 bloom crate with MIT-licensed fastbloom (Jussi Saurio)
  • core: Use fast monotonic time when possible (Pekka Enberg)

Fixed

  • Fix wal checkpoint (Nikita Sivukhin)
  • Busy snapshot bugfix (Nikita Sivukhin)
  • fix(vdbe): CHAR() function should handle full Unicode range (Mikaël Francoeur)
  • do not call unlock_after_restart in case of error during wal truncation - because we already released these locks earlier (Nikita Sivukhin)
  • properly unlock WriteLock if restart failed and ignore Busy errors when attempt to restart WAL file failed (Nikita Sivukhin)
  • Checkpoint restart fix (Nikita Sivukhin)
  • core/vdbe/sorter: Propagate write errors instead of corrupting data (Preston Thorpe)
  • fix/connect: read page1 in transaction to prevent illegal WAL read (Jussi Saurio)
  • fix(parser): reject duplicate PRIMARY KEY clauses on a single column (Mikaël Francoeur)
  • fix: fsync DB file before truncating WAL after checkpoint (Jussi Saurio)
  • fix/vdbe: convert BusySnapshot to Busy if conn rolled back (Jussi Saurio)
  • sdk-kit: Export busy snapshot error to callers (Pekka Enberg)

Install turso_cli 0.4.4

Install prebuilt binaries via shell script

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

Download turso_cli 0.4.4

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

... (truncated)

Changelog

Sourced from turso's changelog.

0.4.4 -- 2026-01-30

Added

  • Implement simple strategy to restart WAL log if possible (Nikita Sivukhin)
  • core/mvcc: Add support for synchronous off mode (Pekka Enberg)

Updated

  • Remove unused lints, variables and functions (Pedro Muniz)
  • WAL auto truncation: increase epoch to prevent stale pages reuse (Nikita Sivukhin)
  • Refactor core/lib.rs Connection impl out to its own file (Preston Thorpe)
  • Replace GPL-2.0 bloom crate with MIT-licensed fastbloom (Jussi Saurio)
  • core: Use fast monotonic time when possible (Pekka Enberg)

Fixed

  • Fix wal checkpoint (Nikita Sivukhin)
  • Busy snapshot bugfix (Nikita Sivukhin)
  • fix(vdbe): CHAR() function should handle full Unicode range (Mikaël Francoeur)
  • do not call unlock_after_restart in case of error during wal truncation - because we already released these locks earlier (Nikita Sivukhin)
  • properly unlock WriteLock if restart failed and ignore Busy errors when attempt to restart WAL file failed (Nikita Sivukhin)
  • Checkpoint restart fix (Nikita Sivukhin)
  • core/vdbe/sorter: Propagate write errors instead of corrupting data (Preston Thorpe)
  • fix/connect: read page1 in transaction to prevent illegal WAL read (Jussi Saurio)
  • fix(parser): reject duplicate PRIMARY KEY clauses on a single column (Mikaël Francoeur)
  • fix: fsync DB file before truncating WAL after checkpoint (Jussi Saurio)
  • fix/vdbe: convert BusySnapshot to Busy if conn rolled back (Jussi Saurio)
  • sdk-kit: Export busy snapshot error to callers (Pekka Enberg)

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)

... (truncated)

Commits
  • dc7781a Turso 0.4.4
  • 0cc341b Update CHANGELOG.md
  • d5e5146 Turso 0.4.4-pre.4
  • 4002bae Merge 'Fix wal checkpoint' from Nikita Sivukhin
  • 5ec1112 Merge 'remove unused lints, variables and functions' from Pedro Muniz
  • 0b8ef3c Merge 'Busy snapshot bugfix' from Nikita Sivukhin
  • a422a42 Merge 'WAL auto truncation: increase epoch to prevent stale pages reuse' from...
  • 425895e Merge 'fix(vdbe): CHAR() function should handle full Unicode range' from Mika...
  • 1709295 Turso 0.4.4-pre.3
  • a1aba08 Merge 'do not call unlock_after_restart in case of error during wal truncatio...
  • 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 30, 2026
Bumps [turso](https://github.com/tursodatabase/turso) from 0.1.5 to 0.4.4.
- [Release notes](https://github.com/tursodatabase/turso/releases)
- [Changelog](https://github.com/tursodatabase/turso/blob/v0.4.4/CHANGELOG.md)
- [Commits](tursodatabase/turso@v0.1.5...v0.4.4)

---
updated-dependencies:
- dependency-name: turso
  dependency-version: 0.4.4
  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.4 branch from f5b228d to 56dbec3 Compare February 7, 2026 21:27
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