Commit a9f3465
authored
Build(deps): Bump tech.turso:turso from 0.6.0 to 0.7.0 (#1851)
Bumps [tech.turso:turso](https://github.com/tursodatabase/turso) from
0.6.0 to 0.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tursodatabase/turso/releases">tech.turso:turso's
releases</a>.</em></p>
<blockquote>
<h2>0.7.0 -- 2026-07-13</h2>
<h2>Release Notes</h2>
<h3>Added</h3>
<ul>
<li>core/mvcc: add passive checkpoint (Pere Diaz Bou)</li>
<li>dotnet: support NativeAOT static native linking (Marc-André
Moreau)</li>
<li>core/alloc: add stable push_within_capacity helper (Pedro
Muniz)</li>
<li>core/storage: add savepoint rollback consistency intent (Pekka
Enberg)</li>
<li>Add some testing guidance for agents (Pekka Enberg)</li>
<li>Add Aristo WAL verification (Sushant Dinesh)</li>
<li>add artificial wait for sticky disk to have latest snapshot (Pedro
Muniz)</li>
<li>sync/engine: add missing fsync() (Nikita Sivukhin)</li>
<li>Add Windows ARM64 CLI release support (Marc-André Moreau)</li>
<li>Add .NET remote transactions and batches (Marc-André Moreau)</li>
<li>Add .NET remote Hrana execution (Marc-André Moreau)</li>
<li>Add Turso EF Core SQLite provider (Marc-André Moreau)</li>
<li>mvcc: Add fallible MVCC row payload allocation sites (Pedro
Muniz)</li>
<li>Add mobile NuGet native targets (Marc-André Moreau)</li>
<li>core: register additional virtual tables into the catalog (Glauber
Costa)</li>
<li>alloc: add specialization in nightly for Vec (Pedro Muniz)</li>
<li>core/alloc: Add allocation site annotations and out-of-memory fault
injector (Pedro Muniz)</li>
<li>mvcc: lazily resolve shadow in new IndexShadowFinger (Preston
Thorpe)</li>
<li>mvcc: add allocator generic to mv store (Pedro Muniz)</li>
<li>Add SQL-standard scalar functions and PG-compatible aliases (Glauber
Costa)</li>
<li>Add shared buffer views for serialization callbacks (Pedro
Muniz)</li>
<li>Reject <code>ALTER TABLE ADD COLUM</code> when generated-columns
flag is off (Vartan Babayan)</li>
<li>add win tests for db/sync on js (Nikita Sivukhin)</li>
<li>Add .NET NuGet package publishing workflow (Marc-André Moreau)</li>
<li>mvcc: add sequence_watermark function and track sequence allocations
(Preston Thorpe)</li>
<li>Refactor memory benchmark into library + add CodSpeed CI tracking
(Pedro Muniz)</li>
<li>core/skiplist: use TursoAllocator for node allocation and add
fallible inserts (Pedro Muniz)</li>
<li>serverless/javascript: add option for custom request headers (Nikita
Sivukhin)</li>
<li>add yielding IO back-end for turso-stress to test async re-entrancy
(Preston Thorpe)</li>
<li>python: enable Tantivy FTS and add tests (Pekka Enberg)</li>
<li>feat: add PostgreSQL-style sequences and MVCC-safe AUTOINCREMENT
(Glauber Costa)</li>
<li>core/storage: Only mark WAL initialized after a successful header
sync (Pekka Enberg)</li>
<li>core/mvcc: avoid SeekingToLast with MVCC in newrowid (Pere Diaz
Bou)</li>
<li>Window functions plumbing 1: add stubs for builtins, refactor
row_number() to use VDBE aggregate machinery (Jussi Saurio)</li>
<li>core/translate: support FILTER in window clauses (Jussi Saurio)</li>
<li>Add mvcc recovery benchmark (Mikaël Francoeur)</li>
<li>core: Add WITHIN GROUP ordered-set aggregates (Glauber Costa)</li>
<li>Add recovery-heavy profile to Whopper (Mikaël Francoeur)</li>
<li>Introduce portable logical log metadata for turso sync (Preston
Thorpe)</li>
<li>Add regression test for incorrect OR expression handling (Pavan
Nambi)</li>
<li>core/io: add runtime-registrable Rust IO backend (Robert
Sturla)</li>
<li>extensions: add macro for context-scalar functions (Preston
Thorpe)</li>
<li>Add core custom collation support (Marc-André Moreau)</li>
<li>Add managed aggregate callback support (Marc-André Moreau)</li>
<li>core/mvcc: set read_set to Vec and add batch query read bench (Pere
Diaz Bou)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tursodatabase/turso/blob/main/CHANGELOG.md">tech.turso:turso's
changelog</a>.</em></p>
<blockquote>
<h2>0.7.0 -- 2026-07-13</h2>
<h3>Added</h3>
<ul>
<li>core/mvcc: add passive checkpoint (Pere Diaz Bou)</li>
<li>dotnet: support NativeAOT static native linking (Marc-André
Moreau)</li>
<li>core/alloc: add stable push_within_capacity helper (Pedro
Muniz)</li>
<li>core/storage: add savepoint rollback consistency intent (Pekka
Enberg)</li>
<li>Add some testing guidance for agents (Pekka Enberg)</li>
<li>Add Aristo WAL verification (Sushant Dinesh)</li>
<li>add artificial wait for sticky disk to have latest snapshot (Pedro
Muniz)</li>
<li>sync/engine: add missing fsync() (Nikita Sivukhin)</li>
<li>Add Windows ARM64 CLI release support (Marc-André Moreau)</li>
<li>Add .NET remote transactions and batches (Marc-André Moreau)</li>
<li>Add .NET remote Hrana execution (Marc-André Moreau)</li>
<li>Add Turso EF Core SQLite provider (Marc-André Moreau)</li>
<li>mvcc: Add fallible MVCC row payload allocation sites (Pedro
Muniz)</li>
<li>Add mobile NuGet native targets (Marc-André Moreau)</li>
<li>core: register additional virtual tables into the catalog (Glauber
Costa)</li>
<li>alloc: add specialization in nightly for Vec (Pedro Muniz)</li>
<li>core/alloc: Add allocation site annotations and out-of-memory fault
injector (Pedro Muniz)</li>
<li>mvcc: lazily resolve shadow in new IndexShadowFinger (Preston
Thorpe)</li>
<li>mvcc: add allocator generic to mv store (Pedro Muniz)</li>
<li>Add SQL-standard scalar functions and PG-compatible aliases (Glauber
Costa)</li>
<li>Add shared buffer views for serialization callbacks (Pedro
Muniz)</li>
<li>Reject <code>ALTER TABLE ADD COLUM</code> when generated-columns
flag is off (Vartan Babayan)</li>
<li>add win tests for db/sync on js (Nikita Sivukhin)</li>
<li>Add .NET NuGet package publishing workflow (Marc-André Moreau)</li>
<li>mvcc: add sequence_watermark function and track sequence allocations
(Preston Thorpe)</li>
<li>Refactor memory benchmark into library + add CodSpeed CI tracking
(Pedro Muniz)</li>
<li>core/skiplist: use TursoAllocator for node allocation and add
fallible inserts (Pedro Muniz)</li>
<li>serverless/javascript: add option for custom request headers (Nikita
Sivukhin)</li>
<li>add yielding IO back-end for turso-stress to test async re-entrancy
(Preston Thorpe)</li>
<li>python: enable Tantivy FTS and add tests (Pekka Enberg)</li>
<li>feat: add PostgreSQL-style sequences and MVCC-safe AUTOINCREMENT
(Glauber Costa)</li>
<li>core/storage: Only mark WAL initialized after a successful header
sync (Pekka Enberg)</li>
<li>core/mvcc: avoid SeekingToLast with MVCC in newrowid (Pere Diaz
Bou)</li>
<li>Window functions plumbing 1: add stubs for builtins, refactor
row_number() to use VDBE aggregate machinery (Jussi Saurio)</li>
<li>core/translate: support FILTER in window clauses (Jussi Saurio)</li>
<li>Add mvcc recovery benchmark (Mikaël Francoeur)</li>
<li>core: Add WITHIN GROUP ordered-set aggregates (Glauber Costa)</li>
<li>Add recovery-heavy profile to Whopper (Mikaël Francoeur)</li>
<li>Introduce portable logical log metadata for turso sync (Preston
Thorpe)</li>
<li>Add regression test for incorrect OR expression handling (Pavan
Nambi)</li>
<li>core/io: add runtime-registrable Rust IO backend (Robert
Sturla)</li>
<li>extensions: add macro for context-scalar functions (Preston
Thorpe)</li>
<li>Add core custom collation support (Marc-André Moreau)</li>
<li>Add managed aggregate callback support (Marc-André Moreau)</li>
<li>core/mvcc: set read_set to Vec and add batch query read bench (Pere
Diaz Bou)</li>
<li>Add managed scalar callback foundation (Marc-André Moreau)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tursodatabase/turso/commit/e7cb62a8bd2f3655a661a621ee389365c1a1e43e"><code>e7cb62a</code></a>
Turso 0.7.0</li>
<li><a
href="https://github.com/tursodatabase/turso/commit/5d45fc049043254da01fbc55f078fba2ab82c7d7"><code>5d45fc0</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/tursodatabase/turso/commit/4b189629021fb3f11d4067be32d1c2d843e1128c"><code>4b18962</code></a>
Turso 0.7.0-pre.22</li>
<li><a
href="https://github.com/tursodatabase/turso/commit/0999a98af968595a47e49c9199a42e628cd94341"><code>0999a98</code></a>
Merge 'core: reject co-enablement of MVCC and multiprocess WAL' from
Jussi Sa...</li>
<li><a
href="https://github.com/tursodatabase/turso/commit/cb9414e77459c6a42a5ca97384446c8041aa85d2"><code>cb9414e</code></a>
core: reject co-enablement of MVCC and multiprocess WAL</li>
<li><a
href="https://github.com/tursodatabase/turso/commit/3e1301213ac65d2979ecfbb2c4bf9f4482b3de53"><code>3e13012</code></a>
Merge 'core/translate: use abort journal analysis for upsert DO UPDATE
arms' ...</li>
<li><a
href="https://github.com/tursodatabase/turso/commit/429533953bf47f8372a1e364cc8a4e62a554c87d"><code>4295339</code></a>
Merge 'Fix unsafe concurrent BTreeMap use in memory IO backends' from
Jussi S...</li>
<li><a
href="https://github.com/tursodatabase/turso/commit/385a0190e6f5dfd8588930945814b7308c3c46b6"><code>385a019</code></a>
core/translate: use abort journal analysis for upsert DO UPDATE
arms</li>
<li><a
href="https://github.com/tursodatabase/turso/commit/709920c500560e7e64ff982c6e5fe8325981bab8"><code>709920c</code></a>
Merge 'build(deps): bump js-yaml from 4.1.0 to 4.3.0 in
/bindings/javascript'...</li>
<li><a
href="https://github.com/tursodatabase/turso/commit/5ee49c0522c1873f8f05b03f905ca30bb3249cd5"><code>5ee49c0</code></a>
build(deps): bump js-yaml from 4.1.0 to 4.3.0 in
/bindings/javascript</li>
<li>Additional commits viewable in <a
href="https://github.com/tursodatabase/turso/compare/v0.6.0...v0.7.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 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)
</details>1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments