Query Updates & Release Notes
211 updates curated from 1 source by the Releasebot Team. Last updated: Aug 13, 2026
- Aug 12, 2026
- Date parsed from source:Aug 12, 2026
- First seen by Releasebot:Aug 13, 2026
@tanstack/[email protected]
Query ships a patch update with Solid v2 RC support and the rename of vite-plugin-solid to @solidjs/vite-plugin.
Patch Changes
#11173 7b04d61 - chore: upgrade to solid v2 rc and rename vite-plugin-solid to @solidjs/vite-plugin
Updated dependencies [7b04d61]:
@tanstack/[email protected]
Original source - Aug 12, 2026
- Date parsed from source:Aug 12, 2026
- First seen by Releasebot:Aug 13, 2026
@tanstack/[email protected]
Query upgrades to Solid v2 RC and updates dependencies.
Patch Changes
#11173 7b04d61 - chore: upgrade to solid v2 rc and rename vite-plugin-solid to @solidjs/vite-plugin
Updated dependencies [7b04d61]:
@tanstack/[email protected]
Original source All of your release notes in one feed
Join Releasebot and get updates from Tanstack and hundreds of other software products.
- Aug 12, 2026
- Date parsed from source:Aug 12, 2026
- First seen by Releasebot:Aug 13, 2026
@tanstack/[email protected]
Query ships a Solid v2 RC upgrade and renames vite-plugin-solid to @solidjs/vite-plugin.
Patch Changes
#11173 7b04d61 - chore: upgrade to solid v2 rc and rename vite-plugin-solid to @solidjs/vite-plugin
Original source - Aug 12, 2026
- Date parsed from source:Aug 12, 2026
- First seen by Releasebot:Aug 13, 2026
Release 2026-08-12 23:30
Query adds Solid v2 RC support and renames vite-plugin-solid in a new release.
Release 2026-08-12 23:30
Changes
Chore
- upgrade to solid v2 rc, rename vite-plugin-solid, move branch to rc (#11173) (7b04d61) by @brenelz
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- Aug 11, 2026
- Date parsed from source:Aug 11, 2026
- First seen by Releasebot:Aug 13, 2026
@tanstack/[email protected]
Query ships a Solid v2 beta update for TanStack Solid Query, raising the peer requirement to fix hydration replay issues.
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/[email protected]
- Aug 11, 2026
- Date parsed from source:Aug 11, 2026
- First seen by Releasebot:Aug 13, 2026
@tanstack/[email protected]
Query ships a Solid Query patch that raises the Solid 2 beta requirement to fix a hydration issue and keep queries primed.
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/[email protected]
- Aug 11, 2026
- Date parsed from source:Aug 11, 2026
- First seen by Releasebot:Aug 13, 2026
@tanstack/[email protected]
Query upgrades Solid support and fixes SSR hydration so cached queries are primed during streaming, reducing refetches and preventing frozen queries. It now requires solid-js beta.33 and streams dehydrated entries through QueryClientProvider, dropping the old per-observer hydration copy.
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.
- Aug 11, 2026
- Date parsed from source:Aug 11, 2026
- First seen by Releasebot:Aug 13, 2026
Release 2026-08-11 21:43
Query fixes solid-query hydration data handling with a provider-owned streaming channel.
Changes
Fix
solid-query: consume hydration data client-side via a provider-owned streaming channel (#11168) (67c8179) by @ryansolid
Packages
@tanstack/[email protected]
@tanstack/[email protected]
@tanstack/[email protected]
Original source - Aug 1, 2026
- Date parsed from source:Aug 1, 2026
- First seen by Releasebot:Aug 1, 2026
@tanstack/[email protected]
Query updates Solid to v2 beta 29 and refreshes @tanstack/solid-query dependency.
Patch Changes
#11133 c6002fb - chore: upgrade to solid v2 beta 29
Updated dependencies [c6002fb]:
- @tanstack/[email protected]
- Aug 1, 2026
- Date parsed from source:Aug 1, 2026
- First seen by Releasebot:Aug 1, 2026
@tanstack/[email protected]
Query ships a Solid v2 beta 29 patch update with upgraded dependencies.
Patch Changes
#11133 c6002fb - chore: upgrade to solid v2 beta 29
Updated dependencies [c6002fb]:
@tanstack/[email protected]
Original source - Aug 1, 2026
- Date parsed from source:Aug 1, 2026
- First seen by Releasebot:Aug 1, 2026
- Aug 1, 2026
- Date parsed from source:Aug 1, 2026
- First seen by Releasebot:Aug 1, 2026
Release 2026-08-01 15:58
Query updates Solid to v2 beta 29 in a chore upgrade for TanStack Solid Query packages.
Release 2026-08-01 15:58
Changes
Chore
upgrade to solid v2 beta 29 (#11133) (c6002fb) by @brenelz
Packages
@tanstack/[email protected]
@tanstack/[email protected]
@tanstack/[email protected]
Original source - Jul 22, 2026
- Date parsed from source:Jul 22, 2026
- First seen by Releasebot:Jul 23, 2026
@tanstack/[email protected]
Query ships a patch update with Solid v2 beta 21 support and refreshed dependencies.
Patch Changes
#11092 dafe806 - chore: upgrade to solid v2 beta 21
Updated dependencies [dafe806]:
@tanstack/[email protected]
Original source - Jul 22, 2026
- Date parsed from source:Jul 22, 2026
- First seen by Releasebot:Jul 23, 2026
@tanstack/[email protected]
Query ships a Solid v2 beta 21 upgrade and updated dependencies.
Patch Changes
#11092 dafe806 - chore: upgrade to solid v2 beta 21
Updated dependencies [dafe806]:
@tanstack/[email protected]
Original source - Jul 22, 2026
- Date parsed from source:Jul 22, 2026
- First seen by Releasebot:Jul 23, 2026
Curated by the Releasebot team
Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.