Change8

@astrojs/node@10.0.0-beta.2

Breaking Changes
📦 astroView on GitHub →
1 breaking1 features🔧 2 symbols

Summary

This minor release stabilizes the adapter feature flag for static headers, renaming `experimentalStatiHeaders` to `staticHeaders` and requiring users to update their configuration.

⚠️ Breaking Changes

  • The adapter feature flag `experimentalStatiHeaders` has been renamed to `staticHeaders`. If you were using `experimentalStatiHeaders: true` in your adapter configuration (e.g., netlify adapter), you must change it to `staticHeaders: true`.

Migration Steps

  1. If using the adapter feature `experimentalStatiHeaders`, rename the flag to `staticHeaders` in your configuration (e.g., in `defineConfig`).

✨ New Features

  • Stabilized the adapter feature `staticHeaders`.

Affected Symbols