255 changes shipped across 30 tracked developer tools this week. 2 were critical. Here is what actually needs your attention.

Vercel @vercel/backends@0.8.19

The isolated services and experimentalServicesV2 runtime now emit function output at index instead of svc/service-name/index. This is a breaking change to how service functions are deployed and accessed in production environments.

Do this: Update any code or infrastructure that references the old svc/service-name/index path to use the new index path before deploying.

Release notes