N

Netlify Changelog

N
Netlify Changelog Cloud v5.6

GPT-5.6 Luna and Terra price reduction on AI Gateway

GPT-5.6 Luna now costs 80% less and GPT-5.6 Terra is 20% less through Netlify AI Gateway, making both models more cost-efficient for production AI workloads. These reductions improve the price-performance tradeoff across the GPT-5.6 model family, giving teams more flexibility to choose the right balance of capability and cost for each workload. Learn more in OpenAI’s announcement, Advancing the pr…

N
Netlify Changelog Cloud

Ask mode for Agent Runners

Netlify Agent Runners now have a mode selector. Pick Ask and the agent reads, investigates, and answers questions about your project. Build is still the default and works exactly as before. Ask mode is strictly read-only. The agent can’t edit files, run commands, deploy, or change settings. With no build or Deploy Preview, Ask runs are often faster and use fewer credits. It answers with real conte…

N
Netlify Changelog Cloud

Keep projects private by default with project visibility

Teams on a Free, Personal, or Pro plan now have project visibility settings to ensure that all of your project stay private until you decide to make them public. More people are shipping prototypes, internal tools, early client work, and projects built with agents. A deploy is often a work in progress, not a publication. Netlify now reflects that distinction. Project visibility settings allow you…

N
Netlify Changelog Cloud

Netlify Drop updates

Netlify Drop has a refreshed look, with even more support for your questions and guidance on what’s next after you drop your latest site or app. We first launched Netlify Drop 13 years ago when we introduced the web to a simpler way to deploy your web project and get a custom link for it. Since that time we’ve learned a lot about how people (and now agents) use Drop. You can learn more from our of…

N
Netlify Changelog Cloud

Security Update: Multiple vulnerabilities in Nuxt

The Nuxt team has disclosed several security vulnerabilities fixed in Nuxt 4.5.1 and 3.21.10, ranging from a high-severity server-side remote code execution (under specific conditions) to lower-severity and development-only issues. Here’s what Netlify customers need to know. Vulnerabilities GHSA-9473-5f9j-94wq (High): remote code execution via server island props GHSA-48hr-524c-v5w3 (Medium): unau…

N
Netlify Changelog Cloud

Claude Opus 5 Now Available in AI Gateway and Agent Runners

Anthropic’s Claude Opus 5 model is now available through Netlify’s AI Gateway and Agent Runners with zero configuration required. Use the Anthropic SDK directly in your Netlify Functions without managing API keys or authentication. The AI Gateway handles everything automatically. Here’s an example using the Claude Opus 5 model: import Anthropic from '@anthropic-ai/sdk'; export default async () =>…

N
Netlify Changelog Cloud

Security Update: Multiple vulnerabilities in React Router

The React Router team has disclosed five security vulnerabilities affecting React Router. These issues are patched in React Router 7.18.0 (one issue was patched earlier, in 7.13.0). Here’s what Netlify customers need to know. Vulnerabilities Vulnerability: Open redirect leading to XSS CVE: CVE-2026-53668 Severity: Medium Affected versions: ≥6.30.2 ≤6.30.4, ≥7.9.6

N
Netlify Changelog Cloud v3.6

Google Gemini 3.6 Flash and Gemini 3.5 Flash-Lite Now Available in AI Gateway and Agent Runners

Google’s Gemini 3.6 Flash and Gemini 3.5 Flash-Lite models are now available through Netlify’s AI Gateway and Agent Runners with zero configuration required. Use the Google GenAI SDK directly in your Netlify Functions without managing API keys or authentication. The AI Gateway handles everything automatically. Here’s an example using the Gemini 3.6 Flash model: import { GoogleGenAI } from '@google…

N
Netlify Changelog Cloud

Security Update: Multiple vulnerabilities in Next.js

The Next.js team has disclosed nine security vulnerabilities, all patched in 15.5.21 and 16.2.11. The issues span server-side request forgery (SSRF), a middleware authorization bypass, denial of service (DoS), and cache/identifier disclosure. Here's what Netlify customers need to know. Summary If you run Next.js on Netlify, upgrade next to 15.5.21 or 16.2.11 and redeploy. Netlify-hosted sites are…

N
Netlify Changelog Cloud

Invite Developers and Internal Builders without assigning a project

You can now invite a Developer or Internal Builder to your team without assigning them to an existing project. Previously, the UI required every new Developer or Internal Builder to be given access to at least one existing project before you could add them. That got in the way of a common workflow: bringing someone on specifically to spin up new work, without handing them the keys to projects they…

N
Netlify Changelog Cloud

Set AI usage limits for individual team members

Team Owners on Pro plans can now limit Agent Runners spend for individual members in your team, giving you finer control over how AI credits are used across your team. Set a single credit limit that applies to every member, then customize it with overrides for specific people who need more (or less) room to work. This makes it easy to give power users a higher ceiling while keeping predictable, bu…

N
Netlify Changelog Cloud

Introducing Pro plan monthly credit tiers with rollovers

Team Owners on the credit-based Pro plan can now choose how many monthly credits come with their plan, instead of a single fixed amount. Pick the tier that fits your usage, and change it whenever your needs shift. The new credit tiers, with rollover on higher tiers, can be especially helpful for teams with seasonal surges and teams with consistently high-credit usage and come with some per-credit…

N
Netlify Changelog Cloud v5.6

OpenAI GPT-5.6 Sol, Luna, and Terra Now Available in AI Gateway and Agent Runners

OpenAI’s GPT-5.6 Sol, Luna, and Terra models are now available through Netlify’s AI Gateway and Agent Runners with zero configuration required. Use the OpenAI SDK directly in your Netlify Functions without managing API keys or authentication. The AI Gateway handles everything automatically. Here’s an example using the GPT-5.6 Sol model: import OpenAI from 'openai'; export default async () => { con…

N
Netlify Changelog Cloud

Node.js 24 is now the default for Builds and Functions on new sites

New sites created on Netlify now use Node.js 24 by default for both builds and Netlify Functions. Existing sites aren’t affected — they keep using whatever Node.js version they’re currently pinned to, whether that’s set via a NODE_VERSION environment variable, an .nvmrc/.node-version file, or the engines.node field in package.json. If you want to move an existing site to Node.js 24, follow the Nod…

N
Netlify Changelog Cloud

Claude Fable 5 reactivated in AI Gateway

Anthropic’s Claude Fable 5 model is once again available through Netlify’s AI Gateway with zero configuration required. Use the Anthropic SDK directly in your Netlify Functions without managing API keys or authentication. The AI Gateway handles everything automatically. Here’s an example using the Claude Fable 5 model: import Anthropic from '@anthropic-ai/sdk'; export default async () => { const a…

N
Netlify Changelog Cloud

Claude Sonnet 5 now available in AI Gateway and Agent Runners

Anthropic’s Claude Sonnet 5 model is now available through Netlify’s AI Gateway and Agent Runners with zero configuration required. Use the Anthropic SDK directly in your Netlify Functions without managing API keys or authentication. The AI Gateway handles everything automatically. Here’s an example using the Claude Sonnet 5 model: import Anthropic from '@anthropic-ai/sdk'; export default async ()…

N
Netlify Changelog Cloud v3.1

Nano Banana 2 Lite (Gemini 3.1 Flash-Lite Image) is now available in AI Gateway.

Google's Nano Banana 2 Lite (Gemini 3.1 Flash-Lite Image) is now available through AI Gateway. You can call this lightweight image generation model from Netlify Functions without configuring API keys; the AI Gateway provides the connection to Google for you. Example usage in a Function: import { GoogleGenAI } from '@google/genai'; // Netlify Function: Generate an image with Gemini 3.1 Flash Lite I…

N
Netlify Changelog Cloud

Functions redesigned for agents

We have redesigned Netlify functions for an improved agent experience. With these updates, functions are more discoverable, easier to autocomplete, update, and manage for people and agents alike. They move function configuration into code, making it type-safe and immediately visible to editors, tools, and agents, with no platform-specific naming conventions to memorize or get wrong. None of these…

N
Netlify Changelog Cloud

SAML provisioning upgrades for assigning default roles

When you provision new users through SAML SSO, you now have more options for assigning a default role. Before this update, the Developer role was assigned by default. Now you can assign other roles with fewer permissions, such as Reviewers and Internal Builders. Learn more about your options for provisioning with SAML SSO on Netlify.

N
Netlify Changelog Cloud

Preview data changes in Netlify Database

You can now preview proposed data changes for your Netlify database with a Git-style diff view, then apply part or all of those changes to a production version of your database. This update allows you to carefully review proposed changes from across your team and make sure you're confident about making changes to the production version of your database before going live. Learn more in our docs on…

N
Netlify Changelog Cloud

Astro 7 just works on Netlify

Astro 7 is out today, and it just works on Netlify on day one. To upgrade, run: npx @astrojs/upgrade This will update Astro, the Netlify adapter, and all other official integrations together. You can also check out the official migration guide. What’s new Some highlights include: Vite 8 — Astro 7 upgrades to Vite 8, bringing faster builds and improved dev tooling. Sätteri is now the default markdo…

N
Netlify Changelog Cloud

React Router 8 is now supported on Netlify

React Router 8 was just released and is already supported on Netlify. The breaking changes are largely limited to these new minimums: Node.js 22.22.0+ React 19.2.7+ Vite 7+ How to upgrade To upgrade your existing Netlify project follow the React Router 8 upgrade guide and upgrade the Netlify React Router Vite plugin to v4.0.0+: npm i @netlify/vite-plugin-react-router@latest Try it now To deploy a…

N
Netlify Changelog Cloud

Environment variable size limit removed for Serverless Functions

You can now use as many environment variables as your Serverless Functions need. The 4KB total size limit on environment variables no longer applies to functions running on the current Netlify Functions runtime. This limit was a common source of friction. Teams with several API keys, connection strings, or feature flags could quietly bump into the cap and see their functions fail to deploy or run,…

N
Netlify Changelog Cloud

Project labels are now available on Pro

Team Owners on the credit-based Pro plan can now create and assign labels to organize projects across their team, a capability previously limited to Enterprise. Use labels to group projects by environment, purpose, or team—for example, staging, marketing, or production—then filter and find projects faster from your team’s project list. Learn more in Organize projects in the Netlify documentation.

N
Netlify Changelog Cloud

Claude Fable 5 now available in AI Gateway

Update — June 13, 2026 Anthropic has suspended access to Claude Fable 5. Requests to claude-fable-5 through Netlify AI Gateway will fail until access is restored. Anthropic's Claude Fable 5 model is now available through Netlify's AI Gateway with zero configuration required. Use the Anthropic SDK directly in your Netlify Functions without managing API keys or authentication. The AI Gateway handles…

N
Netlify Changelog Cloud

Netlify is now in the Cursor marketplace

Netlify is now listed in the Cursor marketplace, so you can connect your AI-assisted coding environment directly to Netlify without leaving your editor. Whether you're spinning up a new project or iterating on an existing site, having Netlify available from within Cursor means fewer context switches between building and deploying. Find it at cursor.com/marketplace/netlify.

N
Netlify Changelog Cloud

Angular v22 is now supported

Angular v22 was released today and it is supported on Netlify on day one. To upgrade, follow the Angular upgrade steps and update @netlify/angular-runtime to v4.0.0 or later. Notable changes Minimum Node.js version: Angular v22 requires Node.js 22.12.0 or later. Make sure your Netlify site is configured to use a supported Node.js version . allowedHosts config: Angular v21.x (specifically, @angular…

N
Netlify Changelog Cloud

Security update: multiple vulnerabilities in React Router

The React Router team has disclosed seven security vulnerabilities. Here’s what Netlify customers need to know. Vulnerabilities Vulnerability: GHSA-8x6r-g9mw-2r78 — DoS via __manifest endpoint Package: react-router Affected versions: 7.0.0–7.14.x Fixed in: 7.15.0 Vulnerability: GHSA-rxv8-25v2-qmq8 — DoS via single-fetch request body Package: react-router Affected versions: 7.0.0–7.13.x Fixed in: 7…

N
Netlify Changelog Cloud v4.8

Claude Opus 4.8 now available in AI Gateway and Agent Runners

Anthropic’s Claude Opus 4.8 model is now available through Netlify’s AI Gateway and Agent Runners with zero configuration required. Use the Anthropic SDK directly in your Netlify Functions without managing API keys or authentication. The AI Gateway handles everything automatically. Here’s an example using the Claude Opus 4.8 model: import Anthropic from '@anthropic-ai/sdk'; export default async ()…