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
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"solid-beta-15-upgrade",
"solid-beta-21-upgrade",
"solid-beta-29-upgrade",
"solid-beta-33-upgrade",
"solid-hydration-data-consumption",
"sour-balloons-nail",
"whole-coins-count"
]
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@astrojs/solid-js": "^5.0.7",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^8.1.3",
"@tanstack/solid-query": "^6.0.0-beta.7",
"@tanstack/solid-query-devtools": "^6.0.0-beta.7",
"@tanstack/solid-query": "^6.0.0-beta.8",
"@tanstack/solid-query-devtools": "^6.0.0-beta.8",
"astro": "^5.5.6",
"@solidjs/web": "2.0.0-beta.33",
"solid-js": "2.0.0-beta.33",
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/basic-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-query": "^6.0.0-beta.7",
"@tanstack/solid-query-devtools": "^6.0.0-beta.7",
"@tanstack/solid-query": "^6.0.0-beta.8",
"@tanstack/solid-query-devtools": "^6.0.0-beta.8",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
"@solidjs/web": "2.0.0-beta.33",
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-query": "^6.0.0-beta.7",
"@tanstack/solid-query-devtools": "^6.0.0-beta.7",
"@tanstack/solid-query": "^6.0.0-beta.8",
"@tanstack/solid-query-devtools": "^6.0.0-beta.8",
"@solidjs/web": "2.0.0-beta.33",
"solid-js": "2.0.0-beta.33"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/default-query-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-query": "^6.0.0-beta.7",
"@tanstack/solid-query-devtools": "^6.0.0-beta.7",
"@tanstack/solid-query": "^6.0.0-beta.8",
"@tanstack/solid-query-devtools": "^6.0.0-beta.8",
"@solidjs/web": "2.0.0-beta.33",
"solid-js": "2.0.0-beta.33"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/solid/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"@tanstack/query-async-storage-persister": "^5.101.0",
"@tanstack/solid-query": "^6.0.0-beta.7",
"@tanstack/solid-query-devtools": "^6.0.0-beta.7",
"@tanstack/solid-query-persist-client": "^6.0.0-beta.7",
"@tanstack/solid-query": "^6.0.0-beta.8",
"@tanstack/solid-query-devtools": "^6.0.0-beta.8",
"@tanstack/solid-query-persist-client": "^6.0.0-beta.8",
"msw": "^2.6.6",
"@solidjs/web": "2.0.0-beta.33",
"solid-js": "2.0.0-beta.33"
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-query": "^6.0.0-beta.7",
"@tanstack/solid-query-devtools": "^6.0.0-beta.7",
"@tanstack/solid-query": "^6.0.0-beta.8",
"@tanstack/solid-query-devtools": "^6.0.0-beta.8",
"@solidjs/web": "2.0.0-beta.33",
"solid-js": "2.0.0-beta.33"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/solid-start-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.1.3",
"@tanstack/solid-query": "^6.0.0-beta.7",
"@tanstack/solid-query-devtools": "^6.0.0-beta.7",
"@tanstack/solid-query": "^6.0.0-beta.8",
"@tanstack/solid-query-devtools": "^6.0.0-beta.8",
"@solidjs/web": "2.0.0-beta.33",
"solid-js": "2.0.0-beta.33",
"vinxi": "^0.5.3"
Expand Down
9 changes: 9 additions & 0 deletions packages/solid-query-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/solid-query-devtools

## 6.0.0-beta.8

### Patch Changes

- [#11168](https://github.com/TanStack/query/pull/11168) [`67c8179`](https://github.com/TanStack/query/commit/67c817940dbea2be197d007c59982a756556d085) - chore: upgrade to solid v2 beta 33. `@tanstack/solid-query` now requires solid-js >= 2.0.0-beta.33 (peer range floor raised): the provider-owned hydration channel depends on beta.33's `normalizeIterator` buffered-replay conflation fix — on beta.32 and earlier, hydration that begins after multiple stream chunks have arrived silently drops later channel yields, leaving queries never primed and their components frozen.

- Updated dependencies [[`67c8179`](https://github.com/TanStack/query/commit/67c817940dbea2be197d007c59982a756556d085), [`67c8179`](https://github.com/TanStack/query/commit/67c817940dbea2be197d007c59982a756556d085)]:
- @tanstack/solid-query@6.0.0-beta.8

## 6.0.0-beta.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-query-devtools",
"version": "6.0.0-beta.7",
"version": "6.0.0-beta.8",
"description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/solid-query-persist-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/solid-query-persist-client

## 6.0.0-beta.8

### Patch Changes

- [#11168](https://github.com/TanStack/query/pull/11168) [`67c8179`](https://github.com/TanStack/query/commit/67c817940dbea2be197d007c59982a756556d085) - chore: upgrade to solid v2 beta 33. `@tanstack/solid-query` now requires solid-js >= 2.0.0-beta.33 (peer range floor raised): the provider-owned hydration channel depends on beta.33's `normalizeIterator` buffered-replay conflation fix — on beta.32 and earlier, hydration that begins after multiple stream chunks have arrived silently drops later channel yields, leaving queries never primed and their components frozen.

- Updated dependencies [[`67c8179`](https://github.com/TanStack/query/commit/67c817940dbea2be197d007c59982a756556d085), [`67c8179`](https://github.com/TanStack/query/commit/67c817940dbea2be197d007c59982a756556d085)]:
- @tanstack/solid-query@6.0.0-beta.8

## 6.0.0-beta.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query-persist-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-query-persist-client",
"version": "6.0.0-beta.7",
"version": "6.0.0-beta.8",
"description": "Solid.js bindings to work with persisters in TanStack/solid-query",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/solid-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/solid-query

## 6.0.0-beta.8

### Patch Changes

- [#11168](https://github.com/TanStack/query/pull/11168) [`67c8179`](https://github.com/TanStack/query/commit/67c817940dbea2be197d007c59982a756556d085) - chore: upgrade to solid v2 beta 33. `@tanstack/solid-query` now requires solid-js >= 2.0.0-beta.33 (peer range floor raised): the provider-owned hydration channel depends on beta.33's `normalizeIterator` buffered-replay conflation fix — on beta.32 and earlier, hydration that begins after multiple stream chunks have arrived silently drops later channel yields, leaving queries never primed and their components frozen.

- [#11168](https://github.com/TanStack/query/pull/11168) [`67c8179`](https://github.com/TanStack/query/commit/67c817940dbea2be197d007c59982a756556d085) - fix: prime the query cache during hydration through a provider-owned dehydration channel, so SSR-fetched queries come up warm instead of refetching on mount. `QueryClientProvider` streams dehydrated cache entries (query-core `dehydrate()` shapes) as each query settles during SSR — entries ride the same flush as the content that awaited them — and applies them on the client via query-core `hydrate()` (newer-wins) as they arrive, attaching each hydrated component's observer as soon as its entry is primed. The vestigial per-observer-result `hydrationData` copy is no longer serialized.

## 6.0.0-beta.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-query",
"version": "6.0.0-beta.7",
"version": "6.0.0-beta.8",
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading