Cloudfest Conference 2025

Use code HH20 for 20% off an event ticket!

Yesterday's Top Poster

Edge Middleware and Edge Functions are now powered by Vercel Functions

  • Thread starter Thread starter Gal Schlezinger, Mariano Cocirio, Shohei Maeda
  • Start date Start date
Functions using the Edge runtime now run on the unified Vercel Functions infrastructure.

This applies to both before and after the cache:


  • Edge Middleware is now Vercel Routing Middleware, a new infrastructure primitive that runs full Vercel Functions with Fluid compute before the cache


  • Edge Functions are now Vercel Functions using the Edge Runtime after the cache

With these changes, all functions including those running the Edge runtime are:


  • Fluid compute-ready: Runs on Fluid compute for better performance and cost efficiency


  • Multi-runtime: Supports Node.js and Edge runtimes


  • Framework-driven: Deployed automatically from supported framework code


  • Consistent pricing: Uses unified Vercel Functions pricing based on Active CPU time across all compute types

Vercel Routing Middleware is now generally available to all users.

Learn more about Routing Middleware.

Read more

Continue reading...
 
Back
Top