You can now invalidate CDN cache contents by tag. This marks all cached content associated with the tag as stale. The next request serves stale content instantly while revalidation happens in the background, with no latency impact for users. There are several ways to invalidate content: In addition…
uv Vercel now uses, a fast Python package manager written in Rust, as the default package manager during the installation step for all Python builds. 30-65% requirements.txt Pipfile uv.lock pyproject.toml This change makes buildsfaster and adds support for more dependency formats. In addition toor…