Change8

@astrojs/vercel@10.0.0-beta.6

📦 astroView on GitHub →
1 features1 deprecations🔧 2 symbols

Summary

This minor release introduces the new `middlewareMode` adapter feature while deprecating the older `edgeMiddleware` option for configuration.

Migration Steps

  1. Replace usage of the deprecated `edgeMiddleware: true` option in adapter configurations with `middlewareMode: 'edge'`.

✨ New Features

  • Adds new `middlewareMode` adapter feature.

Affected Symbols

⚡ Deprecations

  • The `edgeMiddleware` option in adapter configurations is deprecated and will be removed in a future release. Users should transition to using the new `middlewareMode` feature.