- Fixed Node adapter request body handling for binary data (Buffer/Uint8Array/ArrayBuffer) which was previously JSON‑stringified incorrectly.
- Ensured Vite client build options (minify, sourcemap, rollup output) are correctly forwarded and respect environment‑specific overrides.
- Corrected MDX custom element rendering, dynamic routes containing literal % characters, and a regression preventing astro:i18n imports in client script blocks.