Skip to content

build(deps): bump pyturso from 0.5.1 to 0.6.1#548

Merged
jackseceng merged 1 commit into
mainfrom
dependabot/pip/pyturso-0.6.0
May 25, 2026
Merged

build(deps): bump pyturso from 0.5.1 to 0.6.1#548
jackseceng merged 1 commit into
mainfrom
dependabot/pip/pyturso-0.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Bumps pyturso from 0.5.1 to 0.6.1.

Release notes

Sourced from pyturso's releases.

0.6.1 -- 2026-05-22

Release Notes

Fixed

  • Apply virtual gen-col affinity in OLD probe and NEW key (Mikaël Francoeur)
  • core/mvcc: make MVCC integrity_check reprepare after checkpoint root publication (Avinash Sajjanshetty)
  • core/mvcc: rollback savepoint on abandoned statement (Pere Diaz Bou)
  • core/mvcc: check schema cookie during get_commit_timestamp (Pere Diaz Bou)
  • core/mvcc: yield on big serialization of transaction (Pere Diaz Bou)
  • core/mvcc: preserve rowid allocator watermark (Avinash Sajjanshetty)
  • core/mvcc: Rollback abandoned MVCC commits on cleanup (Mikaël Francoeur)
  • core/mvcc: fix MVCC checkpoint duplicate index entries for interior index keys (Avinash Sajjanshetty)

Install turso_cli 0.6.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download turso_cli 0.6.1

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>

... (truncated)

Changelog

Sourced from pyturso's changelog.

0.6.1 -- 2026-05-22

Fixed

  • Apply virtual gen-col affinity in OLD probe and NEW key (Mikaël Francoeur)
  • core/mvcc: make MVCC integrity_check reprepare after checkpoint root publication (Avinash Sajjanshetty)
  • core/mvcc: rollback savepoint on abandoned statement (Pere Diaz Bou)
  • core/mvcc: check schema cookie during get_commit_timestamp (Pere Diaz Bou)
  • core/mvcc: yield on big serialization of transaction (Pere Diaz Bou)
  • core/mvcc: preserve rowid allocator watermark (Avinash Sajjanshetty)
  • core/mvcc: Rollback abandoned MVCC commits on cleanup (Mikaël Francoeur)
  • core/mvcc: fix MVCC checkpoint duplicate index entries for interior index keys (Avinash Sajjanshetty)

0.6.0 -- 2026-05-14

Added

  • add a test for xfer optimization bug in sqlite (Pavan Nambi)
  • Add regression test case for SQLite xfer optimization bug (Pavan Nambi)
  • core/mvcc: Add regression test for DESC index scan under concurrent insert (Pekka Enberg)
  • add proper benchmark names for create index benchmark functions (Pedro Muniz)
  • bindings/rust: Dynamic auth token support for sync engine (Nikita Sivukhin)
  • Make WITHOUT ROWID support experimental (Pekka Enberg)
  • add dbtest paper! (Alperen Keleş)
  • testing/sqltests: Add regression test for self-referential trigger after ALTER TABLE RENAME (Pekka Enberg)
  • testing: Add regression test for MVCC update on btree-only row (Pekka Enberg)
  • testing: Add recovery-heavy MVCC profile in Whopper (Mikaël Francoeur")
  • testing: Add recovery-heavy MVCC profile in Whopper (Mikaël Francoeur)
  • sqlite3: implement sqlite3_stricmp and sqlite3_complete (Lucas Schwalm Silva)
  • route FK NEW-image key reads through ColumnLayout (Mikaël Francoeur)
  • Add regression tests for pager panic after savepoint rollback with overflow (Jussi Saurio)
  • Add bind parameter support to Database API (Pekka Enberg)
  • testing/sqltests: Add regression tests for "index cursor should have a record" bug (Jussi Saurio)
  • tests/integration: Add regression test for VACUUM INTO panic (Jussi Saurio)
  • testing: Add regression tests for pragma_table_list() panic (Jussi Saurio)
  • add tests for table-valued functions (Mikaël Francoeur)
  • Add savepoint rollback DST coverage and fix rollback cache invalidation (Yassine Elyaakoub)
  • add a tool to measure stack usage (Pedro Muniz)
  • Implement PRAGMA foreign_key_list (Mikaël Francoeur)
  • core: Add initial support of vaccum op (Avinash Sajjanshetty)
  • concurrent-simulator: Add a coverage runner config (Pekka Enberg)
  • core/translate: UPDATE FROM support (Pekka Enberg)
  • core: support non-MVCC WITHOUT ROWID tables (Marc-André Moreau)
  • ci: add stack size workflow (Pedro Muniz)
  • bindings/python: Add SQLAlchemy asyncio dialect (Akira Noda)
  • Add STRUCT and UNION composite types for STRICT tables (Glauber Costa)
  • Bump activesupport from 7.2.3 to 7.2.3.1 in /examples/react-native (app/dependabot)
  • Add Go driver sync example to examples (Preston Thorpe)
  • core/connection: add a small helper to check if db is in-memory (Avinash Sajjanshetty)
  • add some sqltests (Pavan Nambi)

... (truncated)

Commits
  • 76af5a1 Turso 0.6.1
  • 50f37a8 Update CHANGELOG.md
  • 28ae489 Turso 0.6.1-pre.1
  • 7fbb07a Merge 'core/mvcc: make MVCC integrity_check reprepare after checkpoint root p...
  • 673b1de Merge 'core/mvcc: Don't commit suspended previous root statement' from Mikaël...
  • d33050a Merge 'core/mvcc: rollback savepoint on abandoned statement' from Pere Diaz Bou
  • 3c37677 Merge 'core/mvcc: check schema cookie during get_commit_timestamp' from Pere ...
  • 3476166 Merge 'core/mvcc: yield on big serialization of transaction' from Pere Diaz Bou
  • 38bb65a Merge 'core/mvcc: preserve rowid allocator watermark' from Avinash Sajjanshetty
  • e832c58 Merge 'core/mvcc: fix MVCC checkpoint duplicate index entries for interior in...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 21, 2026
@dependabot dependabot Bot requested a review from jackseceng as a code owner May 21, 2026 16:55
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 21, 2026
@jackseceng
Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [pyturso](https://github.com/tursodatabase/turso) from 0.5.1 to 0.6.1.
- [Release notes](https://github.com/tursodatabase/turso/releases)
- [Changelog](https://github.com/tursodatabase/turso/blob/v0.6.1/CHANGELOG.md)
- [Commits](tursodatabase/turso@v0.5.1...v0.6.1)

---
updated-dependencies:
- dependency-name: pyturso
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump pyturso from 0.5.1 to 0.6.0 build(deps): bump pyturso from 0.5.1 to 0.6.1 May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/pyturso-0.6.0 branch from 5fa69f5 to c1fff6b Compare May 25, 2026 19:19
@jackseceng jackseceng merged commit bc45f64 into main May 25, 2026
26 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/pyturso-0.6.0 branch May 25, 2026 19:52
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant