Merged
Conversation
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/angular-db@0.1.63
Patch Changes
e29aab3,f4a9bd2]:@tanstack/browser-db-sqlite-persistence@0.1.7
Patch Changes
@tanstack/capacitor-db-sqlite-persistence@0.1.7
Patch Changes
@tanstack/cloudflare-durable-objects-db-sqlite-persistence@0.1.7
Patch Changes
@tanstack/db@0.6.3
Patch Changes
Fix nested
toArray()includes not propagating changes at depth 3+. When a query used nested includes liketoArray(runs) → toArray(texts) → concat(toArray(textDeltas)), changes to the deepest level (e.g., inserting a textDelta) were silently lost becauseflushIncludesStateonly drained one level of nested buffers. Also throw a clear error whentoArray()orconcat(toArray())is used inside expressions likecoalesce(), instead of silently producing incorrect results. (#1457)fix: orderBy + limit queries crash when no index exists (#1437)
When auto-indexing is disabled (the default), queries with
orderByandlimitwhere the limit exceeds the available data would crash with "Ordered snapshot was requested but no index was found". The on-demand loader now correctly skips cursor-based loading when no index is available.@tanstack/db-sqlite-persistence-core@0.1.7
Patch Changes
e29aab3,f4a9bd2]:@tanstack/electric-db-collection@0.3.1
Patch Changes
e29aab3,f4a9bd2]:@tanstack/electron-db-sqlite-persistence@0.1.7
Patch Changes
@tanstack/expo-db-sqlite-persistence@0.1.7
Patch Changes
@tanstack/node-db-sqlite-persistence@0.1.7
Patch Changes
@tanstack/offline-transactions@1.0.28
Patch Changes
e29aab3,f4a9bd2]:@tanstack/powersync-db-collection@0.1.41
Patch Changes
e29aab3,f4a9bd2]:@tanstack/query-db-collection@1.0.34
Patch Changes
e29aab3,f4a9bd2]:@tanstack/react-db@0.1.81
Patch Changes
e29aab3,f4a9bd2]:@tanstack/react-native-db-sqlite-persistence@0.1.7
Patch Changes
@tanstack/rxdb-db-collection@0.1.69
Patch Changes
e29aab3,f4a9bd2]:@tanstack/solid-db@0.2.17
Patch Changes
e29aab3,f4a9bd2]:@tanstack/svelte-db@0.1.80
Patch Changes
e29aab3,f4a9bd2]:@tanstack/tauri-db-sqlite-persistence@0.1.7
Patch Changes
@tanstack/trailbase-db-collection@0.1.81
Patch Changes
e29aab3,f4a9bd2]:@tanstack/vue-db@0.0.114
Patch Changes
e29aab3,f4a9bd2]:@tanstack/capacitor-db-sqlite-persistence-e2e-app@0.0.7
Patch Changes
e29aab3,f4a9bd2]:@tanstack/expo-db-sqlite-persistence-e2e-app@0.0.7
Patch Changes
e29aab3,f4a9bd2]:@tanstack/tauri-db-sqlite-persistence-e2e-app@0.0.7
Patch Changes
e29aab3,f4a9bd2]: