Change8

@sveltejs/kit@2.43.0

📦 sveltekitView on GitHub →
1 features🐛 2 fixes🔧 2 symbols

Summary

This release introduces experimental async SSR support and includes bug fixes for payload data access and remote function query caching.

✨ New Features

  • Experimental support for asynchronous Server-Side Rendering (SSR).

🐛 Bug Fixes

  • Ensure __SVELTEKIT_PAYLOAD__.data is accessed safely to prevent potential runtime errors.
  • Create separate cache entries for non-exported remote function queries to improve caching accuracy.

🔧 Affected Symbols

__SVELTEKIT_PAYLOAD__.dataSSR