Release Notes

Minor Changes

  • 798b285: Updated dependencies.
  • f6f0452: seroval json mode
  • d4be1b6: Add new directives plugin with shorter function IDs and inner declaration support
  • b9c4ade: feat: add env:* runtime environment variables support

Patch Changes

  • ff9607c: import DevEnvironment and Rollup as type from vite
  • 6da636b: The server function directives runtime is now internally accessed via package.json exports instead of relative paths, fixing inconsistencies in the file resolution. Also the server functions file inclusion/exclusion patterns can now be configured in the start plugin options via serverFunctions.
  • 2885905: fix: clone request headers in single-flight to avoid mutating immutable headers
  • abe3979: reload ssr server when new route files are created in dev
  • 7c288f6: Sanitize Location header value in streaming redirect script
  • 6c83886: update seroval to 1.5.4
  • 9d5d783: Add support for Vite 8 asset manifest loading