Project Cleanup and Domain Handling
Deleting a project now also takes down all of its Production Domains, meaning no content will be served from those addresses anymore. For domains that are set up but never properly configured, the grace period has been extended from 3 days to 7 days before they are automatically removed. Additionally, when you create a new project, its default Production Domain is now generated with one fewer word when the shorter option is available.
Runtime and Framework Updates
New deployments will pick up the latest Node.js version that is available on Vercel at the time of deployment. On the framework side, adding support for a new framework is now streamlined to a single pull request against the zeit/now repository.
CLI and API Changes
Starting with Now CLI 16.7.3, the upload filter excludes every file whose name begins with .env, rather than only files exactly named .env. The API also adds two new log endpoints: one for a realtime stream of all requests for a deployment, and another for fetching failed requests for a serverless function.



