惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
N
Netflix TechBlog - Medium
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog
IT之家
IT之家
博客园 - Franky
雷峰网
雷峰网
博客园 - 聂微东
腾讯CDC
M
MIT News - Artificial intelligence
B
Blog RSS Feed
博客园_首页
罗磊的独立博客
S
SegmentFault 最新的问题
I
InfoQ
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
D
Docker
宝玉的分享
宝玉的分享
B
Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

Vercel News

Vercel Open Source Program: Winter 2026 cohort How Notion Workers run untrusted code at scale with Vercel Sandbox How we run Vercel's CDN in front of Discourse From idea to secure checkout in minutes with Stripe Building Slack agents can be easy Scaling redirects to infinity on Vercel Advancing Python typing Gamma builds design-first agents with Vercel How Avalara turns pipe dreams into patent-pending with v0 Keeping community human while scaling with agents How OpenEvidence built a healthcare AI that physicians actually trust Security boundaries in agentic architectures Skills Night: 69,000+ ways agents are getting smarter Video Generation with AI Gateway We Ralph Wiggumed WebStreams to make them 10x faster How Stably ships AI testing agents in hours, not weeks How we built AEO tracking for coding agents Anyone can build agents, but it takes a platform to run them Introducing Geist Pixel The Vercel AI Accelerator is back with $6m in credits Making agent-friendly pages with content negotiation The Vercel OSS Bug Bounty program is now available Introducing the new v0 Run untrusted code with Vercel Sandbox, now generally available How Stripe built a game-changing app in a single flight with v0 How Sensay went from zero to product in six weeks AGENTS.md outperforms skills in our agent evals Agent skills explained: An FAQ Testing if "bash is all you need" AWS databases are now live on the Vercel Marketplace and v0
May 2020 - Vercel – Vercel
2020-05-01 · via Vercel News

2 min read

Link to headingDashboard

  • Environment Variables inserted in the Project Settings can now contain newlines. Copy and paste your value, or use

    Shift + Enter to submit values with newlines.

  • A new Contact page has been launched, which allows for easily creating support tickets or reaching out to our sales team.

  • No more "Visit" tooltip is rendered when hovering a deployment URL. Instead, the "Visit" button on the deployment view can be used.

  • The "Functions" tab on the deployment view now clearly defines that logs are realtime and need to be forwarded to a third party for retroactive inspection (storing).

  • Opening the Team Settings doesn't automatically focus on the Team URL anymore.

  • Environment Variables in the Activity feed are now truncated in length.

  • On the installation page for our command-line interface, the vercel package is now recommended instead of the legacy now package.

  • Hitting the limit of 10 team members on the Pro plan now presents a button for easily contacting the Sales team.

  • Introduced a limit of 100 Environment Variables per Project.

  • Made "Ionic Angular" or "Docusaurus 2" templates work again.

  • Signing up with a Git account that is already connected to a personal Vercel account will now offer you to log in instead of erroring.

  • Signing up with a Git account that has the same email address as a personal Vercel account will now offer you to merge them instead of creating a new one.

    • Trying to log in with a Git account that is not connected to a personal Vercel account will now log you into a personal Vercel account that has the same email address.

Link to headingDomains

  • Removing a domain now triggers a cascade of events that will clean up all of its associated Aliases, Certificates and DNS Records from the system.

Link to headingDeployments

  • Selecting "Other" in the list of framework presets, overriding the Build Command and then creating a deployment containing vercel.json and a few static files does not cause an error anymore.

Link to headingDocumentation

  • A new permanent property was added to the configuration reference of the new redirects routing property.

  • Te configuration reference for the routes property now makes it clear that it cannot be used in conjunction with the new routing properties.

  • An example was added to each of the System Environment Variables.

Link to headingGit Integration

  • The vercel.json and .vercelignore configuration files are now supported for GitHub, GitLab and Bitbucket.

Link to headingCommand Line

  • A new package named vercel was published to npm and it comes with support for vercel.json, .vercelignore, and two binaries named vercel and vc.