Astro: @astrojs/netlify@7.0.0-beta.7 Release

Release date:
February 5, 2026
Previous version:
@astrojs/netlify@7.0.0-beta.6 (released February 4, 2026)
Magnitude:
450 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/netlify@7.0.0-beta.7

ematipico
HiDeoo
Princesseuh
yanthomasdev

Directory Browser for @astrojs/netlify@7.0.0-beta.7

All files are compared to previous version, @astrojs/netlify@7.0.0-beta.6. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Minor Changes

  • #15258 d339a18 Thanks @ematipico! - Stabilizes the adapter feature experimentalStatiHeaders. If you were using this feature in any of the supported adapters, you'll need to change the name of the flag:

    export default defineConfig({
      adapter: netlify({
    -    experimentalStaticHeaders: true
    +    staticHeaders: true
      })
    })
    

Patch Changes