Data revalidation
Call revalidateTag with a single tag argument to invalidate cached data by tag.
The earlier API was revalidateTag(tag) with just the tag name. You called it in a Server Action or Route Handler after a mutation. Next.js 16 deprecated the single argument form in favor of passing a cacheLife profile. Existing single argument calls still run but warn.