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

推荐订阅源

博客园 - 三生石上(FineUI控件)
博客园 - 叶小钗
博客园 - 聂微东
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Google DeepMind News
Google DeepMind News
Recent Announcements
Recent Announcements
IT之家
IT之家
J
Java Code Geeks
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
I
InfoQ
爱范儿
爱范儿
Vercel News
Vercel News
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
U
Unit 42
酷 壳 – CoolShell
酷 壳 – CoolShell
腾讯CDC
F
Fortinet All Blogs
V
Visual Studio 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.