1 hours ago
next.js

v16.3.1-canary.13

Misc Changes

  • Decouple loader tree construction from children ordering: #97192
  • [turbopack] Retain fewer stale cache versions and use a TTL: #96941
  • Bump lightningcss: #97159

Credits

Huge thanks to @gnoff, @lukesandberg, and @mischnic for helping!

1 hours ago
rari
2 hours ago
react-query

Release 2026-08-11 21:43

Release 2026-08-11 21:43

Changes

Fix

  • solid-query: consume hydration data client-side via a provider-owned streaming channel (#11168) (67c817940) by @ryansolid

Packages

  • @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
2 hours ago
query

Release 2026-08-11 21:43

Release 2026-08-11 21:43

Changes

Fix

  • solid-query: consume hydration data client-side via a provider-owned streaming channel (#11168) (67c817940) by @ryansolid

Packages

  • @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
2 hours ago
query

@tanstack/solid-query-persist-client@6.0.0-beta.8

Patch Changes

  • #11168 67c8179 - 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, 67c8179]:

    • @tanstack/solid-query@6.0.0-beta.8
2 hours ago
react-query

@tanstack/solid-query-persist-client@6.0.0-beta.8

Patch Changes

  • #11168 67c8179 - 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, 67c8179]:

    • @tanstack/solid-query@6.0.0-beta.8
2 hours ago
react-query

@tanstack/solid-query@6.0.0-beta.8

Patch Changes

  • #11168 67c8179 - 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 67c8179 - 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.

2 hours ago
query

@tanstack/solid-query-devtools@6.0.0-beta.8

Patch Changes

  • #11168 67c8179 - 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, 67c8179]:

    • @tanstack/solid-query@6.0.0-beta.8
2 hours ago
query

@tanstack/solid-query@6.0.0-beta.8

Patch Changes

  • #11168 67c8179 - 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 67c8179 - 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.