You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deepened the server runtime around a dedicated internal request executor so page HTML, API, internal action, internal transition, static asset, and dev endpoint handling now share one request boundary.
Deepened the internal action/transition transport around a dedicated route wire protocol that owns action submission, transition stream parsing, deferred payload revival/settlement, and redirect/document fallback planning.
createServer(), route action hooks, and client navigation/runtime orchestration are now thinner layers over those internal seams. No package-root API changes were introduced in this release.
Tests
Added direct request-executor integration coverage for page HTML, static/dev endpoints, API, action, and transition requests.
Added direct route-wire-protocol boundary coverage for action transport, transition streaming, deferred settlement, redirect/document fallback behavior, and redirect-depth handling.