Astro: @astrojs/vercel@7.4.0 Release

Release date:
March 20, 2024
Previous version:
@astrojs/vercel@7.3.6 (released March 11, 2024)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/vercel@7.4.0

Could not determine top contributors for this release.

Directory Browser for @astrojs/vercel@7.4.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Minor Changes

  • #10476 cfbaa8a767b8794c2dcd8e164672195378be396a Thanks @lilnasy! - The special-case handling of src/vercel-edge-middleware.js file is now deprecated. This file allowed you to access the edge runtime's RequestContext object, and create the middleware locals from its fields. However, this object includes only one field - the waitUntil() function - which is now available directly as ctx.locals.vercel.edge.waitUntil().