Steven Salat
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
🌐 vercel.comSource
We are enabling Node.js 10 support for new serverless Node.js functions and Next.js applications deployed with Vercel.
🌐 vercel.comSource
Image Optimization is 60% faster. We also now offer new, reduced pricing for Image Optimization based on transformations.
🌐 vercel.comSource
Hobby teams on Vercel now have higher Image Optimization limits, with increased transformations, cache reads, and cache writes.
🌐 vercel.comSource
The maximum age for Skew Protection is now extended to 60 days for requests coming from web crawlers such as Googlebot or Bingbot.
🌐 vercel.comSource
Vercel's CDN Cache can now be purged with the click of a button in the dashboard or by running a CLI command, vercel cache purge --type=cdn, using version 44.2.0 or newer.
🌐 vercel.comSource
You can now configure skew protection max age to any value less than or equal to your deployment retention. Previously this was limited to 12 hours for Pro and 7 days for Enterprise.
🌐 vercel.comSource
You can now invalidate the CDN cache contents by providing a source image allowing you to revalidate image optimization content without increasing latency for your users
🌐 vercel.comSource
You can now add tag(s) to cached responses from serverless functions using `addCacheTag()` and later invalidate the cache associated with these tag(s) using `invalidateByTag()`.