---
title: "Changelog | Netlify"
description: "Stay updated with the latest features, fixes, and improvements. Realize the speed, agility and performance of a scalable, composable web architecture with Netlify. Explore the composable web platform now!"
source: "https://www.netlify.com/changelog/page/13/"
last_updated: "2026-07-02T23:58:14.000Z"
---
# Changelog

All Tags Agent-runners AI Ai-gateway Angular Astro AX Build CLI Database Design Devtools Domains E-commerce Extensions Forms Framework Functions Logs Next.js Nuxt.js Remix SDK Security Updates Workflow  [Subscribe to feed](https://www.netlify.com/changelog/feed.xml)

-   [
    
    ## ChatGPT deep link for failed deploy analysis
    
    ](/changelog/chatgpt-deep-link-for-failed-deploy-analysis/)
    
    July 30, 2025
    
    Debugging a failing deploy can involve a lot of context switching between your deploy logs and external tools. We’ve added a new option to deep link directly into ChatGPT with your deploy analysis. Now you can get immediate AI-powered insights and debugging help without manually copying and pasting log information.
    
    **How it works** When a deploy fails, you’ll see a “Why did it fail?” option. Clicking this now presents an “Ask ChatGPT” button which automatically opens and pre-populates ChatGPT with the relevant deploy context.
    
    **Example use cases**
    
    -   Quickly understand common errors in your build output.
    -   Get suggestions for fixing dependency issues.
    -   Receive explanations for unfamiliar error messages.
    
    **Getting started** Next time you encounter a failed deploy, look for the “Ask ChatGPT” option in your deploy logs.
    
    [Permalink to ChatGPT deep link for failed deploy analysis Permalink](/changelog/chatgpt-deep-link-for-failed-deploy-analysis/)
    
-   [
    
    ## Equinix IP address expiring for 4-year old sites
    
    ](/changelog/equinix-ip-address-expiring-for-4-year-old-sites/)
    
    July 21, 2025
    
    -   [domains](/changelog/tag/domains/)
    
    As part of our infrastructure improvements, we’re updating certain IP addresses for older sites.
    
    Some sites that have been live on Netlify for over 4 years will need to update their DNS by **August 31, 2025** to avoid going offline.
    
    ## Who is impacted
    
    Your site may be using the outdated Equinix IP address `147.75.40.150`, if your site meets the following criteria:
    
    -   Your site has been live since around **March 25, 2021**
    -   Your site is using our Standard Edge CDN
    -   You are on a free, starter, or Pro account
    
    To check whether your site is impacted you can:
    
    -   Enter your site domain on this DNS lookup site to see if your domain points to `147.75.40.150`: [https://toolbox.googleapps.com/apps/dig/](https://toolbox.googleapps.com/apps/dig/)
    -   Alternatively, you can run the dig command in your terminal with your site domain, such as `dig mytestsite.com` (using `mytestsite.com` and not `www.mytestsite.com` because this is an [apex domain](https://docs.netlify.com/manage/domains/domains-fundamentals/domains-glossary/#apex-domain))
    
    ## Action required
    
    To avoid downtime by **August 31, 2025**, take the following actions.
    
    ### Standard action for most plans
    
    Only Enterprise plans can have High-Performance Edge. If you do not have an Enterprise plan or have an Enterprise plan without High-Performance Edge:
    
    1.  Update the DNS record for your apex domain from the previous load balancer IP address `147.75.40.150` to the following:
        -   If your external DNS provider supports ALIAS, ANAME, or flattened CNAME records, update your site’s IP address from `147.75.40.150` to `apex-loadbalancer.netlify.com`. If your site is on the High-Performance Edge, point the record to the High-Performance Edge load balancer noted in the Netlifly domains dashboard when you select **Awaiting External DNS**. You can reach out to Support or your Account manager for help.
            
        -   If your DNS provider does not support ALIAS, ANAME, or flattened CNAME records, update your site’s IP address from `147.75.40.150` to `75.2.60.5`.
            
    
    The exact way you update this will vary depending on your external DNS provider but here are some [generalized docs for configuring an apex](https://docs.netlify.com/manage/domains/configure-domains/configure-external-dns/#configure-an-apex-domain) domain that you can use. For the most specific instructions, check your external DNS provider’s docs or support.
    
    ### Action for Enterprise plans with High-Performance Edge
    
    Only Enterprise plans can have High-Performance Edge. If you have an Enterprise plan with High-Performance Edge, follow these steps:
    
    1.  Update the DNS record for your apex domain from the previous load balancer IP address `147.75.40.150` to the following:
        -   If your external DNS provider supports ALIAS, ANAME, or flattened CNAME records, update your site’s IP address from `147.75.40.150` to your High-Performance Edge load balancer. You can ask your Account Manager for this information or check your Netlify domains dashboard for this information.
        -   If your DNS provider does not support ALIAS, ANAME, or flattened CNAME records, update your site’s IP address from `147.75.40.150` to `75.2.60.5`.
    
    The exact way you update this will vary depending on your external DNS provider but here are some [generalized docs for configuring an apex](https://docs.netlify.com/manage/domains/configure-domains/configure-external-dns/#configure-an-apex-domain) domain that you can use. For the most specific instructions, check your external DNS provider’s docs or support.
    
    ### Why is this happening?
    
    To improve our infrastructure and performance, we are updating certain IP addresses for older sites. These changes help ensure your sites and apps can fully benefit from Netlify’s Edge network and our improved load balancing infrastructure.
    
    ### Need more help?
    
    If you need extra help, just let us know by reaching out to [Netlify Support](https://www.netlify.com/support/).
    
    [Permalink to Equinix IP address expiring for 4-year old sites Permalink](/changelog/equinix-ip-address-expiring-for-4-year-old-sites/)
    
-   [
    
    ## Nuxt 4 support + new @netlify/nuxt module for local dev
    
    ](/changelog/nuxt-4-support-new-netlify-nuxt-module-for-local-dev/)
    
    July 15, 2025
    
    -   [nuxt.js](/changelog/tag/nuxt-js/)
    -   [devtools](/changelog/tag/devtools/)
    
    Today we’re announcing two major updates for Nuxt developers on Netlify:
    
    ## Day-One Nuxt 4 Support
    
    [Nuxt 4 launched today](https://nuxt.com/blog/v4), and Netlify is ready. Deploy your Nuxt 4 apps with zero configuration changes—everything just works. Everything is fully compatible from day one.
    
    [Learn more about leveraging platform primitives with Nuxt](https://www.netlify.com/blog/platform-primitives-with-nuxt-4).
    
    ## Full Platform Emulation in Your Dev Server with @netlify/nuxt
    
    We’re also launching `@netlify/nuxt` today, a new Nuxt module that brings the entire Netlify platform into your local development environment. Functions, Edge Functions, Blobs, Image CDN, env vars, headers, and redirects all work directly in `nuxt dev`—no separate CLI required.
    
    Add the module to your Nuxt 3 or Nuxt 4 app with one command:
    
    ```
    npx nuxi module add @netlify/nuxt
    ```
    
    This simplifies local development and enables AI coding assistants to build full-stack apps with immediate feedback.
    
    [Read the complete guide](https://developers.netlify.com/guides/run-serverless-functions-storage-and-more-in-your-nuxt-dev-server-with-netlify-nuxt/).
    
    [Permalink to Nuxt 4 support + new @netlify/nuxt module for local dev Permalink](/changelog/nuxt-4-support-new-netlify-nuxt-module-for-local-dev/)
    
-   [
    
    ## Secret scanning with smart detection enabled on paid plans
    
    ](/blog/smart-secret-scanning-for-ai-generated-code/)
    
    June 6, 2025
    
    • Article
    
    ![](/_astro/e0b22f6b7a7f3e6d87bdc8ece97bd3b6dba4c29a-1200x675_Y8uG8.webp)
    
    Netlify’s smart secret scanning automatically detects API keys, tokens, and credentials in code. Pro plan feature blocks deployments with potential secrets to keep your applications secure.
    
    [Permalink to Secret scanning with smart detection enabled on paid plans Permalink](/blog/smart-secret-scanning-for-ai-generated-code/)
    
-   [
    
    ## Deploy a database in one command with Netlify DB
    
    ](/blog/netlify-db-database-for-AI-native-development/)
    
    June 5, 2025
    
    • Article
    
    ![](/_astro/9fa98ed29f8b532021461ad1d2abcb3dbea444c7-2400x1350_ZcdG1s.webp)
    
    Netlify DB provides serverless PostgreSQL that provisions automatically with one command. Built for AI agents and modern development workflows. Start building fullstack apps faster with zero configuration required.
    
    [Permalink to Deploy a database in one command with Netlify DB Permalink](/blog/netlify-db-database-for-AI-native-development/)
    
-   [
    
    ## One-click install Netlify MCP on Cursor
    
    ](/changelog/one-click-install-netlify-mcp-on-cursor/)
    
    June 5, 2025
    
    -   [ax](/changelog/tag/ax/)
    
    You can now install the Netlify MCP on Cursor with a single click.
    
    [![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=netlify&config=eyJjb21tYW5kIjoibnB4IC15IEBuZXRsaWZ5L21jcCJ9)
    
    Check out our docs on the Netlify MCP server [here](https://docs.netlify.com/welcome/build-with-ai/netlify-mcp-server/).
    
    [Permalink to One-click install Netlify MCP on Cursor Permalink](/changelog/one-click-install-netlify-mcp-on-cursor/)
    
-   [
    
    ## Connect agents to the Netlify MCP Server
    
    ](/blog/netlify-mcp-server-ai-agents-deploy-your-code/)
    
    June 4, 2025
    
    • Article
    
    ![](/_astro/a7682d030f82b1e80f31df8f3ce87bf1f76bcd31-2400x1350_Z1BvE5I.webp)
    
    The Netlify MCP Server enables AI agents to deploy applications directly from your editor. Built on the Model Context Protocol, agents can now complete the full development cycle from code to production.
    
    [Permalink to Connect agents to the Netlify MCP Server Permalink](/blog/netlify-mcp-server-ai-agents-deploy-your-code/)
    
-   [
    
    ## Vite plugin is now available
    
    ](/blog/vite-plugin-netlify-official-deployment-partner/)
    
    June 3, 2025
    
    • Article
    
    ![](/_astro/6d17102a542a2764a87132049a0a7d16085563be-2400x1350_Z28LAKp.webp)
    
    Netlify is now the official deployment partner for Vite, plus introducing our new Vite plugin. Access the Netlify platform directly into your local dev environment.
    
    [Permalink to Vite plugin is now available Permalink](/blog/vite-plugin-netlify-official-deployment-partner/)
    
-   [
    
    ## Angular 20 support
    
    ](/changelog/angular-20-support/)
    
    May 28, 2025
    
    -   [angular](/changelog/tag/angular/)
    -   [framework](/changelog/tag/framework/)
    
    [Angular 20](https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301) is now fully supported on Netlify with zero configuration required.
    
    **What’s new**
    
    -   Full Angular 20 compatibility: Deploy Angular 20 projects with all the latest features including stable signals APIs, zoneless change detection in developer preview, and incremental hydration.
        
    -   Updated Angular template: We’ve refreshed our [Angular starter template](https://github.com/netlify-templates/angular-starter) to showcase Angular 20’s capabilities, including the new control flow syntax and simplified component naming conventions.
        
    -   Optimized SSR support: Angular 20’s stable incremental hydration and route-level rendering modes work with Netlify’s edge network for faster, more efficient server-side rendering.
        
    
    **How to get started**
    
    Add your existing Angular 20 project by connecting your Git repository–or [deploy our template](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/angular-starter)–no configuration changes needed. For new projects, try our updated template with Angular 20’s latest features.
    
    If you’re planning to [upgrade from version 18](https://developers.netlify.com/guides/whats-new-with-angular-19-on-netlify/) or earlier, check out our guidance on the Angular runtime.
    
    [Permalink to Angular 20 support Permalink](/changelog/angular-20-support/)
    

[Previous page](/changelog/page/12) [Next page](/changelog/page/14)