Change8

@astrojs/vercel@10.0.4

📦 astroView on GitHub →
🐛 1 fixes🔧 1 symbols

Summary

This patch release fixes a critical bug in the edge middleware where HTTP methods and bodies were incorrectly dropped when forwarding requests, leading to failures for non-GET API routes.

🐛 Bug Fixes

  • Fixed edge middleware next() dropping the HTTP method and body when forwarding requests to the serverless function, resolving 404 errors for non-GET API routes (POST, PUT, PATCH, DELETE).

Affected Symbols