Skip to content

Releases: TanStack/db

@tanstack/query-db-collection@1.0.40

09 Jun 13:09
4d1abde

Choose a tag to compare

Patch Changes

  • Forward gcTime from queryCollectionOptions to the underlying TanStack Query observer. The gcTime option was previously documented in the config shape but silently dropped before reaching the observer, leaving consumers stuck on the queryClient default. Closes #1546. (#1568)

@tanstack/vue-db@0.0.119

05 Jun 18:20
66210a5

Choose a tag to compare

Patch Changes

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

@tanstack/trailbase-db-collection@0.1.86

05 Jun 18:20
66210a5

Choose a tag to compare

Patch Changes

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

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

05 Jun 18:20
66210a5

Choose a tag to compare

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/svelte-db@0.1.85

05 Jun 18:20
66210a5

Choose a tag to compare

Patch Changes

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

@tanstack/solid-db@0.2.22

05 Jun 18:20
66210a5

Choose a tag to compare

Patch Changes

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

@tanstack/rxdb-db-collection@0.1.74

05 Jun 18:20
66210a5

Choose a tag to compare

Patch Changes

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

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

05 Jun 18:20
66210a5

Choose a tag to compare

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-db@0.1.86

05 Jun 18:20
66210a5

Choose a tag to compare

Patch Changes

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

@tanstack/query-db-collection@1.0.39

05 Jun 18:20
66210a5

Choose a tag to compare

Patch Changes

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