---
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/5/"
last_updated: "2026-07-02T14:13:25.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)

-   [
    
    ## Security Update: DoS vulnerability in Next.js and React Server Components
    
    ](/changelog/2026-04-08-react-nextjs-dos-vulnerability/)
    
    April 8, 2026
    
    -   [security](/changelog/tag/security/)
    -   [next.js](/changelog/tag/next-js/)
    
    A denial-of-service (DoS) vulnerability ([CVE-2026-23869](https://www.cve.org/CVERecord?id=CVE-2026-23869), CVSS 7.5) has been disclosed affecting React Server Components (RSCs), a feature used by Next.js and other React metaframeworks. A malicious payload can cause excessive CPU consumption. Here’s what Netlify customers need to know.
    
    ## Impact on Netlify
    
    Nominally, this is a server-side DoS vulnerability. However, **on Netlify this has minimal impact**: our autoscaling serverless architecture means that a malicious request resulting in a crashed or hung function does not affect other requests. However, active exploitation could increase your function costs.
    
    ## Affected frameworks
    
    All RSC frameworks are affected:
    
    -   **Next.js** (see version table below)
    -   React Router 7 (if using RSC preview)
    -   Waku
    -   `@parcel/rsc`
    -   `@vitejs/plugin-rsc`
    
    Astro, Gatsby, and Remix are not affected.
    
    ### React affected versions
    
    See the [React advisory](https://github.com/facebook/react/security/advisories/GHSA-479c-33wc-g2pg) for full details.
    
    Affected versions
    
    Fixed in
    
    19.0.0–19.0.4
    
    19.0.5
    
    19.1.0–19.1.5
    
    19.1.6
    
    19.2.0–19.2.4
    
    19.2.5
    
    ### Next.js affected versions
    
    See the [Next.js advisory](https://github.com/vercel/next.js/security/advisories/GHSA-q4gf-8mx6-v5v3) for full details.
    
    Affected versions
    
    Fixed in
    
    13.3.0+
    
    EOL - no fix
    
    14.x
    
    EOL - no fix
    
    15.0.0–15.5.14
    
    15.5.15
    
    16.0.0–16.2.2
    
    16.2.3
    
    ## What should I do?
    
    If any of your projects are using an affected version, we recommend upgrading as soon as possible to a patched release.
    
    For Next.js 13.x and 14.x users: patches are not planned for these versions. Consider upgrading to Next.js 15.x or 16.x.
    
    Note that any publicly available deploy previews and branch deploys may remain vulnerable until they are [automatically deleted](https://docs.netlify.com/deploy/manage-deploys/manage-deploys-overview/#automatic-deploy-deletion). Consider [deleting these deploys manually](https://docs.netlify.com/deploy/manage-deploys/manage-deploys-overview/#manual-deploy-deletion-through-the-netlify-ui).
    
    ## Resources
    
    -   [React CVE-2026-23869](https://www.cve.org/CVERecord?id=CVE-2026-23869)
    -   [React security advisory](https://github.com/facebook/react/security/advisories/GHSA-479c-33wc-g2pg)
    -   [Next.js security advisory](https://github.com/vercel/next.js/security/advisories/GHSA-q4gf-8mx6-v5v3)
    
    [Permalink to Security Update: DoS vulnerability in Next.js and React Server Components Permalink](/changelog/2026-04-08-react-nextjs-dos-vulnerability/)
    
-   [
    
    ## Deploy logs streaming is now faster
    
    ](/changelog/2026-04-06-deploy-logs-streaming-is-now-faster/)
    
    April 6, 2026
    
    -   [logs](/changelog/tag/logs/)
    -   [build](/changelog/tag/build/)
    
    Watching a deploy? You’ll notice logs now appear faster and more smoothly in the Netlify UI. We’ve reduced log delivery latency and decreased the size of the batches sent to the browser, so output streams in closer to real time.
    
    ![Deploy logs streaming in the Netlify UI](/images/changelog/deploy-logs-streaming.png)
    
    This means less waiting and fewer large chunks of text appearing all at once. Instead, logs flow steadily as your build progresses — making it easier to follow what’s happening and catch issues early.
    
    Deploy logs are available on the detail page of every deploy and show build image details, dependency caching, all standard output from your build, Build Plugin execution, and the final deploy status. For successful deploys, highlights are automatically included in the deploy summary.
    
    You can also share specific log lines with your team — select a line number to highlight it, or shift+click a range to generate a shareable URL. Select the clipboard icon to copy the entire log.
    
    For more details, check out the [deploy log documentation](https://docs.netlify.com/deploy/deploy-overview/#deploy-log).
    
    No changes are required on your end. The improvement applies automatically to all deploy logs viewed on [app.netlify.com](https://app.netlify.com).
    
    [Permalink to Deploy logs streaming is now faster Permalink](/changelog/2026-04-06-deploy-logs-streaming-is-now-faster/)
    
-   [
    
    ## Netlify CLI adds prompt-based creation and anonymous deploys
    
    ](/changelog/2026-03-27-create-and-deploy-anything-netlify-clis-improved-ax/)
    
    March 31, 2026
    
    -   [ax](/changelog/tag/ax/)
    -   [cli announcement](/changelog/tag/cli-announcement/)
    -   [agent runners](/changelog/tag/agent-runners/)
    -   [ai](/changelog/tag/ai/)
    
    We’ve improved the [Netlify CLI](https://cli.netlify.com/)’s Agent Experience to make it the fastest way for both developers and AI agents to go from idea to deployed site. Here’s what’s new.
    
    ## Create a new project from a prompt
    
    The `netlify create` command now builds you a new site from scratch, triggering [Agent Runners](https://docs.netlify.com/build/build-with-ai/agent-runners/overview/):
    
    ```
    netlify create "a landing page for a SaaS product with a waitlist signup"
    ```
    
    This single command will:
    
    -   Create a new Netlify project for you
    -   Deploy it to a live URL
    -   Pull down the code so you can start iterating locally
    
    Prefer to build with GitHub? The [Netlify CLI](https://cli.netlify.com/) can also create a new GitHub repo and automatically hook it up to your new Netlify project, no manual setup required.
    
    ## Deploy without an account
    
    Need to spin up something quick without creating an account first or signing in? The new `--allow-anonymous` flag lets you deploy without a Netlify account:
    
    ```
    netlify deploy --allow-anonymous
    ```
    
    This will create the project, deploy it to a live URL, and let you claim the project within an hour. This is especially useful for AI agents that need to create temporary projects without requiring Netlify credentials upfront.
    
    ## Better agent experience throughout
    
    We’ve resolved the major issues agents commonly hit with the CLI. The CLI is now a more predictable integration point whether you’re building with an AI coding assistant or orchestrating your own agents.
    
    Install or update the [Netlify CLI](https://cli.netlify.com/) to try it out:
    
    ```
    npm install -g netlify-cli@latest
    ```
    
    [Permalink to Netlify CLI adds prompt-based creation and anonymous deploys Permalink](/changelog/2026-03-27-create-and-deploy-anything-netlify-clis-improved-ax/)
    
-   [
    
    ## Deploy from Codex with the Netlify Plugin
    
    ](/changelog/2026-03-27-deploy-from-codex-netlify-plugin/)
    
    March 27, 2026
    
    -   [ai](/changelog/tag/ai/)
    -   [extensions](/changelog/tag/extensions/)
    -   [agent runners](/changelog/tag/agent-runners/)
    
    You can now deploy sites to Netlify directly from OpenAI Codex using the Netlify plugin in the [Codex plugin directory](https://developers.openai.com/codex/plugins).
    
    ![Netlify plugin in Codex](/images/changelog/codex-netlify-plugin.png)
    
    Codex plugins extend Codex with apps, skills, and MCP servers, to access external tools, data, and workflows directly from your coding environment. With the Netlify plugin, Codex can create projects, configure settings, and deploy without leaving the coding workflow.
    
    **What you can do**
    
    **Deploy directly from Codex**
    
    -   Deploy projects using the Netlify CLI workflow
    -   Generate preview URLs automatically
    -   Deploy to production when ready
    -   Validate build configuration before deployment
    
    **Manage your projects**
    
    -   Create new projects
    -   Install extensions
    -   Manage environment variables
    -   Configure visitor access controls
    -   Manage forms
    -   Update project settings
    
    **Review and fix deployments**
    
    -   Inspect deploy status
    -   Retrieve build logs
    -   Identify configuration issues
    -   Iterate on fixes within Codex
    
    Codex is also available through [Agent Runners](https://netlify.com/platform/agent-runners), where you can prompt AI agents against your live project and deploy changes directly from the Netlify Dashboard.
    
    The Netlify plugin for Codex is available now in the [Codex plugin directory](https://developers.openai.com/codex/plugins).
    
    [Permalink to Deploy from Codex with the Netlify Plugin Permalink](/changelog/2026-03-27-deploy-from-codex-netlify-plugin/)
    
-   [
    
    ## Hydrogen with React Router 7 now supported on Netlify
    
    ](/changelog/2026-03-24-hydrogen-react-router-7/)
    
    March 24, 2026
    
    -   [e-commerce](/changelog/tag/e-commerce/)
    -   [remix](/changelog/tag/remix/)
    -   [framework](/changelog/tag/framework/)
    
    Shopify’s Hydrogen framework now works on Netlify with React Router 7 and Hydrogen 2026.1.0. The [Netlify Hydrogen template](https://github.com/netlify/hydrogen-template) has been fully rebuilt, and [`@netlify/vite-plugin-react-router`](https://npmx.dev/package/@netlify/vite-plugin-react-router) now supports Hydrogen sites out of the box.
    
    The updated template also comes with two meaningful improvements:
    
    -   **Netlify Cache API integration** — Data fetching is cached using the [Netlify Cache API](https://docs.netlify.com/build/caching/cache-api/), giving you low-latency responses without extra configuration.
    -   **Full local platform emulation** — The Netlify Vite Plugin provides zero-config local emulation of Blobs, Functions, Edge Functions, and AI Gateway during development, so what you test locally matches what runs in production.
    
    To get started with a new Hydrogen site on Netlify, deploy the updated template:
    
    [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/hydrogen-template)
    
    To move an existing Hydrogen site over to Netlify, follow the [How to deploy a Shopify Hydrogen storefront to Netlify](https://developers.netlify.com/guides/how-to-deploy-a-shopify-hydrogen-storefront-to-netlify/) guide.
    
    Learn more:
    
    -   [Hydrogen template on GitHub](https://github.com/netlify/hydrogen-template)
    -   [`@netlify/vite-plugin-react-router` v3.1.0 release notes](https://github.com/netlify/remix-compute/releases/tag/vite-plugin-react-router-v3.1.0)
    -   [How to deploy a Shopify Hydrogen storefront to Netlify](https://developers.netlify.com/guides/how-to-deploy-a-shopify-hydrogen-storefront-to-netlify/)
    
    [Permalink to Hydrogen with React Router 7 now supported on Netlify Permalink](/changelog/2026-03-24-hydrogen-react-router-7/)
    
-   [
    
    ## Monitor credit usage by day
    
    ](/changelog/2026-03-24-monitor-credit-usage-by-day/)
    
    March 24, 2026
    
    -   [workflow](/changelog/tag/workflow/)
    
    Users on credit-based plans can now see a day-by-day breakdown of their credit consumption. Head to **Usage & Billing** > **Account usage insights** > **Credits** to view exactly how your credits are being used each day.
    
    Track credit usage across the following [meters](/manage/accounts-and-billing/billing/billing-for-credit-based-plans/how-credits-work/#credits-usage-for-metered-billing):
    
    -   AI Inference
    -   Bandwidth
    -   Compute
    -   Production deploys
    -   Web Requests
    
    ![Day-by-day credit usage breakdown in the Netlify UI](/images/changelog/credit-usage-per-day.png)
    
    This makes it easier to spot usage trends, identify spikes, and plan ahead — so you can stay on top of your credit consumption without any guesswork.
    
    Learn more about [how credits work](https://docs.netlify.com/manage/accounts-and-billing/billing/billing-for-credit-based-plans/how-credits-work/).
    
    [Permalink to Monitor credit usage by day Permalink](/changelog/2026-03-24-monitor-credit-usage-by-day/)
    
-   [
    
    ## Invoices for Enterprise Available on the Billing Page
    
    ](/changelog/2026-03-20-invoices-for-enterprise-available-on-billing-page/)
    
    March 20, 2026
    
    Enterprise and Grid customers can now find issued invoices directly on their billing pages in Netlify. You can review what each invoice includes and open it right away to pay or download.
    
    On the team **Usage & billing** page for Enterprise and the Organization billing page for Grid, invoices are now listed where billing work already happens. This makes it faster to confirm charges, get details, and handle payment or download in fewer steps.
    
    **Enterprise teams without an organization grid plan:** Find your invoices in your team’s **Usage & billing** dashboard.
    
    ![Issued invoices on the Enterprise team's Usage & billing dashboard](/images/changelog/enterprise-invoices-billing-page-breakdown.png)
    
    **Enterprise plans with an organization grid plan:** Find invoices on your Organization’s billing dashboard.
    
    ![Issued invoices on the Organization's billing dashboard](/images/changelog/organization-invoices-billing-page.png)
    
    You can quickly see a breakdown for each invoice and use the **Pay** button to open the invoice portal when you’re ready to take action.
    
    This update affects Enterprise teams and Grid organizations. No setup is required.
    
    Learn more about [Netlify billing](https://docs.netlify.com/manage/accounts-and-billing/billing/).
    
    [Permalink to Invoices for Enterprise Available on the Billing Page Permalink](/changelog/2026-03-20-invoices-for-enterprise-available-on-billing-page/)
    
-   [
    
    ## Start Netlify projects from a prompt
    
    ](/blog/start-a-netlify-project-from-a-prompt/)
    
    March 18, 2026
    
    • Article
    
    ![](/_astro/5293a537cecbb67d7be139f1857bdcaad387fb84-1200x675_phBOH.webp)
    
    Build and ship web apps faster with AI and Netlify. Start with a prompt, use production infrastructure, and grow without rebuilding.
    
    [Permalink to Start Netlify projects from a prompt Permalink](/blog/start-a-netlify-project-from-a-prompt/)
    
-   [
    
    ## Introducing Prompt Templates
    
    ](/changelog/2026-03-18-prompt-templates/)
    
    March 18, 2026
    
    -   [agent runners](/changelog/tag/agent-runners/)
    -   [workflow](/changelog/tag/workflow/)
    
    To help you and your agents build more effectively, we’re introducing reusable Prompt Templates available directly from within Netlify.
    
    Browse a [curated collection of reusable prompts](https://docs.netlify.com/prompt-templates/browse/) for common Netlify workflows: accessibility audits, A/B testing with Edge Functions, and more. Each template uses variable placeholders so you can adapt it to your project without starting from scratch.
    
    Prompt Templates live directly in your project’s [agent runs dashboard](https://docs.netlify.com/build/build-with-ai/agent-runners/overview/). From there you can:
    
    -   **Browse** public prompt templates
    -   **Customize and save** your own versions of any template for your team
    -   **Submit templates** back to the community to share what is working for you
    
    Learn more about [managing Prompt Templates](https://docs.netlify.com/prompt-templates/manage/) for your team.
    
    [Permalink to Introducing Prompt Templates Permalink](/changelog/2026-03-18-prompt-templates/)
    

[Previous page](/changelog/page/4) [Next page](/changelog/page/6)