releases.shpreview
Svelte/kit/@sveltejs/adapter-netlify@6.0.0

@sveltejs/adapter-netlify@6.0.0

February 12, 2026kitView original ↗
$npx @buildinternet/releases show rel_l1oW8hcDcOCunlQNPPJPz

Major Changes

Minor Changes

  • feat: Migrate to the modern Netlify Functions API (#15203)

    The Netlify adapter now generates "v2" Netlify Functions, which uses modern standards (ESM, Request, Response) instead of the legacy "Lambda-compatible" or "v1" format. Under the hood, this greatly simplifies the adapter code and improves maintainability.

    For more details on features this unlocks for your SvelteKit app, see https://developers.netlify.com/guides/migrating-to-the-modern-netlify-functions/.

  • feat: allow configuring redirects in netlify.toml (#15203)

    The limitation of only being able to configure redirects via the _redirects file has been removed.

Patch Changes

Fetched May 1, 2026