ci: Version Packages#1670
Merged
Merged
Conversation
231dcec to
dd64111
Compare
dd64111 to
a4c26b7
Compare
More templates
@tanstack/angular-db
@tanstack/browser-db-sqlite-persistence
@tanstack/capacitor-db-sqlite-persistence
@tanstack/cloudflare-durable-objects-db-sqlite-persistence
@tanstack/db
@tanstack/db-ivm
@tanstack/db-sqlite-persistence-core
@tanstack/electric-db-collection
@tanstack/electron-db-sqlite-persistence
@tanstack/expo-db-sqlite-persistence
@tanstack/node-db-sqlite-persistence
@tanstack/offline-transactions
@tanstack/powersync-db-collection
@tanstack/query-db-collection
@tanstack/react-db
@tanstack/react-native-db-sqlite-persistence
@tanstack/rxdb-db-collection
@tanstack/solid-db
@tanstack/svelte-db
@tanstack/tauri-db-sqlite-persistence
@tanstack/trailbase-db-collection
@tanstack/vue-db
commit: |
Contributor
Author
|
Size Change: 0 B Total Size: 125 kB ℹ️ View Unchanged
|
Contributor
Author
|
Size Change: 0 B Total Size: 4.22 kB ℹ️ View Unchanged
|
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/query-db-collection@1.1.0
Minor Changes
Patch Changes
Fix temporary query readiness listeners so subset unload and collection cleanup release them correctly during in-flight requests. (#1673)
Extract internal query row ownership helpers to make lifecycle cleanup paths easier to reason about while preserving existing behavior. (#1664)
Updated dependencies [
8258d09,286964d]:@tanstack/angular-db@0.1.76
Patch Changes
8258d09,286964d]:@tanstack/browser-db-sqlite-persistence@0.2.8
Patch Changes
@tanstack/capacitor-db-sqlite-persistence@0.2.8
Patch Changes
@tanstack/cloudflare-durable-objects-db-sqlite-persistence@0.2.8
Patch Changes
@tanstack/db@0.6.16
Patch Changes
Fix queries failing to typecheck when the collection's row type is a generic type parameter. Refs inside where/join/select callbacks now expose the properties guaranteed by the type parameter's constraint, and subqueries over generic collections can be used as join sources again (regression introduced in 0.6.6). (#1678)
Preserve an explicit
gcTime: 0on live query collections. The live query config builder usedthis.config.gcTime || 5000, so agcTimeof0(which disables garbage collection) was treated as unset and silently replaced by the 5s default, causing the collection to be garbage collected instead of kept alive. Use??so onlyundefinedfalls back to the default. (#1660)@tanstack/db-sqlite-persistence-core@0.2.8
Patch Changes
8258d09,286964d]:@tanstack/electric-db-collection@0.3.14
Patch Changes
Prevent progressive Electric collections from truncating persisted rows when resuming from saved Electric shape metadata. (#1493)
Bound the wait for Electric stream refreshes before loading on-demand subsets so native fetch implementations that do not promptly abort long polls do not keep live queries loading until the poll times out. (#1575)
Updated dependencies [
8258d09,286964d]:@tanstack/electron-db-sqlite-persistence@0.1.20
Patch Changes
@tanstack/expo-db-sqlite-persistence@0.2.8
Patch Changes
@tanstack/node-db-sqlite-persistence@0.2.8
Patch Changes
@tanstack/offline-transactions@1.0.41
Patch Changes
8258d09,286964d]:@tanstack/powersync-db-collection@0.1.54
Patch Changes
8258d09,286964d]:@tanstack/react-db@0.1.94
Patch Changes
8258d09,286964d]:@tanstack/react-native-db-sqlite-persistence@0.2.8
Patch Changes
@tanstack/rxdb-db-collection@0.1.82
Patch Changes
8258d09,286964d]:@tanstack/solid-db@0.2.30
Patch Changes
8258d09,286964d]:@tanstack/svelte-db@0.1.93
Patch Changes
8258d09,286964d]:@tanstack/tauri-db-sqlite-persistence@0.2.8
Patch Changes
@tanstack/trailbase-db-collection@0.1.94
Patch Changes
8258d09,286964d]:@tanstack/vue-db@0.0.127
Patch Changes
8258d09,286964d]:@tanstack/capacitor-db-sqlite-persistence-e2e-app@0.0.20
Patch Changes
8258d09,286964d]:@tanstack/expo-db-sqlite-persistence-e2e-app@0.0.20
Patch Changes
8258d09,286964d]:@tanstack/tauri-db-sqlite-persistence-e2e-app@0.0.20
Patch Changes
8258d09,286964d]: