proomt

Search

Search posts, papers, and topics

All posts

VercelAgustin Falco1 min readrelease notesintro

Vercel WAF for Blob is now generally available

Summary

Vercel has made its Web Application Firewall for Blob storage generally available. It lets you add edge‑evaluated IP, country, and path rules to block or rate‑limit traffic to stored objects without changing code, helping cut unwanted bandwidth and costs.

  • Vercel WAF for Blob is now generally available on all plans and retains any rules configured during the beta period.
  • Custom firewall rules (IP, country, path) can deny, challenge, or rate‑limit requests to Blob objects, using the same syntax as deployment WAF rules.
  • Enabling protection is a UI toggle in the Blob store Settings; no code changes or URL modifications are required.
  • Rules are evaluated at Vercel's edge, blocking unwanted traffic before any data transfer, which can reduce bandwidth costs.

Teams using Vercel Blob for user uploads, media, or paid downloads should care because edge‑level WAF protects data and reduces unnecessary egress charges.

3/10

Related reading

  1. Full Sandbox egress firewall now available on Hobby plan

    Vercel added full Sandbox egress firewall capabilities to the Hobby plan, letting you define allow/deny network policies and attach secrets to outbound requests. You can configure policies via code or the Sandbox CLI, reducing data exfiltration risk for low‑cost projects.

    Vercelvercel.com1 minrelease
  2. Secure Compute and Static IP builds start 64% faster

    Vercel’s Secure Compute and Static IP builds now start 64% faster by using prewarmed containers, cutting the time from deployment creation to build start from 6.7 s to 2.4 s. The change is automatic and requires no user action.

    Vercelvercel.com1 minrelease
  3. Next.js 16.3 support on Vercel

    Vercel added full support for Next.js 16.3, bringing leaner prefetching, immutable static assets, and faster route metadata handling. Early adopters see up to 45% fewer prefetches, 24% less static traffic, and roughly 2× faster routing at scale.

    Vercelvercel.com4 min
  4. Run Terminal-Bench and other Harbor evals on Vercel Sandbox

    Vercel now supports running Harbor benchmarks, like Terminal‑Bench, inside its Sandbox using Firecracker microVMs. The integration with AI Gateway lets you benchmark multiple models by swapping the `--model` flag, scaling concurrency with `--n-concurrent`.

    Vercelvercel.com1 minrelease
  5. Share Vercel Container Registry repositories across teams

    Vercel added read‑only sharing of Container Registry repositories across teams, allowing any team to pull images from a shared repo. The sharing is managed through the dashboard or Vercel CLI and can be used in Vercel Sandbox with a team‑scoped image reference.

    Vercelvercel.com1 minrelease