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

推荐订阅源

J
Java Code Geeks
Last Week in AI
Last Week in AI
T
Tailwind CSS Blog
WordPress大学
WordPress大学
B
Blog RSS Feed
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
C
Check Point Blog
P
Proofpoint News Feed
H
Help Net Security
月光博客
月光博客
博客园_首页
Stack Overflow Blog
Stack Overflow Blog
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
U
Unit 42
美团技术团队
I
InfoQ
A
About on SuperTechFans

Netlify Changelog

Gemini 3.5 Flash now available in Agent Runners 4 Nuxt CVEs: what Netlify users need to know Gemini 3.5 Flash now available in AI Gateway Agent Runners workflow improvements Next.js & React security release (May 2026): what to know Block project transfers out of your team Gemini 3.1 Flash-Lite now available in AI Gateway OpenAI GPT-5.5 Instant now available in AI Gateway New `netlify logs` CLI command Deploy to Netlify with Stripe Projects Netlify Database is now generally available OpenAI GPT-5.5 and GPT-5.5 Pro in AI Gateway & Agent Runners Rename an agent run GPT Image 2 now available in AI Gateway New frontend-design skill for Agent Runners Claude Opus 4.7 now available in AI Gateway and Agent Runners Pricing updates for Credit-based plans New sorting and filter controls on the Members page Netlify Database GA coming soon, no new databases for now Deploy logs streaming is now faster Netlify CLI adds prompt-based creation and anonymous deploys Deploy from Codex with the Netlify Plugin Hydrogen with React Router 7 now supported on Netlify Monitor credit usage by day Invoices for Enterprise Available on the Billing Page AI app development on production infrastructure with Netlify Introducing Prompt Templates OpenAI GPT-5.4 Nano and GPT-5.4 Mini in AI Gateway Change your pricing plan Internal Builder Role & Project Access Controls
See Netlify‘s Product Changelog Updates for November 2020
Nahrin Jalal · 2020-12-15 · via Netlify Changelog

This is a re-publishing of our product changelog newsletter sent to subscribers earlier this month. Sign up to receive future product news and updates!

Here are some of the latest enhancements to help you build even better web apps with Netlify!

Next.js Preview Mode on Netlify

See what content looks like before running a build of your site

Next.js introduced Preview Mode earlier this year as a part of its 9.3 release. We love this feature and are excited to now support it in Netlify. With Preview Mode, you can bypass the statically generated page to server-side render a draft page. That way you don’t have to wait for a build to run to see a preview. It’s great to use with a CMS to show your team changes in real-time, before committing them. Learn more

Background Functions

Serverless functions for long running tasks and API interactions

You may be familiar with Netlify Functions, which give you all the goodness of AWS Lambda without worrying about configuring API gateways, coordinating deployments, or even setting up an AWS account. However, if you’ve ever used Netlify Functions, it’s likely you’ve encountered the 10 seconds timeout limit. This isn’t great if you’re dealing with slow APIs or need to run a more complex task. Enter Netlify’s new Background Functions. It’s as easy as adding “-background” to the name of the file and your serverless functions can run asynchronously for up to 15 minutes. Learn more

Team Overview

A dashboard for your team to collaborate & develop faster

We hear again and again that the real power of Netlify is the network effect on productivity when it’s used across a team. We’ve made this experience even better now with a central dashboard in the Netlify UI that surfaces the most important information about your team and the web projects they’re working on. You can see everything from real-time status of your team’s site builds to the latest audit logs, all in one place. Learn more

Other Recent Updates

  • Edge Handers beta rollout - We are slowly enabling accounts for early access. Request access here and try it out for personalizing content, authentication, and more!
  • Continuous deployment of Netlify Functions - Previously, a build command was required for continuous deployment of serverless functions. Now just commit your function files to a folder and git push to deploy automatically. Learn more
  • Validate edge rules locally - A new dev:trace CLI command simulates Netlify’s Edge routing logic to match specific requests. For example, you can create a redirect rule using _redirects or netlify.toml, then run netlify dev:trace to test if a specific URL is matched by a rule. See the docs
  • Select a default team you would like to see when logging in to the Netlify app. That way you don’t have to always switch back to the team you use most. Learn more
  • Further speed improvements to post-processing when builds contain redirect rules that cause shadowing (eg: /*). This time we’ve made HTML processing a bit faster.
  • Redirect behavior has changed, so that we only automatically redirect non-www domains to the www domain if it’s an apex domain. Learn more
  • Update to TLS/SSL certificates for Netlify sites with custom domains - Our certificate authority, Let’s Encrypt, is making a change to their underlying root certificate. Learn more

Articles You May Have Missed