@vercel/functions@3.6.0
📦 vercel-cliView on GitHub →
✨ 1 features🔧 1 symbols
Summary
This minor release updates getCache().set() to automatically assign a human-readable name to cache entries for better observability by default.
Migration Steps
- To suppress the default human-readable label in observability for cache entries created via getCache().set(), pass name: '' in the options.
✨ New Features
- getCache().set() now defaults options.name to the provided key when omitted, resulting in cache entries having a human-readable label in observability by default.