Link to heading Deployments If the appropiate Cache-Control header is present, responses returned by a Serverless Function with a 404 , 301 or 308 status code will now be cached. Previously, only 200 was cached. Whenever Next.js' Incremental Static Regeneration feature is used, changes are now only made available once all Edge Network regions have received the update. It's now possible to make dotfiles publicly available by including them when creating a new Deployment. Previously, they've been ignored. Deploying Serverless Functions to multiple regions is now restricted to the Enterprise plan (listed on the pricing page since the new pricing model was released , but only enforced now). It's now possible to use deploy.new/<template> and deploy.new/<owner>/<repo> for easily importing Templates or GitHub repositories. Documentation is coming soon.…