Skip to content

@sveltejs/adapter-node@6.0.0-next.13

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Sep 16:20
· 3 commits to version-3 since this release
2b652e6

Major Changes

  • breaking: record the list of static assets at build time, files added to the output afterwards are not served (#16908)

  • breaking: validate static assets with content-hash ETags and stop sending Last-Modified (#16908)

  • breaking: serve static assets only to GET and HEAD requests (#16908)

Minor Changes

  • feat: serve static assets from tables recorded at adapt time, instead of using sirv (#16908)

Patch Changes