ci: Version Packages#1570
Merged
Merged
Conversation
2c835a4 to
046eff5
Compare
KyleAMathews
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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_txreplay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter applyappliedTxPruneMaxRows: 1_000andappliedTxPruneMaxAgeSeconds: 86_400(24h). Both remain overridable, and passing0disables that limit. The defaults are exported asDEFAULT_APPLIED_TX_PRUNE_MAX_ROWSandDEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDSfrom the shared SQLite core package and re-exported by wrapper packages. (#1572)The shared SQLite core adapter now treats
applied_txas a bounded replay cache duringpullSincerecovery. If a recovery request starts before the retained replay window,pullSincereturnsrequiresFullReload: trueinstead of returning partial deltas.Patch Changes
58edb26]:@tanstack/capacitor-db-sqlite-persistence@0.2.0
Minor Changes
SQLite persistence wrappers now prune the
applied_txreplay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter applyappliedTxPruneMaxRows: 1_000andappliedTxPruneMaxAgeSeconds: 86_400(24h). Both remain overridable, and passing0disables that limit. The defaults are exported asDEFAULT_APPLIED_TX_PRUNE_MAX_ROWSandDEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDSfrom the shared SQLite core package and re-exported by wrapper packages. (#1572)The shared SQLite core adapter now treats
applied_txas a bounded replay cache duringpullSincerecovery. If a recovery request starts before the retained replay window,pullSincereturnsrequiresFullReload: trueinstead of returning partial deltas.Patch Changes
58edb26]:@tanstack/cloudflare-durable-objects-db-sqlite-persistence@0.2.0
Minor Changes
SQLite persistence wrappers now prune the
applied_txreplay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter applyappliedTxPruneMaxRows: 1_000andappliedTxPruneMaxAgeSeconds: 86_400(24h). Both remain overridable, and passing0disables that limit. The defaults are exported asDEFAULT_APPLIED_TX_PRUNE_MAX_ROWSandDEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDSfrom the shared SQLite core package and re-exported by wrapper packages. (#1572)The shared SQLite core adapter now treats
applied_txas a bounded replay cache duringpullSincerecovery. If a recovery request starts before the retained replay window,pullSincereturnsrequiresFullReload: trueinstead of returning partial deltas.Patch Changes
58edb26]:@tanstack/db-sqlite-persistence-core@0.2.0
Minor Changes
SQLite persistence wrappers now prune the
applied_txreplay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter applyappliedTxPruneMaxRows: 1_000andappliedTxPruneMaxAgeSeconds: 86_400(24h). Both remain overridable, and passing0disables that limit. The defaults are exported asDEFAULT_APPLIED_TX_PRUNE_MAX_ROWSandDEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDSfrom the shared SQLite core package and re-exported by wrapper packages. (#1572)The shared SQLite core adapter now treats
applied_txas a bounded replay cache duringpullSincerecovery. If a recovery request starts before the retained replay window,pullSincereturnsrequiresFullReload: trueinstead of returning partial deltas.Patch Changes
3827b62]:@tanstack/expo-db-sqlite-persistence@0.2.0
Minor Changes
SQLite persistence wrappers now prune the
applied_txreplay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter applyappliedTxPruneMaxRows: 1_000andappliedTxPruneMaxAgeSeconds: 86_400(24h). Both remain overridable, and passing0disables that limit. The defaults are exported asDEFAULT_APPLIED_TX_PRUNE_MAX_ROWSandDEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDSfrom the shared SQLite core package and re-exported by wrapper packages. (#1572)The shared SQLite core adapter now treats
applied_txas a bounded replay cache duringpullSincerecovery. If a recovery request starts before the retained replay window,pullSincereturnsrequiresFullReload: trueinstead of returning partial deltas.Patch Changes
58edb26]:@tanstack/node-db-sqlite-persistence@0.2.0
Minor Changes
SQLite persistence wrappers now prune the
applied_txreplay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter applyappliedTxPruneMaxRows: 1_000andappliedTxPruneMaxAgeSeconds: 86_400(24h). Both remain overridable, and passing0disables that limit. The defaults are exported asDEFAULT_APPLIED_TX_PRUNE_MAX_ROWSandDEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDSfrom the shared SQLite core package and re-exported by wrapper packages. (#1572)The shared SQLite core adapter now treats
applied_txas a bounded replay cache duringpullSincerecovery. If a recovery request starts before the retained replay window,pullSincereturnsrequiresFullReload: trueinstead of returning partial deltas.Patch Changes
58edb26]:@tanstack/react-native-db-sqlite-persistence@0.2.0
Minor Changes
SQLite persistence wrappers now prune the
applied_txreplay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter applyappliedTxPruneMaxRows: 1_000andappliedTxPruneMaxAgeSeconds: 86_400(24h). Both remain overridable, and passing0disables that limit. The defaults are exported asDEFAULT_APPLIED_TX_PRUNE_MAX_ROWSandDEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDSfrom the shared SQLite core package and re-exported by wrapper packages. (#1572)The shared SQLite core adapter now treats
applied_txas a bounded replay cache duringpullSincerecovery. If a recovery request starts before the retained replay window,pullSincereturnsrequiresFullReload: trueinstead of returning partial deltas.Patch Changes
58edb26]:@tanstack/tauri-db-sqlite-persistence@0.2.0
Minor Changes
SQLite persistence wrappers now prune the
applied_txreplay log by default so SQLite files no longer grow without bound. When prune options are omitted, wrappers that construct the shared SQLite core adapter applyappliedTxPruneMaxRows: 1_000andappliedTxPruneMaxAgeSeconds: 86_400(24h). Both remain overridable, and passing0disables that limit. The defaults are exported asDEFAULT_APPLIED_TX_PRUNE_MAX_ROWSandDEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDSfrom the shared SQLite core package and re-exported by wrapper packages. (#1572)The shared SQLite core adapter now treats
applied_txas a bounded replay cache duringpullSincerecovery. If a recovery request starts before the retained replay window,pullSincereturnsrequiresFullReload: trueinstead of returning partial deltas.Patch Changes
58edb26]:@tanstack/angular-db@0.1.68
Patch Changes
3827b62]:@tanstack/db@0.6.8
Patch Changes
materialize()helper for includes subqueries. Multi-row subqueries produce anArray<T>snapshot on the parent row (equivalent totoArray()), andfindOne()subqueries produce a singleT | undefinedvalue. The snapshot updates reactively as the underlying children change. (#1569)@tanstack/electric-db-collection@0.3.6
Patch Changes
3827b62]:@tanstack/electron-db-sqlite-persistence@0.1.12
Patch Changes
58edb26]:@tanstack/offline-transactions@1.0.33
Patch Changes
3827b62]:@tanstack/powersync-db-collection@0.1.46
Patch Changes
3827b62]:@tanstack/query-db-collection@1.0.39
Patch Changes
3827b62]:@tanstack/react-db@0.1.86
Patch Changes
3827b62]:@tanstack/rxdb-db-collection@0.1.74
Patch Changes
3827b62]:@tanstack/solid-db@0.2.22
Patch Changes
3827b62]:@tanstack/svelte-db@0.1.85
Patch Changes
3827b62]:@tanstack/trailbase-db-collection@0.1.86
Patch Changes
3827b62]:@tanstack/vue-db@0.0.119
Patch Changes
3827b62]:offline-first-electron@1.0.2
Patch Changes
58edb26]:offline-transactions-react-native@1.0.3
Patch Changes
3827b62,58edb26]:shopping-list-react-native@1.0.3
Patch Changes
3827b62,58edb26]:@tanstack/capacitor-db-sqlite-persistence-e2e-app@0.0.12
Patch Changes
3827b62,58edb26]:@tanstack/expo-db-sqlite-persistence-e2e-app@0.0.12
Patch Changes
3827b62,58edb26]:@tanstack/tauri-db-sqlite-persistence-e2e-app@0.0.12
Patch Changes
3827b62,58edb26]: