Skip to content

ci: Version Packages#1377

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

ci: Version Packages#1377
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 16, 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/angular-db@0.2.0

Minor Changes

  • fixing double reactive parameter tracking inside of injectLiveQuery (#1252)

Patch Changes

@tanstack/db@0.5.34

Patch Changes

  • Fix Temporal objects breaking live query updates when used with joins. Temporal objects (e.g. Temporal.PlainDate) have no enumerable properties, so the structural hash function produced identical hashes for all Temporal values, causing join index updates to be silently swallowed. Also add Temporal support to value normalization for join key matching and to the comparator for correct sort ordering. (#1370)

  • Fix loadSubset dedupe follow-up edge cases and add regression coverage. (#1352)

  • fix: Optimized unmount performance by batching cleanup tasks in a central queue. (#1326)

  • fix: support aggregates (e.g. count) in child/includes subqueries with per-parent scoping (#1294)

  • feat: support parent-referencing WHERE filters in includes child queries (#1294)

  • feat: support for subqueries for including hierarchical data in live queries (#1294)

  • feat: add toArray() wrapper for includes subqueries to materialize child results as plain arrays instead of live Collections (#1294)

  • Implement virtual properties end-to-end, including live query behavior and (#1213)
    typing support for virtual metadata on rows.

  • feat(persistence): add SQLite-based offline persistence for collections (#1358)

    Adds a new persistence layer that durably stores collection data in SQLite, enabling applications to survive page reloads and app restarts.

    Core persistence (@tanstack/db-sqlite-persisted-collection-core)

    • New package providing the shared SQLite persistence runtime: hydration, streaming, transaction tracking, and applied-tx pruning
    • SQLite core adapter with full query compilation, index management, and schema migration support
    • Portable conformance test contracts for runtime-specific adapters

    Browser (@tanstack/db-browser-wa-sqlite-persisted-collection)

    • New package for browser persistence via wa-sqlite backed by OPFS
    • Single-tab persistence with OPFS-based SQLite storage
    • BrowserCollectionCoordinator for multi-tab leader-election and cross-tab sync

    React Native (@tanstack/db-react-native-sqlite-persisted-collection)

    • New package for React Native persistence via op-sqlite
    • Adapter with transaction deadlock prevention and runtime parity coverage
  • Updated dependencies [bb09eb1]:

    • @tanstack/db-ivm@0.1.18

@tanstack/db-browser-wa-sqlite-persisted-collection@0.1.1

Patch Changes

  • feat(persistence): add SQLite-based offline persistence for collections (#1358)

    Adds a new persistence layer that durably stores collection data in SQLite, enabling applications to survive page reloads and app restarts.

    Core persistence (@tanstack/db-sqlite-persisted-collection-core)

    • New package providing the shared SQLite persistence runtime: hydration, streaming, transaction tracking, and applied-tx pruning
    • SQLite core adapter with full query compilation, index management, and schema migration support
    • Portable conformance test contracts for runtime-specific adapters

    Browser (@tanstack/db-browser-wa-sqlite-persisted-collection)

    • New package for browser persistence via wa-sqlite backed by OPFS
    • Single-tab persistence with OPFS-based SQLite storage
    • BrowserCollectionCoordinator for multi-tab leader-election and cross-tab sync

    React Native (@tanstack/db-react-native-sqlite-persisted-collection)

    • New package for React Native persistence via op-sqlite
    • Adapter with transaction deadlock prevention and runtime parity coverage
  • Updated dependencies [d351c67]:

    • @tanstack/db-sqlite-persisted-collection-core@0.1.1

@tanstack/db-electron-sqlite-persisted-collection@0.1.1

Patch Changes

  • feat(persistence): add Electron and Node.js SQLite persisted collection packages (#1359)

    Electron (@tanstack/db-electron-sqlite-persisted-collection)

    • New package for Electron persistence via better-sqlite3
    • IPC bridge for secure main-process SQLite access from renderer
    • ElectronCollectionCoordinator for coordinating persistence across Electron windows

    Node.js (@tanstack/db-node-sqlite-persisted-collection)

    • New package for Node.js persistence via the built-in node:sqlite module
    • Lightweight driver and persistence layer for server-side and CLI use cases
  • Updated dependencies [d351c67]:

    • @tanstack/db-sqlite-persisted-collection-core@0.1.1

@tanstack/db-ivm@0.1.18

Patch Changes

  • Fix Temporal objects breaking live query updates when used with joins. Temporal objects (e.g. Temporal.PlainDate) have no enumerable properties, so the structural hash function produced identical hashes for all Temporal values, causing join index updates to be silently swallowed. Also add Temporal support to value normalization for join key matching and to the comparator for correct sort ordering. (#1370)

@tanstack/db-node-sqlite-persisted-collection@0.1.1

Patch Changes

  • feat(persistence): add Electron and Node.js SQLite persisted collection packages (#1359)

    Electron (@tanstack/db-electron-sqlite-persisted-collection)

    • New package for Electron persistence via better-sqlite3
    • IPC bridge for secure main-process SQLite access from renderer
    • ElectronCollectionCoordinator for coordinating persistence across Electron windows

    Node.js (@tanstack/db-node-sqlite-persisted-collection)

    • New package for Node.js persistence via the built-in node:sqlite module
    • Lightweight driver and persistence layer for server-side and CLI use cases
  • Updated dependencies [d351c67]:

    • @tanstack/db-sqlite-persisted-collection-core@0.1.1

@tanstack/db-react-native-sqlite-persisted-collection@0.1.1

Patch Changes

  • feat(persistence): add SQLite-based offline persistence for collections (#1358)

    Adds a new persistence layer that durably stores collection data in SQLite, enabling applications to survive page reloads and app restarts.

    Core persistence (@tanstack/db-sqlite-persisted-collection-core)

    • New package providing the shared SQLite persistence runtime: hydration, streaming, transaction tracking, and applied-tx pruning
    • SQLite core adapter with full query compilation, index management, and schema migration support
    • Portable conformance test contracts for runtime-specific adapters

    Browser (@tanstack/db-browser-wa-sqlite-persisted-collection)

    • New package for browser persistence via wa-sqlite backed by OPFS
    • Single-tab persistence with OPFS-based SQLite storage
    • BrowserCollectionCoordinator for multi-tab leader-election and cross-tab sync

    React Native (@tanstack/db-react-native-sqlite-persisted-collection)

    • New package for React Native persistence via op-sqlite
    • Adapter with transaction deadlock prevention and runtime parity coverage
  • Updated dependencies [d351c67]:

    • @tanstack/db-sqlite-persisted-collection-core@0.1.1

@tanstack/db-sqlite-persisted-collection-core@0.1.1

Patch Changes

  • feat(persistence): add SQLite-based offline persistence for collections (#1358)

    Adds a new persistence layer that durably stores collection data in SQLite, enabling applications to survive page reloads and app restarts.

    Core persistence (@tanstack/db-sqlite-persisted-collection-core)

    • New package providing the shared SQLite persistence runtime: hydration, streaming, transaction tracking, and applied-tx pruning
    • SQLite core adapter with full query compilation, index management, and schema migration support
    • Portable conformance test contracts for runtime-specific adapters

    Browser (@tanstack/db-browser-wa-sqlite-persisted-collection)

    • New package for browser persistence via wa-sqlite backed by OPFS
    • Single-tab persistence with OPFS-based SQLite storage
    • BrowserCollectionCoordinator for multi-tab leader-election and cross-tab sync

    React Native (@tanstack/db-react-native-sqlite-persisted-collection)

    • New package for React Native persistence via op-sqlite
    • Adapter with transaction deadlock prevention and runtime parity coverage
  • Updated dependencies [bb09eb1, 179d666, 43ecbfa, 055fd94, 055fd94, 055fd94, 055fd94, 9952921, d351c67]:

    • @tanstack/db@0.5.34

@tanstack/electric-db-collection@0.2.42

Patch Changes

  • Update dependencies across workspace to resolve version mismatches: @electric-sql/client ^1.5.13, @tanstack/store ^0.9.2, pg ^8.20.0. Adapt subscription cleanup to @tanstack/store 0.9.x API which returns Subscription objects instead of unsubscribe functions. (#1381)

  • Updated dependencies [bb09eb1, 179d666, 43ecbfa, 055fd94, 055fd94, 055fd94, 055fd94, 9952921, d351c67]:

    • @tanstack/db@0.5.34

@tanstack/offline-transactions@1.0.25

Patch Changes

@tanstack/powersync-db-collection@0.1.38

Patch Changes

  • Added 'on-demand' syncMode option which makes the collection work with a query-driven sync approach. (#1356)

  • Update dependencies across workspace to resolve version mismatches: @electric-sql/client ^1.5.13, @tanstack/store ^0.9.2, pg ^8.20.0. Adapt subscription cleanup to @tanstack/store 0.9.x API which returns Subscription objects instead of unsubscribe functions. (#1381)

  • Updated dependencies [bb09eb1, 179d666, 43ecbfa, 055fd94, 055fd94, 055fd94, 055fd94, 9952921, d351c67]:

    • @tanstack/db@0.5.34

@tanstack/query-db-collection@1.0.31

Patch Changes

@tanstack/react-db@0.1.78

Patch Changes

  • Update dependencies across workspace to resolve version mismatches: @electric-sql/client ^1.5.13, @tanstack/store ^0.9.2, pg ^8.20.0. Adapt subscription cleanup to @tanstack/store 0.9.x API which returns Subscription objects instead of unsubscribe functions. (#1381)

  • Updated dependencies [bb09eb1, 179d666, 43ecbfa, 055fd94, 055fd94, 055fd94, 055fd94, 9952921, d351c67]:

    • @tanstack/db@0.5.34

@tanstack/rxdb-db-collection@0.1.66

Patch Changes

  • Update dependencies across workspace to resolve version mismatches: @electric-sql/client ^1.5.13, @tanstack/store ^0.9.2, pg ^8.20.0. Adapt subscription cleanup to @tanstack/store 0.9.x API which returns Subscription objects instead of unsubscribe functions. (#1381)

  • Updated dependencies [bb09eb1, 179d666, 43ecbfa, 055fd94, 055fd94, 055fd94, 055fd94, 9952921, d351c67]:

    • @tanstack/db@0.5.34

@tanstack/solid-db@0.2.14

Patch Changes

  • Update dependencies across workspace to resolve version mismatches: @electric-sql/client ^1.5.13, @tanstack/store ^0.9.2, pg ^8.20.0. Adapt subscription cleanup to @tanstack/store 0.9.x API which returns Subscription objects instead of unsubscribe functions. (#1381)

  • Updated dependencies [bb09eb1, 179d666, 43ecbfa, 055fd94, 055fd94, 055fd94, 055fd94, 9952921, d351c67]:

    • @tanstack/db@0.5.34

@tanstack/svelte-db@0.1.77

Patch Changes

@tanstack/trailbase-db-collection@0.1.78

Patch Changes

  • Add TrailBase syncMode support and end-to-end coverage for eager and on-demand collection syncing. (#1098)

  • Add a wider range of subset queries for TrailBase integration, including pagination, ordering, and basic where support. (#1101)

  • Update dependencies across workspace to resolve version mismatches: @electric-sql/client ^1.5.13, @tanstack/store ^0.9.2, pg ^8.20.0. Adapt subscription cleanup to @tanstack/store 0.9.x API which returns Subscription objects instead of unsubscribe functions. (#1381)

  • Updated dependencies [bb09eb1, 179d666, 43ecbfa, 055fd94, 055fd94, 055fd94, 055fd94, 9952921, d351c67]:

    • @tanstack/db@0.5.34

@tanstack/vue-db@0.0.111

Patch Changes

  • Update dependencies across workspace to resolve version mismatches: @electric-sql/client ^1.5.13, @tanstack/store ^0.9.2, pg ^8.20.0. Adapt subscription cleanup to @tanstack/store 0.9.x API which returns Subscription objects instead of unsubscribe functions. (#1381)

  • Updated dependencies [bb09eb1, 179d666, 43ecbfa, 055fd94, 055fd94, 055fd94, 055fd94, 9952921, d351c67]:

    • @tanstack/db@0.5.34

todos@0.0.18

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 9 times, most recently from 34e1f43 to 593043a Compare March 17, 2026 19:19
@github-actions github-actions bot force-pushed the changeset-release/main branch from 593043a to 0ca8d6d Compare March 18, 2026 13:10
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.

0 participants