Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/materialize-includes-helper.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/node-default-applied-tx-pruning.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/angular/todos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@angular/forms": "^20.3.16",
"@angular/platform-browser": "^20.3.16",
"@angular/router": "^20.3.16",
"@tanstack/angular-db": "^0.1.67",
"@tanstack/db": "^0.6.7",
"@tanstack/angular-db": "^0.1.68",
"@tanstack/db": "^0.6.8",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
Expand Down
11 changes: 11 additions & 0 deletions examples/electron/offline-first/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# offline-first-electron

## 1.0.2

### Patch Changes

- Updated dependencies [[`58edb26`](https://github.com/TanStack/db/commit/58edb26e87de8d992594119e39a9daa6f80620f2)]:
- @tanstack/node-db-sqlite-persistence@0.2.0
- @tanstack/offline-transactions@1.0.33
- @tanstack/query-db-collection@1.0.39
- @tanstack/react-db@0.1.86
- @tanstack/electron-db-sqlite-persistence@0.1.12

## 1.0.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions examples/electron/offline-first/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offline-first-electron",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"type": "module",
"main": "electron/main.ts",
Expand All @@ -13,11 +13,11 @@
"postinstall": "prebuild-install --runtime electron --target 40.2.1 --arch arm64 || echo 'prebuild-install failed, try: npx @electron/rebuild'"
},
"dependencies": {
"@tanstack/electron-db-sqlite-persistence": "^0.1.11",
"@tanstack/node-db-sqlite-persistence": "^0.1.11",
"@tanstack/offline-transactions": "^1.0.32",
"@tanstack/query-db-collection": "^1.0.38",
"@tanstack/react-db": "^0.1.85",
"@tanstack/electron-db-sqlite-persistence": "^0.1.12",
"@tanstack/node-db-sqlite-persistence": "^0.2.0",
"@tanstack/offline-transactions": "^1.0.33",
"@tanstack/query-db-collection": "^1.0.39",
"@tanstack/react-db": "^0.1.86",
"@tanstack/react-query": "^5.90.20",
"better-sqlite3": "^12.6.2",
"react": "^19.2.4",
Expand Down
11 changes: 11 additions & 0 deletions examples/react-native/offline-transactions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# offline-transactions-react-native

## 1.0.3

### Patch Changes

- Updated dependencies [[`3827b62`](https://github.com/TanStack/db/commit/3827b62604bbfc970d80b57479c8da063d78e69d), [`58edb26`](https://github.com/TanStack/db/commit/58edb26e87de8d992594119e39a9daa6f80620f2)]:
- @tanstack/db@0.6.8
- @tanstack/react-native-db-sqlite-persistence@0.2.0
- @tanstack/offline-transactions@1.0.33
- @tanstack/query-db-collection@1.0.39
- @tanstack/react-db@0.1.86

## 1.0.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions examples/react-native/offline-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offline-transactions-react-native",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"main": "expo-router/entry",
"scripts": {
Expand All @@ -15,11 +15,11 @@
"@op-engineering/op-sqlite": "^15.2.5",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/netinfo": "11.4.1",
"@tanstack/db": "^0.6.7",
"@tanstack/offline-transactions": "^1.0.32",
"@tanstack/query-db-collection": "^1.0.38",
"@tanstack/react-db": "^0.1.85",
"@tanstack/react-native-db-sqlite-persistence": "^0.1.11",
"@tanstack/db": "^0.6.8",
"@tanstack/offline-transactions": "^1.0.33",
"@tanstack/query-db-collection": "^1.0.39",
"@tanstack/react-db": "^0.1.86",
"@tanstack/react-native-db-sqlite-persistence": "^0.2.0",
"@tanstack/react-query": "^5.90.20",
"expo": "~53.0.26",
"expo-constants": "~17.1.0",
Expand Down
11 changes: 11 additions & 0 deletions examples/react-native/shopping-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# shopping-list-react-native

## 1.0.3

### Patch Changes

- Updated dependencies [[`3827b62`](https://github.com/TanStack/db/commit/3827b62604bbfc970d80b57479c8da063d78e69d), [`58edb26`](https://github.com/TanStack/db/commit/58edb26e87de8d992594119e39a9daa6f80620f2)]:
- @tanstack/db@0.6.8
- @tanstack/react-native-db-sqlite-persistence@0.2.0
- @tanstack/electric-db-collection@0.3.6
- @tanstack/offline-transactions@1.0.33
- @tanstack/react-db@0.1.86

## 1.0.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions examples/react-native/shopping-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopping-list-react-native",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"main": "expo-router/entry",
"scripts": {
Expand All @@ -18,11 +18,11 @@
"@op-engineering/op-sqlite": "^15.2.5",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/netinfo": "11.4.1",
"@tanstack/db": "^0.6.7",
"@tanstack/electric-db-collection": "^0.3.5",
"@tanstack/offline-transactions": "^1.0.32",
"@tanstack/react-db": "^0.1.85",
"@tanstack/react-native-db-sqlite-persistence": "^0.1.11",
"@tanstack/db": "^0.6.8",
"@tanstack/electric-db-collection": "^0.3.6",
"@tanstack/offline-transactions": "^1.0.33",
"@tanstack/react-db": "^0.1.86",
"@tanstack/react-native-db-sqlite-persistence": "^0.2.0",
"@tanstack/react-query": "^5.90.20",
"expo": "~53.0.26",
"expo-constants": "~17.1.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/react/offline-transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"build": "vite build && tsc --noEmit"
},
"dependencies": {
"@tanstack/browser-db-sqlite-persistence": "^0.1.11",
"@tanstack/db": "^0.6.7",
"@tanstack/offline-transactions": "^1.0.32",
"@tanstack/query-db-collection": "^1.0.38",
"@tanstack/react-db": "^0.1.85",
"@tanstack/browser-db-sqlite-persistence": "^0.2.0",
"@tanstack/db": "^0.6.8",
"@tanstack/offline-transactions": "^1.0.33",
"@tanstack/query-db-collection": "^1.0.39",
"@tanstack/react-db": "^0.1.86",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-router-devtools": "^1.159.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/paced-mutations-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/db": "^0.6.7",
"@tanstack/react-db": "^0.1.85",
"@tanstack/db": "^0.6.8",
"@tanstack/react-db": "^0.1.86",
"mitt": "^3.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/projects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "^1.0.38",
"@tanstack/react-db": "^0.1.85",
"@tanstack/query-db-collection": "^1.0.39",
"@tanstack/react-db": "^0.1.86",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-router-devtools": "^1.159.5",
"@tanstack/react-router-with-query": "^1.130.17",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"private": true,
"version": "0.1.25",
"dependencies": {
"@tanstack/electric-db-collection": "^0.3.5",
"@tanstack/electric-db-collection": "^0.3.6",
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "^1.0.38",
"@tanstack/react-db": "^0.1.85",
"@tanstack/query-db-collection": "^1.0.39",
"@tanstack/react-db": "^0.1.86",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-start": "^1.159.5",
"@tanstack/trailbase-db-collection": "^0.1.85",
"@tanstack/trailbase-db-collection": "^0.1.86",
"cors": "^2.8.6",
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
Expand Down
8 changes: 4 additions & 4 deletions examples/solid/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"private": true,
"version": "0.0.35",
"dependencies": {
"@tanstack/electric-db-collection": "^0.3.5",
"@tanstack/electric-db-collection": "^0.3.6",
"@tanstack/query-core": "^5.90.20",
"@tanstack/query-db-collection": "^1.0.38",
"@tanstack/solid-db": "^0.2.21",
"@tanstack/query-db-collection": "^1.0.39",
"@tanstack/solid-db": "^0.2.22",
"@tanstack/solid-router": "^1.159.5",
"@tanstack/solid-start": "^1.159.5",
"@tanstack/trailbase-db-collection": "^0.1.85",
"@tanstack/trailbase-db-collection": "^0.1.86",
"cors": "^2.8.6",
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/angular-db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/angular-db

## 0.1.68

### Patch Changes

- Updated dependencies [[`3827b62`](https://github.com/TanStack/db/commit/3827b62604bbfc970d80b57479c8da063d78e69d)]:
- @tanstack/db@0.6.8

## 0.1.67

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/angular-db",
"version": "0.1.67",
"version": "0.1.68",
"description": "Angular integration for @tanstack/db",
"author": "Ethan McDaniel",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/browser-db-sqlite-persistence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tanstack/browser-db-sqlite-persistence

## 0.2.0

### 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](https://github.com/TanStack/db/pull/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`](https://github.com/TanStack/db/commit/58edb26e87de8d992594119e39a9daa6f80620f2)]:
- @tanstack/db-sqlite-persistence-core@0.2.0

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-db-sqlite-persistence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/browser-db-sqlite-persistence",
"version": "0.1.11",
"version": "0.2.0",
"description": "Browser wa-sqlite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/capacitor-db-sqlite-persistence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tanstack/capacitor-db-sqlite-persistence

## 0.2.0

### 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](https://github.com/TanStack/db/pull/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`](https://github.com/TanStack/db/commit/58edb26e87de8d992594119e39a9daa6f80620f2)]:
- @tanstack/db-sqlite-persistence-core@0.2.0

## 0.1.11

### Patch Changes
Expand Down
8 changes: 8 additions & 0 deletions packages/capacitor-db-sqlite-persistence/e2e/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/capacitor-db-sqlite-persistence-e2e-app

## 0.0.12

### Patch Changes

- Updated dependencies [[`3827b62`](https://github.com/TanStack/db/commit/3827b62604bbfc970d80b57479c8da063d78e69d), [`58edb26`](https://github.com/TanStack/db/commit/58edb26e87de8d992594119e39a9daa6f80620f2)]:
- @tanstack/db@0.6.8
- @tanstack/capacitor-db-sqlite-persistence@0.2.0

## 0.0.11

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/capacitor-db-sqlite-persistence-e2e-app",
"private": true,
"version": "0.0.11",
"version": "0.0.12",
"type": "module",
"scripts": {
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion packages/capacitor-db-sqlite-persistence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/capacitor-db-sqlite-persistence",
"version": "0.1.11",
"version": "0.2.0",
"description": "Capacitor SQLite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tanstack/cloudflare-durable-objects-db-sqlite-persistence

## 0.2.0

### 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](https://github.com/TanStack/db/pull/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`](https://github.com/TanStack/db/commit/58edb26e87de8d992594119e39a9daa6f80620f2)]:
- @tanstack/db-sqlite-persistence-core@0.2.0

## 0.1.11

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/cloudflare-durable-objects-db-sqlite-persistence",
"version": "0.1.11",
"version": "0.2.0",
"description": "Cloudflare Durable Object SQLite persisted collection adapter for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/db-sqlite-persistence-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tanstack/db-sqlite-persistence-core

## 0.2.0

### 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](https://github.com/TanStack/db/pull/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 [[`3827b62`](https://github.com/TanStack/db/commit/3827b62604bbfc970d80b57479c8da063d78e69d)]:
- @tanstack/db@0.6.8

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/db-sqlite-persistence-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/db-sqlite-persistence-core",
"version": "0.1.11",
"version": "0.2.0",
"description": "SQLite persisted collection core for TanStack DB",
"author": "TanStack Team",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/db

## 0.6.8

### Patch Changes

- Added the `materialize()` helper for includes subqueries. Multi-row subqueries produce an `Array<T>` snapshot on the parent row (equivalent to `toArray()`), and `findOne()` subqueries produce a single `T | undefined` value. The snapshot updates reactively as the underlying children change. ([#1569](https://github.com/TanStack/db/pull/1569))

## 0.6.7

### Patch Changes
Expand Down
Loading