github sveltejs/kit @sveltejs/adapter-netlify@6.0.0

latest releases: @sveltejs/adapter-auto@7.0.1, @sveltejs/enhanced-img@0.10.2
4 hours ago

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

Don't miss a new kit release

NewReleases is sending notifications on new releases.