Please turn JavaScript on
Netlify Changelog icon

Netlify Changelog

Subscribe to Netlify Changelog’s news feed.

Click on “Follow” and decide if you want to get news from Netlify Changelog via RSS, as email newsletter, via mobile or on your personal news page.

Subscription to Netlify Changelog comes without risk as you can unsubscribe instantly at any time.

You can also filter the feed to your needs via topics and keywords so that you only receive the news from Netlify Changelog which you are really interested in. Click on the blue “Filter” button below to get started.

Website title: Push your ideas to the web | Netlify

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.29 / day

Message History

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...

Read full story
Google's Gemini 3.1 Flash Lite Image, also known as Nano Banana 2 Lite, 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: Ge...

Read full story
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. Note that Netlifly functions are stored at netlify/functions/ and are distinct from Edge Functions. These improvements will not break your existing functions setup so you can update ...

Read full story
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 ...

Read full story
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@lates...

Read full story