Improvement to how dates display in the dashboardDates across the dashboard now provide more precision. For the first three days will show a relative date, and after that, they switch to absolute dates and times.witsDesign Engineer
Updated logging limits for Vercel FunctionsThe runtime log limits for Vercel Functions have been increased, allowing for significantly larger log entries. Logs are increased to 256KB per log line, 256 log lines per request, and 1MB total log size per request.Craig AndrewsSoftware Engineer, Infrastructure
Requester's public IP postal code now available in Vercel FunctionsPostal codes of the requester's public IP address are now available in Vercel headers. The x-vercel-ip-postal-code header complements existing headers like x-vercel-ip-country and x-vercel-ip-city.Shohei MaedaSoftware Engineer
AI-enhanced search for Next.js documentationAI-powered Next.js docs search: Ask questions, review queries, copy code, and leave feedback.Jhey Tompkins, Gaspar Garcia
Runtime logs can now be filtered by request type and Vercel resourceRuntime Logs can now be filtered by request type and Vercel resource, which provides more granular insights into how your requests are processed. Learn how these filters can enhance your debugging and optimization workflows.Luc Leray, Timo Lins
Speed Insights usage can now be viewed by ProjectSpeed Insights usage can now be viewed by ProjectJulia ShiSoftware Engineer
Python Vercel Functions now have streaming enabled by defaultStreaming is now enabled by default for all Vercel Functions using the Python runtime. Python functions can now send data to the client as it’s generated, rather than waiting for the entire response—particularly useful for AI and real-time applications.Tom Lienard, Mariano Cocirio
Vercel Remote Cache is now freeVercel Remote Cache is now free for all plans. Never do the same work twice in your Turborepo or Nx repository with a shared store of build outputs and logs for your team.Anthony Shew, Tom Knickman, and 1 other