Skip to content

ci: Version Packages#1570

Merged
KyleAMathews merged 1 commit into
mainfrom
changeset-release/main
Jun 5, 2026
Merged

ci: Version Packages#1570
KyleAMathews merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 4, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tanstack/browser-db-sqlite-persistence@0.2.0

Minor Changes

  • SQLite persistence wrappers now prune the applied_tx replay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter apply appliedTxPruneMaxRows: 1_000 and appliedTxPruneMaxAgeSeconds: 86_400 (24h). Both remain overridable, and passing 0 disables that limit. The defaults are exported as DEFAULT_APPLIED_TX_PRUNE_MAX_ROWS and DEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDS from the shared SQLite core package and re-exported by wrapper packages. (#1572)

    The shared SQLite core adapter now treats applied_tx as a bounded replay cache during pullSince recovery. If a recovery request starts before the retained replay window, pullSince returns requiresFullReload: true instead of returning partial deltas.

Patch Changes

  • Updated dependencies [58edb26]:
    • @tanstack/db-sqlite-persistence-core@0.2.0

@tanstack/capacitor-db-sqlite-persistence@0.2.0

Minor Changes

  • SQLite persistence wrappers now prune the applied_tx replay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter apply appliedTxPruneMaxRows: 1_000 and appliedTxPruneMaxAgeSeconds: 86_400 (24h). Both remain overridable, and passing 0 disables that limit. The defaults are exported as DEFAULT_APPLIED_TX_PRUNE_MAX_ROWS and DEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDS from the shared SQLite core package and re-exported by wrapper packages. (#1572)

    The shared SQLite core adapter now treats applied_tx as a bounded replay cache during pullSince recovery. If a recovery request starts before the retained replay window, pullSince returns requiresFullReload: true instead of returning partial deltas.

Patch Changes

  • Updated dependencies [58edb26]:
    • @tanstack/db-sqlite-persistence-core@0.2.0

@tanstack/cloudflare-durable-objects-db-sqlite-persistence@0.2.0

Minor Changes

  • SQLite persistence wrappers now prune the applied_tx replay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter apply appliedTxPruneMaxRows: 1_000 and appliedTxPruneMaxAgeSeconds: 86_400 (24h). Both remain overridable, and passing 0 disables that limit. The defaults are exported as DEFAULT_APPLIED_TX_PRUNE_MAX_ROWS and DEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDS from the shared SQLite core package and re-exported by wrapper packages. (#1572)

    The shared SQLite core adapter now treats applied_tx as a bounded replay cache during pullSince recovery. If a recovery request starts before the retained replay window, pullSince returns requiresFullReload: true instead of returning partial deltas.

Patch Changes

  • Updated dependencies [58edb26]:
    • @tanstack/db-sqlite-persistence-core@0.2.0

@tanstack/db-sqlite-persistence-core@0.2.0

Minor Changes

  • SQLite persistence wrappers now prune the applied_tx replay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter apply appliedTxPruneMaxRows: 1_000 and appliedTxPruneMaxAgeSeconds: 86_400 (24h). Both remain overridable, and passing 0 disables that limit. The defaults are exported as DEFAULT_APPLIED_TX_PRUNE_MAX_ROWS and DEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDS from the shared SQLite core package and re-exported by wrapper packages. (#1572)

    The shared SQLite core adapter now treats applied_tx as a bounded replay cache during pullSince recovery. If a recovery request starts before the retained replay window, pullSince returns requiresFullReload: true instead of returning partial deltas.

Patch Changes

  • Updated dependencies [3827b62]:
    • @tanstack/db@0.6.8

@tanstack/expo-db-sqlite-persistence@0.2.0

Minor Changes

  • SQLite persistence wrappers now prune the applied_tx replay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter apply appliedTxPruneMaxRows: 1_000 and appliedTxPruneMaxAgeSeconds: 86_400 (24h). Both remain overridable, and passing 0 disables that limit. The defaults are exported as DEFAULT_APPLIED_TX_PRUNE_MAX_ROWS and DEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDS from the shared SQLite core package and re-exported by wrapper packages. (#1572)

    The shared SQLite core adapter now treats applied_tx as a bounded replay cache during pullSince recovery. If a recovery request starts before the retained replay window, pullSince returns requiresFullReload: true instead of returning partial deltas.

Patch Changes

  • Updated dependencies [58edb26]:
    • @tanstack/db-sqlite-persistence-core@0.2.0

@tanstack/node-db-sqlite-persistence@0.2.0

Minor Changes

  • SQLite persistence wrappers now prune the applied_tx replay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter apply appliedTxPruneMaxRows: 1_000 and appliedTxPruneMaxAgeSeconds: 86_400 (24h). Both remain overridable, and passing 0 disables that limit. The defaults are exported as DEFAULT_APPLIED_TX_PRUNE_MAX_ROWS and DEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDS from the shared SQLite core package and re-exported by wrapper packages. (#1572)

    The shared SQLite core adapter now treats applied_tx as a bounded replay cache during pullSince recovery. If a recovery request starts before the retained replay window, pullSince returns requiresFullReload: true instead of returning partial deltas.

Patch Changes

  • Updated dependencies [58edb26]:
    • @tanstack/db-sqlite-persistence-core@0.2.0

@tanstack/react-native-db-sqlite-persistence@0.2.0

Minor Changes

  • SQLite persistence wrappers now prune the applied_tx replay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter apply appliedTxPruneMaxRows: 1_000 and appliedTxPruneMaxAgeSeconds: 86_400 (24h). Both remain overridable, and passing 0 disables that limit. The defaults are exported as DEFAULT_APPLIED_TX_PRUNE_MAX_ROWS and DEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDS from the shared SQLite core package and re-exported by wrapper packages. (#1572)

    The shared SQLite core adapter now treats applied_tx as a bounded replay cache during pullSince recovery. If a recovery request starts before the retained replay window, pullSince returns requiresFullReload: true instead of returning partial deltas.

Patch Changes

  • Updated dependencies [58edb26]:
    • @tanstack/db-sqlite-persistence-core@0.2.0

@tanstack/tauri-db-sqlite-persistence@0.2.0

Minor Changes

  • SQLite persistence wrappers now prune the applied_tx replay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter apply appliedTxPruneMaxRows: 1_000 and appliedTxPruneMaxAgeSeconds: 86_400 (24h). Both remain overridable, and passing 0 disables that limit. The defaults are exported as DEFAULT_APPLIED_TX_PRUNE_MAX_ROWS and DEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDS from the shared SQLite core package and re-exported by wrapper packages. (#1572)

    The shared SQLite core adapter now treats applied_tx as a bounded replay cache during pullSince recovery. If a recovery request starts before the retained replay window, pullSince returns requiresFullReload: true instead of returning partial deltas.

Patch Changes

  • Updated dependencies [58edb26]:
    • @tanstack/db-sqlite-persistence-core@0.2.0

@tanstack/angular-db@0.1.68

Patch Changes

  • Updated dependencies [3827b62]:
    • @tanstack/db@0.6.8

@tanstack/db@0.6.8

Patch Changes

  • Added the materialize() helper for includes subqueries. Multi-row subqueries produce an Array<T> snapshot on the parent row (equivalent to toArray()), and findOne() subqueries produce a single T | undefined value. The snapshot updates reactively as the underlying children change. (#1569)

@tanstack/electric-db-collection@0.3.6

Patch Changes

  • Updated dependencies [3827b62]:
    • @tanstack/db@0.6.8

@tanstack/electron-db-sqlite-persistence@0.1.12

Patch Changes

  • Updated dependencies [58edb26]:
    • @tanstack/db-sqlite-persistence-core@0.2.0

@tanstack/offline-transactions@1.0.33

Patch Changes

  • Updated dependencies [3827b62]:
    • @tanstack/db@0.6.8

@tanstack/powersync-db-collection@0.1.46

Patch Changes

  • Updated dependencies [3827b62]:
    • @tanstack/db@0.6.8

@tanstack/query-db-collection@1.0.39

Patch Changes

  • Updated dependencies [3827b62]:
    • @tanstack/db@0.6.8

@tanstack/react-db@0.1.86

Patch Changes

  • Updated dependencies [3827b62]:
    • @tanstack/db@0.6.8

@tanstack/rxdb-db-collection@0.1.74

Patch Changes

  • Updated dependencies [3827b62]:
    • @tanstack/db@0.6.8

@tanstack/solid-db@0.2.22

Patch Changes

  • Updated dependencies [3827b62]:
    • @tanstack/db@0.6.8

@tanstack/svelte-db@0.1.85

Patch Changes

  • Updated dependencies [3827b62]:
    • @tanstack/db@0.6.8

@tanstack/trailbase-db-collection@0.1.86

Patch Changes

  • Updated dependencies [3827b62]:
    • @tanstack/db@0.6.8

@tanstack/vue-db@0.0.119

Patch Changes

  • Updated dependencies [3827b62]:
    • @tanstack/db@0.6.8

offline-first-electron@1.0.2

Patch Changes

  • Updated dependencies [58edb26]:
    • @tanstack/node-db-sqlite-persistence@0.2.0
    • @tanstack/offline-transactions@1.0.33
    • @tanstack/query-db-collection@1.0.39
    • @tanstack/react-db@0.1.86
    • @tanstack/electron-db-sqlite-persistence@0.1.12

offline-transactions-react-native@1.0.3

Patch Changes

  • Updated dependencies [3827b62, 58edb26]:
    • @tanstack/db@0.6.8
    • @tanstack/react-native-db-sqlite-persistence@0.2.0
    • @tanstack/offline-transactions@1.0.33
    • @tanstack/query-db-collection@1.0.39
    • @tanstack/react-db@0.1.86

shopping-list-react-native@1.0.3

Patch Changes

  • Updated dependencies [3827b62, 58edb26]:
    • @tanstack/db@0.6.8
    • @tanstack/react-native-db-sqlite-persistence@0.2.0
    • @tanstack/electric-db-collection@0.3.6
    • @tanstack/offline-transactions@1.0.33
    • @tanstack/react-db@0.1.86

@tanstack/capacitor-db-sqlite-persistence-e2e-app@0.0.12

Patch Changes

  • Updated dependencies [3827b62, 58edb26]:
    • @tanstack/db@0.6.8
    • @tanstack/capacitor-db-sqlite-persistence@0.2.0

@tanstack/expo-db-sqlite-persistence-e2e-app@0.0.12

Patch Changes

  • Updated dependencies [3827b62, 58edb26]:
    • @tanstack/db@0.6.8
    • @tanstack/expo-db-sqlite-persistence@0.2.0

@tanstack/tauri-db-sqlite-persistence-e2e-app@0.0.12

Patch Changes

  • Updated dependencies [3827b62, 58edb26]:
    • @tanstack/db@0.6.8
    • @tanstack/tauri-db-sqlite-persistence@0.2.0

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 2c835a4 to 046eff5 Compare June 5, 2026 18:06
@KyleAMathews KyleAMathews merged commit 66210a5 into main Jun 5, 2026
2 checks passed
@KyleAMathews KyleAMathews deleted the changeset-release/main branch June 5, 2026 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant