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

推荐订阅源

博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
罗磊的独立博客
The GitHub Blog
The GitHub Blog
L
LangChain Blog
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
DataBreaches.Net
宝玉的分享
宝玉的分享
U
Unit 42
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
N
Netflix TechBlog - Medium
The Cloudflare Blog
Microsoft Azure Blog
Microsoft Azure Blog
H
Help Net Security
美团技术团队
大猫的无限游戏
大猫的无限游戏
雷峰网
雷峰网
爱范儿
爱范儿
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog

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
Deploy Next.js 15 on Netlify Today | Here’s How
Nahrin Jalal · 2024-10-23 · via Netlify Changelog

It’s here. A stable version of Next.js 15 is ready for production. What does that mean for Next.js developers on Netlify? Well, the short answer is: Business as usual. In this post, we’ll detail what’s new with Next.js 15 and how we support it from day one.

But before we do, let’s cover what’s most important.

Netlify supports Next.js 15 today. You can update your site to Next 15 and it will work on Netlify immediately. All the stable features work out of the box, and no changes are required on your end when using the latest Netlify Next.js Runtime. If you’ve manually installed the Netlify Next.js Runtime in your package.json you will need to upgrade it, but for everyone else, it will upgrade you automatically on your next deploy.

Alternatively, you can use our Next.js starter template which is fully functional on Next.js 15.

What’s new with Next.js 15?

While we won’t cover everything, here are some of the features we find most relevant to developers using Netlify.

  • React 19: App Router has been upgraded to React 19. For those using the Pages Router, you have the option to upgrade to React 19 when you’re ready.
  • Turbopack stability: For a faster development experience.
  • Faster builds for App Router: Optimized static generation to improve build times.
  • New caching defaults:
    • Fetch requests are no longer cached by default, which means that dynamically rendered pages will re-request fetched data on each request.
    • GET route handlers are no longer cached by default, which means you can expect a fresh response on every request.
    • Page data is no longer cached in the browser by default, which means that client-side navigation will always reflect fresh data for newly active components.
    • You can still opt in caching in all these cases and Netlify’s advanced caching primitives and blob storage will be used within the Next Runtime to provide a seamless experience.

Here’s a complete view of the latest Next.js 15 features.

Learn more

To learn more about Next 15 on Netlify, scan our Next.js documentation.