Skip to content

v0.4.1

Latest

Choose a tag to compare

@gaudiauj gaudiauj released this 07 Apr 06:57
· 13 commits to main since this release

[0.4.1] - 2026-04-07

Changed

  • 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.