shipfeedAI news, curated daily

23:04:11 CET
20 MAY23:04:11shipfeed
pull to refreshlast sync
Just in — 30 new
§ feed · storyline

Automatic recursion protection for Vercel Functions

Vercel adds automatic recursion protection to Vercel Functions across all plans, requiring no code changes but a new deployment to prevent unintended self-triggering loops.

May 11 · · primary fetch1 sourceupdated May 11 ·

Vercel now has automatic recursion protection for Vercel Functions. This provides safety against your code inadvertently triggering itself repeatedly, incurring unintentional usage. Recursion protection supports using the module or in the Node.js runtime for Serverless Functions, both for user-defined code and dependencies. Requests using the bare constructor are not protected against recursion.httpfetchSocket Recursion protection is available free on all plans.

It does not require any code changes in your application, but does require a new deployment. Outbound requests now include the header of the request that originated the new fetch.x-vercel-id We’re continuing to invest in platform improvements to help developers and avoid unintended usage on the Vercel platform.understand and monitor usage Read more

read full article on vercel.com
§ sources1 publication · timeline below
  1. vercel.comAutomatic recursion protection for Vercel Functionsprimary