---
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/15/"
last_updated: "2026-08-05T18:39:39.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)

-   [
    
    ## 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/)
    
-   [
    
    ## Netlify CLI 21.4.1 UI and workflow enhancements
    
    ](/changelog/netlify-cli-21-ui-and-workflow-enhancements/)
    
    May 15, 2025
    
    ![CLI updates](https://cdn.sanity.io/images/o0o2tn5x/marketing/b1db9efe7b933f1954460b5947eb885f03af5573-2400x1261.png)
    
    [Netlify CLI](https://cli.netlify.com/) 21.4.1 has a cleaner look, simplified workflows, and a new command.
    
    Install the latest version:
    
    ```
    npm install netlify-cli -g# oryarn global add netlify-cli
    ```
    
    **Onboard to Netlify projects with `netlify clone` command**
    
    Pull an existing Netlify project locally from its repo with one command:
    
    ```
    netlify clone <repository-url>
    ```
    
    Clones the repo and links it to the right Netlify site–ideal for onboarding or switching projects.
    
    **Builds are included with `netlify deploy`**
    
    The deploy command now runs a build step by default, eliminating separate build commands.
    
    Instead of `netlify build && netlify deploy` or `netlify deploy --build`, simply run:
    
    ```
    netlify deploy
    ```
    
    To deploy without building, use netlify `deploy --no-build`.
    
    **Smarter manual setup**
    
    `netlify init` now auto-detects your framework and suggests the right build settings. It’ll even help you create a netlify.toml if you don’t have one.
    
    **Better updates and onboarding**
    
    Additional improvements include:
    
    -   Better update notifications with links to release notes
    -   Improved onboarding guidance with clearer next steps and resource links
    -   Reorganized help command with better documentation references
    
    [Permalink to Netlify CLI 21.4.1 UI and workflow enhancements Permalink](/changelog/netlify-cli-21-ui-and-workflow-enhancements/)
    
-   [
    
    ## Security Update: Next.js sites on Netlify not vulnerable to CVE-2025-32421
    
    ](/changelog/security-update-next-js-sites-on-netlify-not-vulnerable-to-cve-2025-32421/)
    
    May 15, 2025
    
    -   [security](/changelog/tag/security/)
    -   [next.js](/changelog/tag/next-js/)
    
    The Next.js team [recently disclosed CVE-2025-32421](https://github.com/vercel/next.js/security/advisories/GHSA-qpjv-v59x-3qc4), a low-severity vulnerability allowing for CDN cache poisoning in some scenarios.
    
    The engineering team at Netlify has confirmed that all Next.js sites on Netlify **are not vulnerable**. The vulnerability requires use of a CDN that may cache responses without explicit Cache-Control headers, but Netlify’s CDN never does so.
    
    As a general security precaution, we recommend upgrading to the latest versions of the Next.js framework and [allowing automatic updates of the OpenNext Netlify Next.js adapter](https://docs.netlify.com/frameworks/next-js/overview/#reverting-to-an-older-adapter-version).
    
    [Permalink to Security Update: Next.js sites on Netlify not vulnerable to CVE-2025-32421 Permalink](/changelog/security-update-next-js-sites-on-netlify-not-vulnerable-to-cve-2025-32421/)
    
-   [
    
    ## Introducing the Netlify Cache API
    
    ](/blog/introducing-netlify-cache-api/)
    
    May 8, 2025
    
    • Article
    
    ![](/_astro/8825011c4a7db4cdf0b624c7d3701efb5ac92a42-1200x675_Z2b5S8k.webp)
    
    Discover the new Netlify Cache API beta. Built on web standards, it lets developers cache fetch requests in serverless and edge functions. Works seamlessly with any framework (or without one) for faster, more resilient apps.
    
    [Permalink to Introducing the Netlify Cache API Permalink](/blog/introducing-netlify-cache-api/)
    
-   [
    
    ## Build Plugins: End of support for Node.js 14 + Node.js 16
    
    ](https://answers.netlify.com/t/build-plugins-end-of-support-for-node-js-14-node-js-16/136405)
    
    April 29, 2025
    
    • Support Forums
    
    -   [updates](/changelog/tag/updates/)
    
    The following versions of Node.js have reached their official end of life. Node.js v14 on February 16, 2023 Node.js v16 on August 9, 2023 It is also worth noting that the following version is also about to reach its end of life date. Node.js v18 on…
    
    [Learn more about Build Plugins: End of support for Node.js 14 + Node.js 16 Learn More](https://answers.netlify.com/t/build-plugins-end-of-support-for-node-js-14-node-js-16/136405)
    

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