@tanstack/router-ssr-query-core@1.169.2

TanStack/router@tanstack/router-ssr-query-core@1.169.2Aug 26, 2026by github-actions[bot]

AI Summary

Core update to the SSR query functionality with improvements to hydration and resource management.

Key Highlights

  • Dehydrate only queries for SSR transport
  • Preserve pending-query promises
  • Batch render-time query streaming
  • Clean up request-owned QueryClient resources

New Features

  • Improved SSR query dehydration logic
  • Enhanced query promise handling

Full Release Notes

### Patch Changes

-   [#8175](https://github.com/TanStack/router/pull/8175) [`79e3533`](https://github.com/TanStack/router/commit/79e35335b4bb1c3b5e2275a8df5181aa05036628) - Dehydrate only queries for SSR transport, preserve pending-query promises, batch render-time query streaming, and clean up request-owned QueryClient resources.