<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netlify Changelog - CLI</title><description>Resources for developers building with and expanding the Netlify platform</description><link>https://www.netlify.com/</link><item><title>Netlify CLI adds prompt-based creation and anonymous deploys</title><link>https://www.netlify.com/changelog/2026-03-27-create-and-deploy-anything-netlify-clis-improved-ax/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2026-03-27-create-and-deploy-anything-netlify-clis-improved-ax/</guid><description>We&apos;ve improved the Netlify CLI&apos;s Agent Experience to make it the fastest way for both developers and AI agents to go from idea to deployed site. Here&apos;s what&apos;s new.

Create a new project from a prompt

The netlify create command now builds you a new site from scratch, triggering Agent Runners:

netlify create &amp;quot;a landing page for a SaaS product with a waitlist signup&amp;quot;

This single command will:

&lt;ul&gt;
&lt;li&gt;Create a new Netlify project for you&lt;/li&gt;
&lt;li&gt;Deploy it to a live URL&lt;/li&gt;
&lt;li&gt;Pull down the code so you can start iterating locally&lt;/li&gt;
&lt;/ul&gt;
Prefer to build with GitHub? The Netlify CLI 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&apos;ve resolved the major issues agents commonly hit with the CLI. The CLI is now a more predictable integration point whether you&apos;re building with an AI coding assistant or orchestrating your own agents. 

Install or update the Netlify CLI to try it out:

npm install -g netlify-cli@latest

</description><pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate></item><item><title>CLI Release: v23.12.3</title><link>https://www.netlify.com/changelog/2025-12-04-cli-v23-12-3/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-12-04-cli-v23-12-3/</guid><description>23.12.3 (2025-12-04)

Bug Fixes

deps: update dependency @netlify/ai to v0.3.4 (#7812) (6d4de26)

include sourceZipFileName in results for printing results if available (#7814) (6c83dfe)

</description><pubDate>Thu, 04 Dec 2025 13:02:33 GMT</pubDate></item><item><title>CLI Release: v23.12.2</title><link>https://www.netlify.com/changelog/2025-11-28-cli-v23-12-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-11-28-cli-v23-12-2/</guid><description>23.12.2 (2025-11-28)

Bug Fixes

deps: upgrade deps to resolve 2 high-sev vulnerabilities (#7804) (1c41700)

</description><pubDate>Fri, 28 Nov 2025 20:30:48 GMT</pubDate></item><item><title>CLI Release: v23.12.1</title><link>https://www.netlify.com/changelog/2025-11-27-cli-v23-12-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-11-27-cli-v23-12-1/</guid><description>23.12.1 (2025-11-26)

Bug Fixes

fix EBADPLATFORM when running npm ci (c0268cb)

</description><pubDate>Thu, 27 Nov 2025 17:14:28 GMT</pubDate></item><item><title>CLI Release: v23.12.0</title><link>https://www.netlify.com/changelog/2025-11-26-cli-v23-12-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-11-26-cli-v23-12-0/</guid><description>23.12.0 (2025-11-25)

Features

support skew protection token (#7796) (64c3c72)

Bug Fixes

deps: update dependency @netlify/ai to v0.3.3 (#7739) (8f3c275)

deps: update dependency @netlify/build to v35.5.2 (#7795) (f027183)

deps: update dependency @netlify/dev-utils to v4.3.2 (#7781) (5ea0ce9)

deps: update dependency @netlify/edge-functions to v3.0.2 (#7782) (bca0b2f)

deps: update dependency @netlify/functions to v5 (#7726) (b4e3777)

deps: update netlify packages (#7783) (31cf4a3)

deps: update netlify packages (#7786) (a17ff10)

deps: update netlify packages (#7790) (a264676)

deps: update netlify packages (#7792) (95c9daa)

</description><pubDate>Wed, 26 Nov 2025 11:00:15 GMT</pubDate></item><item><title>CLI Release: v23.11.1</title><link>https://www.netlify.com/changelog/2025-11-18-cli-v23-11-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-11-18-cli-v23-11-1/</guid><description>23.11.1 (2025-11-18)

Bug Fixes

handle ECONNRESET errors in Node.js 24.x (#7772) (03de2a0)

</description><pubDate>Tue, 18 Nov 2025 15:01:28 GMT</pubDate></item><item><title>CLI Release: v23.12.0-rc.0</title><link>https://www.netlify.com/changelog/2025-11-14-cli-v23-12-0-rc-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-11-14-cli-v23-12-0-rc-0/</guid><description>23.12.0-rc.0

</description><pubDate>Fri, 14 Nov 2025 17:09:47 GMT</pubDate></item><item><title>Skew protection available for CLI workflows</title><link>https://www.netlify.com/changelog/2025-11-13-skew-protection-cli-deploys/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-11-13-skew-protection-cli-deploys/</guid><description>Skew protection is now available for deploys triggered from the CLI starting with the Netlify CLI version 23.11.0 and above. Previously, skew protection did not work with CLI workflows.

To upgrade your Netlify CLI version:

npm update -g netlify-cli

Note that if you use npx when you run your Netlify CLI commands, you will always use the latest Netlify CLI version.

Learn more about the benefits of skew protection, including more stable user experiences and preventing server-client version mismatch errors in our docs.

</description><pubDate>Fri, 14 Nov 2025 00:00:00 GMT</pubDate></item><item><title>CLI Release: v23.11.0</title><link>https://www.netlify.com/changelog/2025-11-13-cli-v23-11-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-11-13-cli-v23-11-0/</guid><description>23.11.0 (2025-11-13)

Features

create deploy before building (#7768) (1cc36f9)

</description><pubDate>Thu, 13 Nov 2025 14:06:11 GMT</pubDate></item><item><title>CLI Release: v23.10.0</title><link>https://www.netlify.com/changelog/2025-11-04-cli-v23-10-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-11-04-cli-v23-10-0/</guid><description>23.10.0 (2025-11-04)

Features

update node version to 24 (#7746) (a71a0ba)

Bug Fixes

bundle edge functions if they exist on deploy --no-build (#7743) (132cf76)

corruption when uploading binary files to blob storage (#7760) (59b045c)

deps: bump transitive pino deps to resolve security warning (#7744) (0b24fc1)

deps: update netlify packages (#7748) (31b1e09)

deps: update netlify packages (#7754) (fd5def5)

deps: update netlify packages (#7761) (43fd63c)

restore monorepo dev server support (#7752) (79401c4)

</description><pubDate>Tue, 04 Nov 2025 16:24:50 GMT</pubDate></item><item><title>CLI Release: v23.9.5</title><link>https://www.netlify.com/changelog/2025-10-24-cli-v23-9-5/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-10-24-cli-v23-9-5/</guid><description>23.9.5 (2025-10-24)

Bug Fixes

use relative path for functions folder (#7729) (f40c6bd)

</description><pubDate>Fri, 24 Oct 2025 08:39:57 GMT</pubDate></item><item><title>CLI Release: v23.9.4</title><link>https://www.netlify.com/changelog/2025-10-23-cli-v23-9-4/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-10-23-cli-v23-9-4/</guid><description>23.9.4 (2025-10-23)

Bug Fixes

set same Node.js options locally as AWS Lambda does in production (#7735) (25fab29)

</description><pubDate>Thu, 23 Oct 2025 17:09:17 GMT</pubDate></item><item><title>CLI Release: v23.9.3</title><link>https://www.netlify.com/changelog/2025-10-22-cli-v23-9-3/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-10-22-cli-v23-9-3/</guid><description>23.9.3 (2025-10-22)

Bug Fixes

deps: update dependency @netlify/dev-utils to v4.3.0 (#7722) (fd23de4)

deps: update dependency @netlify/edge-functions to v3 (#7725) (95cfbc5)

deps: update dependency @netlify/edge-functions to v3.0.1 (#7732) (c33041f)

deps: update netlify packages (#7727) (9245795)

</description><pubDate>Wed, 22 Oct 2025 20:19:25 GMT</pubDate></item><item><title>CLI Release: v23.9.2</title><link>https://www.netlify.com/changelog/2025-10-21-cli-v23-9-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-10-21-cli-v23-9-2/</guid><description>23.9.2 (2025-10-21)

Bug Fixes

agents-create.test.ts hangs because of awaiting input (#7711) (1c684f9)

deps: update dependency @netlify/ai to v0.3.0 (#7718) (19a1fc5)

deps: update dependency @netlify/blobs to v10.1.0 (#7721) (43fbbe3)

deps: update dependency @netlify/edge-functions to v2.19.0 (#7723) (7bd1c00)

deps: update netlify packages (#7695) (cb3b093)

deps: update netlify packages (#7719) (6859d6d)

try to improve deploy.test.ts (#7714) (8e00eb1)

</description><pubDate>Tue, 21 Oct 2025 07:36:29 GMT</pubDate></item><item><title>CLI Release: v23.9.1</title><link>https://www.netlify.com/changelog/2025-10-01-cli-v23-9-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-10-01-cli-v23-9-1/</guid><description>23.9.1 (2025-10-01)

Bug Fixes

agent runner links and project arg (#7696) (e93b040)

</description><pubDate>Wed, 01 Oct 2025 15:04:33 GMT</pubDate></item><item><title>CLI Release: v23.9.0</title><link>https://www.netlify.com/changelog/2025-10-01-cli-v23-9-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-10-01-cli-v23-9-0/</guid><description>23.9.0 (2025-10-01)

Features

manage agent runner from the cli (#7694) (acb9e0e)

Bug Fixes

deps: update dependency @octokit/rest to v22 (#7686) (de2a4e6)

deps: update dependency comment-json to v4.3.0 (#7682) (7656045)

deps: update dependency dotenv to v17.2.3 (#7692) (174dd99)

deps: update dependency envinfo to v7.15.0 (#7683) (09303d9)

</description><pubDate>Wed, 01 Oct 2025 12:51:57 GMT</pubDate></item><item><title>CLI Release: v23.8.1</title><link>https://www.netlify.com/changelog/2025-09-28-cli-v23-8-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-09-28-cli-v23-8-1/</guid><description>23.8.1 (2025-09-28)

Bug Fixes

deps: update rust crate aws_lambda_events to 0.18.0 (#7669) (44ca142)

move bootstrap to deps (#7680) (38ffd43)

</description><pubDate>Sun, 28 Sep 2025 17:44:04 GMT</pubDate></item><item><title>CLI Release: v23.8.0</title><link>https://www.netlify.com/changelog/2025-09-26-cli-v23-8-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-09-26-cli-v23-8-0/</guid><description>23.8.0 (2025-09-26)

Features

add --verbose flag to deploy command (#7656) (4272578)

support ai gateway for local edge functions (#7637) (0349686)

Bug Fixes

deps: update dependency @netlify/dev-utils to v4.2.0 (#7648) (9c03ac7)

deps: update dependency @netlify/edge-functions to v2.18.1 (#7624) (f7986e6)

deps: update dependency debug to v4.4.3 (#7654) (f350d1b)

deps: update netlify packages (#7650) (a8a9165)

</description><pubDate>Fri, 26 Sep 2025 14:33:30 GMT</pubDate></item><item><title>CLI Release: v23.7.3</title><link>https://www.netlify.com/changelog/2025-09-24-cli-v23-7-3/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-09-24-cli-v23-7-3/</guid><description>23.7.3 (2025-09-24)

Bug Fixes

deps: update dependency @netlify/blobs to v10.0.11 (#7647) (47e14cd)

show deploy errors when --json is used (#7649) (76c3009)

support non interactive tty when deploying (#7640) (1e7fc92)

</description><pubDate>Wed, 24 Sep 2025 15:35:43 GMT</pubDate></item><item><title>CLI Release: v23.7.2</title><link>https://www.netlify.com/changelog/2025-09-24-cli-v23-7-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-09-24-cli-v23-7-2/</guid><description>23.7.2 (2025-09-24)

Bug Fixes

deps: update dependency ansi-escapes to v7.1.1 (#7638) (e121296)

deps: update dependency chalk to v5.6.2 (#7632) (18e9861)

deps: update dependency dotenv to v17.2.2 (#7634) (574153e)

deps: update dependency raw-body to v3.0.1 (#7635) (0a42f12)

deps: update netlify packages (#7643) (d88bbbb)

zip based deploys ignore pattern and subdir case (#7636) (d547ef8)

</description><pubDate>Wed, 24 Sep 2025 10:14:20 GMT</pubDate></item><item><title>CLI Release: v23.7.1</title><link>https://www.netlify.com/changelog/2025-09-23-cli-v23-7-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-09-23-cli-v23-7-1/</guid><description>23.7.1 (2025-09-23)

Bug Fixes

add missing @netlify/edge-functions-bootstrap dependency (5dfbd07)

</description><pubDate>Tue, 23 Sep 2025 21:17:51 GMT</pubDate></item><item><title>CLI Release: v23.7.0</title><link>https://www.netlify.com/changelog/2025-09-23-cli-v23-7-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-09-23-cli-v23-7-0/</guid><description>23.7.0 (2025-09-23)

Features

support ai gateway (#7609) (efb5a3f)

Bug Fixes

use env from cachedConfig when offlineEnv is set (e0648b8)

</description><pubDate>Tue, 23 Sep 2025 20:05:56 GMT</pubDate></item><item><title>CLI Release: v23.6.0</title><link>https://www.netlify.com/changelog/2025-09-18-cli-v23-6-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-09-18-cli-v23-6-0/</guid><description>23.6.0 (2025-09-18)

Features

add --draft flag to deploy command (#7626) (a1186e0)

</description><pubDate>Thu, 18 Sep 2025 14:43:31 GMT</pubDate></item><item><title>CLI Release: v23.5.1</title><link>https://www.netlify.com/changelog/2025-09-08-cli-v23-5-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-09-08-cli-v23-5-1/</guid><description>23.5.1 (2025-09-08)

Bug Fixes

deps: bump inquirer to resolve vulnerabilities (#7598) (500bc33)

deps: update dependency @netlify/dev-utils to v4.1.3 (#7602) (f2acc02)

deps: update netlify packages (#7607) (381cd99)

deps: update netlify packages (#7610) (578f096)

</description><pubDate>Mon, 08 Sep 2025 14:10:42 GMT</pubDate></item><item><title>CLI Release: v23.5.0</title><link>https://www.netlify.com/changelog/2025-09-02-cli-v23-5-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-09-02-cli-v23-5-0/</guid><description>23.5.0 (2025-09-02)

Features

add deploy config files when deploying (#7550) (0345871)

Bug Fixes

deps: update dependency @netlify/blobs to v10.0.10 (#7600) (de1a2fe)

</description><pubDate>Tue, 02 Sep 2025 13:08:52 GMT</pubDate></item><item><title>CLI Release: v23.4.3</title><link>https://www.netlify.com/changelog/2025-08-31-cli-v23-4-3/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-08-31-cli-v23-4-3/</guid><description>23.4.3 (2025-08-31)

Bug Fixes

return uploaded zip url in json format after deploy and uplaod i… (#7591) (fcf67ba)

</description><pubDate>Sun, 31 Aug 2025 18:12:24 GMT</pubDate></item><item><title>CLI Release: v23.4.2</title><link>https://www.netlify.com/changelog/2025-08-28-cli-v23-4-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-08-28-cli-v23-4-2/</guid><description>23.4.2 (2025-08-28)

Bug Fixes

deps: update netlify packages (#7592) (4d13fa8)

</description><pubDate>Thu, 28 Aug 2025 12:57:26 GMT</pubDate></item><item><title>CLI Release: v23.4.1</title><link>https://www.netlify.com/changelog/2025-08-27-cli-v23-4-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-08-27-cli-v23-4-1/</guid><description>23.4.1 (2025-08-27)

Bug Fixes

deps: update dependency @netlify/blobs to v10.0.9 (#7588) (3c62a62)

deps: update dependency @netlify/dev-utils to v4.1.2 (#7590) (e81d790)

deps: update dependency @types/node to v22.18.0 (#7574) (c304058)

load correct environment variables in Preview Server context (03103fc)

</description><pubDate>Wed, 27 Aug 2025 16:44:35 GMT</pubDate></item><item><title>CLI Release: v23.4.0</title><link>https://www.netlify.com/changelog/2025-08-26-cli-v23-4-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-08-26-cli-v23-4-0/</guid><description>23.4.0 (2025-08-25)

Features

upload zip after deploy (#7573) (cd94c0a)

</description><pubDate>Tue, 26 Aug 2025 08:45:25 GMT</pubDate></item><item><title>CLI Release: v23.3.1</title><link>https://www.netlify.com/changelog/2025-08-22-cli-v23-3-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-08-22-cli-v23-3-1/</guid><description>23.3.1 (2025-08-22)

Bug Fixes

remove console log from proxy error handler (ce16363)

</description><pubDate>Fri, 22 Aug 2025 22:27:18 GMT</pubDate></item><item><title>CLI Release: v23.3.0</title><link>https://www.netlify.com/changelog/2025-08-22-cli-v23-3-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-08-22-cli-v23-3-0/</guid><description>23.3.0 (2025-08-22)

Features

allow a flag to not set gitignore on netlify dev (#7572) (dae4c4c)

</description><pubDate>Fri, 22 Aug 2025 08:16:38 GMT</pubDate></item><item><title>CLI Release: v23.2.1</title><link>https://www.netlify.com/changelog/2025-08-20-cli-v23-2-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-08-20-cli-v23-2-1/</guid><description>23.2.1 (2025-08-20)

Bug Fixes

deploy: make --create-site flag always work without interaction (#7570) (893e5f9)

</description><pubDate>Wed, 20 Aug 2025 22:28:59 GMT</pubDate></item><item><title>CLI Release: v23.2.0</title><link>https://www.netlify.com/changelog/2025-08-20-cli-v23-2-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-08-20-cli-v23-2-0/</guid><description>23.2.0 (2025-08-20)

Features

deploy: significantly improve agent experience (AX) with non-interactive deploy support (#7552) (784b6e4)

Bug Fixes

deps: update dependency @netlify/build to v35.1.2 (#7564) (be4984c)

deps: update dependency @netlify/zip-it-and-ship-it to v14.1.4 (#7565) (5026b17)

deps: update dependency chalk to v5.6.0 (#7567) (ee01335)

deps: update netlify packages (#7549) (f8840aa)

deps: update netlify packages (#7559) (7265160)

</description><pubDate>Wed, 20 Aug 2025 16:43:23 GMT</pubDate></item><item><title>CLI Release: v23.1.4</title><link>https://www.netlify.com/changelog/2025-08-13-cli-v23-1-4/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-08-13-cli-v23-1-4/</guid><description>23.1.4 (2025-08-12)

Bug Fixes

deps: update dependency @netlify/build to v35.0.7 (#7548) (7bdcbfe)

deps: update netlify packages (#7546) (03b1595)

</description><pubDate>Wed, 13 Aug 2025 12:46:45 GMT</pubDate></item><item><title>CLI Release: v23.1.3</title><link>https://www.netlify.com/changelog/2025-08-08-cli-v23-1-3/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-08-08-cli-v23-1-3/</guid><description>23.1.3 (2025-08-08)

Bug Fixes

deps: update netlify packages (#7540) (389a7b1)

This fixes some Runtime.ImportModuleError: Error: Cannot find module ... errors in broken functions deployed with netlify deploy as reported here for React Router 7

</description><pubDate>Fri, 08 Aug 2025 17:39:50 GMT</pubDate></item><item><title>CLI Release: v23.1.2</title><link>https://www.netlify.com/changelog/2025-08-07-cli-v23-1-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-08-07-cli-v23-1-2/</guid><description>23.1.2 (2025-08-06)

Bug Fixes

deps: update dependency chalk to v5.5.0 (#7531) (b91779f)

deps: update dependency dotenv to v17 (#7534) (91b6c55)

deps: update netlify packages (#7536) (b3a2f8c)

</description><pubDate>Thu, 07 Aug 2025 19:53:33 GMT</pubDate></item><item><title>CLI Release: v23.1.1</title><link>https://www.netlify.com/changelog/2025-08-05-cli-v23-1-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-08-05-cli-v23-1-1/</guid><description>23.1.1 (2025-08-05)

Bug Fixes

add logging when encountering error while trying to proxy (#7527) (9076913)

</description><pubDate>Tue, 05 Aug 2025 15:02:51 GMT</pubDate></item><item><title>CLI Release: v23.1.0</title><link>https://www.netlify.com/changelog/2025-08-05-cli-v23-1-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-08-05-cli-v23-1-0/</guid><description>23.1.0 (2025-08-05)

Features

update edge functions bootstrap package (#7499) (7b06a56)

Bug Fixes

deps: pin dependencies (#7500) (554448a)

deps: update dependency @netlify/blobs to v10.0.8 (#7490) (f8757d2)

deps: update dependency @netlify/dev-utils to v4.1.1 (#7491) (b90febd)

deps: update dependency @netlify/edge-functions to v2.16.3 (#7494) (506ad58)

deps: update dependency @types/node to v22.17.0 (#7504) (8ac1b23)

deps: update dependency ci-info to v4.3.0 (#7506) (ccbda87)

deps: update dependency open to v10.2.0 (#7507) (6d66e8e)

deps: update module github.com/aws/aws-lambda-go to v1.49.0 (#7510) (40b5b45)

deps: update netlify packages (#7514) (c672507)

deps: update netlify packages (#7529) (73c1b99)

deps: update rust crate aws_lambda_events to 0.17.0 (#7511) (a80a82f)

deps: update rust crate lambda_runtime to 0.14.0 (#7512) (fdd45f8)

make edge function header matching case-insensitive (#7522) (0092c9e)

</description><pubDate>Tue, 05 Aug 2025 08:57:55 GMT</pubDate></item><item><title>CLI Release: v23.0.0</title><link>https://www.netlify.com/changelog/2025-07-29-cli-v23-0-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-07-29-cli-v23-0-0/</guid><description>23.0.0 (2025-07-28)

⚠ BREAKING CHANGES

upgrade deps to support updated local extension workflow

Features

load generated functions from Netlify Build (#7408) (7c7238f)

upgrade deps to support updated local extension workflow (51bb9b7)

Bug Fixes

deps: update dependency @types/node to v22.16.5 (#7482) (2926cb2)

deps: update dependency dotenv to v16.6.1 (#7483) (7d8a0ee)

deps: update dependency normalize-package-data to v7.0.1 (#7473) (693fb2f)

</description><pubDate>Tue, 29 Jul 2025 00:57:58 GMT</pubDate></item><item><title>CLI Release: v22.4.0</title><link>https://www.netlify.com/changelog/2025-07-24-cli-v22-4-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-07-24-cli-v22-4-0/</guid><description>22.4.0 (2025-07-24)

Features

match edge functions by header (#7439) (21e4bc5)

Bug Fixes

avoid prompting from a vscode task (#7274) (081a659)

deps: add override for on-headers security update as verdaccio has compression 1.8.0 pinned (#7468) (aef99f7)

deps: pin dependency @netlify/dev-utils to 4.0.0 (#7440) (d5f5b69)

deps: update dependency @netlify/blobs to v10.0.6 (#7433) (0cdcfb9)

deps: update dependency @netlify/blobs to v10.0.7 (#7456) (e46c83f)

deps: update dependency @netlify/dev-utils to v4.1.0 (#7435) (2defae6)

deps: update dependency @netlify/edge-functions to v2.16.0 (#7434) (d6b8a03)

deps: update dependency @netlify/edge-functions to v2.16.1 (#7444) (ed3fa72)

deps: update dependency @netlify/edge-functions to v2.16.2 (#7457) (0e5e010)

deps: update dependency ipx to v3.1.1 (#7470) (0527d61)

deps: update netlify packages (#7438) (69134d2)

</description><pubDate>Thu, 24 Jul 2025 22:38:15 GMT</pubDate></item><item><title>CLI Release: v22.3.0</title><link>https://www.netlify.com/changelog/2025-07-16-cli-v22-3-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-07-16-cli-v22-3-0/</guid><description>22.3.0 (2025-07-16)

Features

add internal functions:serve load-dist-functions knob (ae43402)

Bug Fixes

deps: pin dependency @netlify/dev-utils to 3.2.2 (#7415) (1348a3e)

deps: update dependency @netlify/blobs to v10 (#7348) (5ab45e7)

deps: update dependency @netlify/blobs to v10.0.5 (#7423) (8b6ed68)

deps: update dependency @netlify/dev-utils to v3.3.0 (#7425) (60729fc)

deps: update dependency @netlify/edge-functions to v2.15.6 (#7388) (6539a31)

deps: update dependency @netlify/edge-functions to v2.15.7 (#7424) (c0c891d)

deps: update dependency @netlify/zip-it-and-ship-it to v14 (#7421) (0a56a59)

deps: update dependency chokidar to v4 (#7196) (4defd0c)

deps: update dependency debug to v4.4.1 (#7411) (5fbc0af)

deps: update dependency ipx to v3 (#7231) (096f834)

deps: update dependency normalize-package-data to v7 (#7198) (3e5ad92)

deps: update dependency semver to v7.7.2 (#7412) (eb35c80)

deps: update dependency ulid to v3.0.1 (#7417) (056df78)

deps: update dependency ws to v8.18.3 (#7419) (83a4f6b)

deps: update netlify packages (#7389) (573892a)

deps: update netlify packages (#7394) (6fdc73d)

deps: update netlify packages (#7407) (0b64bc0)

deps: update netlify packages (#7409) (47a1a61)

deps: update netlify packages (#7413) (ea66dd2)

deps: update netlify packages (#7416) (a787d97)

deps: update netlify packages (#7420) (0564017)

deps: update netlify packages (major) (#7390) (54945c5)

</description><pubDate>Wed, 16 Jul 2025 21:23:23 GMT</pubDate></item><item><title>CLI Release: v22.2.3-rc.0</title><link>https://www.netlify.com/changelog/2025-07-09-cli-v22-2-3-rc-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-07-09-cli-v22-2-3-rc-0/</guid><description>22.2.3-rc.0

</description><pubDate>Wed, 09 Jul 2025 15:28:43 GMT</pubDate></item><item><title>CLI Release: v22.2.2</title><link>https://www.netlify.com/changelog/2025-07-07-cli-v22-2-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-07-07-cli-v22-2-2/</guid><description>22.2.2 (2025-07-04)

Bug Fixes

deps: resolve brace-expansion vuln warnings (#7384) (6794172)

deps: update dependency @netlify/edge-functions to v2.15.5 (#7386) (cc29e08)

update astro and starlight (#7381) (2e6c9c2)

</description><pubDate>Mon, 07 Jul 2025 10:21:42 GMT</pubDate></item><item><title>CLI Release: v22.2.1</title><link>https://www.netlify.com/changelog/2025-06-27-cli-v22-2-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-27-cli-v22-2-1/</guid><description>22.2.1 (2025-06-27)

Bug Fixes

deps: update netlify packages (#7375) (b621e99)

use {yarn,npm,pnpm,bun} add to add Drizzle dependencies (ca0b7e7)

</description><pubDate>Fri, 27 Jun 2025 22:23:30 GMT</pubDate></item><item><title>CLI Release: v22.2.0</title><link>https://www.netlify.com/changelog/2025-06-27-cli-v22-2-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-27-cli-v22-2-0/</guid><description>22.2.0 (2025-06-26)

Features

throw error on deploy command if build fails and user has --json option (#7367) (1c0082f)

Bug Fixes

deps: update dependency @netlify/edge-functions to v2.15.3 (#7368) (2b436ff)

deps: update dependency @netlify/edge-functions to v2.15.4 (#7371) (93a215d)

deps: update netlify packages (#7369) (d81b990)

</description><pubDate>Fri, 27 Jun 2025 00:26:51 GMT</pubDate></item><item><title>CLI Release: v22.1.7</title><link>https://www.netlify.com/changelog/2025-06-26-cli-v22-1-7/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-26-cli-v22-1-7/</guid><description>22.1.7 (2025-06-25)

Bug Fixes

deps: update dependency @netlify/edge-functions to v2.15.2 (#7364) (73a7d46)

providing cwd matching the root dir and filter option conflicted preventing functions to be discovered (#7366) (7a27b4f)

</description><pubDate>Thu, 26 Jun 2025 12:07:11 GMT</pubDate></item><item><title>CLI Release: v22.1.7-rc.0</title><link>https://www.netlify.com/changelog/2025-06-25-cli-v22-1-7-rc-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-25-cli-v22-1-7-rc-0/</guid><description>22.1.7-rc.0

</description><pubDate>Wed, 25 Jun 2025 21:43:35 GMT</pubDate></item><item><title>CLI Release: v22.1.6</title><link>https://www.netlify.com/changelog/2025-06-24-cli-v22-1-6/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-24-cli-v22-1-6/</guid><description>22.1.6 (2025-06-24)

Bug Fixes

notify activity was called for internal endpoints (#7361) (b05416a)

</description><pubDate>Tue, 24 Jun 2025 14:30:14 GMT</pubDate></item><item><title>CLI Release: v22.1.6-rc.0</title><link>https://www.netlify.com/changelog/2025-06-24-cli-v22-1-6-rc-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-24-cli-v22-1-6-rc-0/</guid><description>22.1.6-rc.0

</description><pubDate>Tue, 24 Jun 2025 13:34:37 GMT</pubDate></item><item><title>CLI Release: v22.1.5</title><link>https://www.netlify.com/changelog/2025-06-23-cli-v22-1-5/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-23-cli-v22-1-5/</guid><description>22.1.5 (2025-06-23)

Bug Fixes

notify activity should not be called for the HEAD requests (#7359) (9afc84b)

</description><pubDate>Mon, 23 Jun 2025 22:59:39 GMT</pubDate></item><item><title>CLI Release: v22.1.4</title><link>https://www.netlify.com/changelog/2025-06-23-cli-v22-1-4/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-23-cli-v22-1-4/</guid><description>22.1.4 (2025-06-23)

Bug Fixes

deps: pin dependencies (#7097) (5843441)

deps: update dependency @netlify/blobs to v9.1.6 (#7346) (450717d)

deps: update dependency @netlify/edge-functions to v2.14.5 (#7337) (d18c632)

deps: update dependency @netlify/edge-functions to v2.15.0 (#7353) (f449ad8)

deps: update dependency @netlify/edge-functions to v2.15.1 (#7355) (1fef2d4)

deps: update netlify packages (#7343) (b724317)

notify activity called for any proxied request (#7356) (e6f0d1b)

</description><pubDate>Mon, 23 Jun 2025 16:53:43 GMT</pubDate></item><item><title>CLI Release: v22.1.3</title><link>https://www.netlify.com/changelog/2025-06-06-cli-v22-1-3/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-06-cli-v22-1-3/</guid><description>22.1.3 (2025-06-06)

Bug Fixes

deps: upgrade deps to resolve 4 security alerts (#7328) (2991b9f)

</description><pubDate>Fri, 06 Jun 2025 16:08:03 GMT</pubDate></item><item><title>CLI Release: v22.1.2</title><link>https://www.netlify.com/changelog/2025-06-05-cli-v22-1-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-05-cli-v22-1-2/</guid><description>22.1.2 (2025-06-05)

Bug Fixes

deps: update netlify packages (major) (b6fecd9)

</description><pubDate>Thu, 05 Jun 2025 22:07:02 GMT</pubDate></item><item><title>CLI Release: v22.1.1</title><link>https://www.netlify.com/changelog/2025-06-05-cli-v22-1-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-05-cli-v22-1-1/</guid><description>22.1.1 (2025-06-05)

Bug Fixes

tell users to re-run netlify dev after interrupting dev to init project (5c53698)

</description><pubDate>Thu, 05 Jun 2025 20:30:42 GMT</pubDate></item><item><title>CLI Release: v22.1.0</title><link>https://www.netlify.com/changelog/2025-06-05-cli-v22-1-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-05-cli-v22-1-0/</guid><description>22.1.0 (2025-06-05)

Features

Add db init and db status commands (#7115) (dc0152f)

</description><pubDate>Thu, 05 Jun 2025 15:39:23 GMT</pubDate></item><item><title>CLI Release: v22.0.0</title><link>https://www.netlify.com/changelog/2025-06-05-cli-v22-0-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-05-cli-v22-0-0/</guid><description>22.0.0 (2025-06-05)

⚠ BREAKING CHANGES

drop support for node 18.x and 19.x (#7332)

Features

drop support for node 18.x and 19.x (#7332) (e230a54)

Bug Fixes

pnpx context awareness + e2e tests (#7324) (8bb3fd2)

update netlify build and netlify config (#7333) (cf394a5)

</description><pubDate>Thu, 05 Jun 2025 13:53:37 GMT</pubDate></item><item><title>CLI Release: v21.6.0</title><link>https://www.netlify.com/changelog/2025-06-04-cli-v21-6-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-04-cli-v21-6-0/</guid><description>21.6.0 (2025-06-03)

Features

pass mutated config environment variables to functions during local development (#7325) (17cb26b)

</description><pubDate>Wed, 04 Jun 2025 00:16:38 GMT</pubDate></item><item><title>CLI Release: v21.5.2</title><link>https://www.netlify.com/changelog/2025-06-03-cli-v21-5-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-03-cli-v21-5-2/</guid><description>21.5.2 (2025-06-02)

Bug Fixes

ai-context was not able to find catchall due to early filter (#7320) (653bf7f)

</description><pubDate>Tue, 03 Jun 2025 14:13:35 GMT</pubDate></item><item><title>CLI Release: v21.5.1</title><link>https://www.netlify.com/changelog/2025-06-02-cli-v21-5-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-06-02-cli-v21-5-1/</guid><description>21.5.1 (2025-06-02)

Bug Fixes

deps: update dependency @netlify/build to v32.2.0 (#7290) (caa9019)

make cli aware when run in npx/pnpx context (#7315) (a02d312)

</description><pubDate>Mon, 02 Jun 2025 19:09:41 GMT</pubDate></item><item><title>CLI Release: v21.5.0</title><link>https://www.netlify.com/changelog/2025-05-23-cli-v21-5-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-05-23-cli-v21-5-0/</guid><description>21.5.0 (2025-05-19)

Important

The Netlify CLI is now also published under the netlify package name, in addition to netlify-cli. The Netlify API JavaScript client, which was previously published as netlify, has been renamed to @netlify/api.

The netlify package will continue to export the same interface as before, so there are no breaking changes; but if you&apos;re only interested in the API client, you should update your imports to use @netlify/api instead.

Other then updating the package name, there are no additional code changes required.

Features

publish netlify package (#7293) (bda3784)

replace &quot;site&quot; with &quot;project&quot; in UI copy and documentation (#7299) (af5e854)

</description><pubDate>Fri, 23 May 2025 12:57:22 GMT</pubDate></item><item><title>CLI Release: v21.5.0</title><link>https://www.netlify.com/changelog/2025-05-19-cli-v21-5-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-05-19-cli-v21-5-0/</guid><description>21.5.0 (2025-05-19)

Features

publish netlify package (#7293) (bda3784)

replace &quot;site&quot; with &quot;project&quot; in UI copy and documentation (#7299) (af5e854)

</description><pubDate>Mon, 19 May 2025 14:11:00 GMT</pubDate></item><item><title>CLI Release: v21.4.2</title><link>https://www.netlify.com/changelog/2025-05-15-cli-v21-4-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-05-15-cli-v21-4-2/</guid><description>21.4.2 (2025-05-15)

Bug Fixes

notify activity dev server and double encoding when proxying to preview server (#7300) (86e539e)

</description><pubDate>Thu, 15 May 2025 16:48:30 GMT</pubDate></item><item><title>CLI Release: v21.4.1</title><link>https://www.netlify.com/changelog/2025-05-14-cli-v21-4-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-05-14-cli-v21-4-1/</guid><description>21.4.1 (2025-05-14)

Bug Fixes

improve link fallback when OSC 8 not supported (#7294) (47242ce)

stop spinner after netlify login (#7296) (9dfb71a)

</description><pubDate>Wed, 14 May 2025 22:59:53 GMT</pubDate></item><item><title>CLI Release: v21.4.0</title><link>https://www.netlify.com/changelog/2025-05-14-cli-v21-4-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-05-14-cli-v21-4-0/</guid><description>21.4.0 (2025-05-14)

Features

support granular context file setting (#7284) (dbe275f)

</description><pubDate>Wed, 14 May 2025 10:19:24 GMT</pubDate></item><item><title>CLI Release: v21.3.0</title><link>https://www.netlify.com/changelog/2025-05-12-cli-v21-3-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-05-12-cli-v21-3-0/</guid><description>21.3.0 (2025-05-12)

Features

automatically detects IDE - windsurf or cursor - for AI context files. (#7280) (fd02e5d)

update API client (#7282) (99e5472)

Bug Fixes

deploy: fix typo in post-deploy message (#7289) (6eecb4e)

deps: pin dependencies (#7281) (84920cd)

deps: update netlify packages (#7288) (7299efb)

</description><pubDate>Mon, 12 May 2025 22:35:48 GMT</pubDate></item><item><title>CLI Release: v21.2.0</title><link>https://www.netlify.com/changelog/2025-05-12-cli-v21-2-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-05-12-cli-v21-2-0/</guid><description>21.2.0 (2025-05-07)

Features

update recipes to include windsurf rules directory preset (#7275) (7502e5f)

add experimental support for Node 24 (note that we do not consider this support stable yet and this may not work on Windows)

</description><pubDate>Mon, 12 May 2025 13:15:43 GMT</pubDate></item><item><title>CLI Release: v21.2.1</title><link>https://www.netlify.com/changelog/2025-05-08-cli-v21-2-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-05-08-cli-v21-2-1/</guid><description>21.2.1 (2025-05-08)

Bug Fixes

deps: update netlify packages (#7278) (ab897bd)

</description><pubDate>Thu, 08 May 2025 18:00:17 GMT</pubDate></item><item><title>CLI Release: v21.2.0</title><link>https://www.netlify.com/changelog/2025-05-07-cli-v21-2-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-05-07-cli-v21-2-0/</guid><description>21.2.0 (2025-05-07)

Features

update recipes to include windsurf rules directory preset (#7275) (7502e5f)

</description><pubDate>Wed, 07 May 2025 21:06:59 GMT</pubDate></item><item><title>CLI Release: v21.1.0</title><link>https://www.netlify.com/changelog/2025-05-06-cli-v21-1-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-05-06-cli-v21-1-0/</guid><description>21.1.0 (2025-05-06)

Features

add new netlify clone command, to clone an existing repo + connected Netlify site in one step (#7260) (fe9940e)

init: prompt to configure build settings in &apos;no git remote&apos; case (#7258) (cb881e8)

Bug Fixes

deps: update dependency fastify to v4.29.1 (#7265) (d7bc2f8)

deps: update dependency open to v10.1.2 (#7266) (6abe1a4)

deps: update dependency ulid to v2.4.0 (#7268) (9476b24)

deps: update dependency ulid to v3 (#7270) (4e0f92f)

deps: update dependency ws to v8.18.2 (#7267) (4e8732c)

</description><pubDate>Tue, 06 May 2025 22:57:41 GMT</pubDate></item><item><title>CLI Release: v21.0.0</title><link>https://www.netlify.com/changelog/2025-05-06-cli-v21-0-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-05-06-cli-v21-0-0/</guid><description>21.0.0 (2025-05-06)

⚠ BREAKING CHANGES

remove support for deprecated netlify-lambda package (#7236)

The netlify-lambda NPM package was deprecated in Feb 2023. If you are one of the few using this, see the migration guide.

⚠ Potentially breaking changes

run build before deploy (#7195)

The deploy command now runs the site&apos;s configured build command before deployment by default. Previously, this was achieved by passing the --build flag. In other words, --build is no longer needed.

To opt into the previous default behavior, users can now specify netlify deploy --no-build.

Why are we changing this?

This has long been one of the most common sources of confusion with the Netlify CLI. Developers expect a &quot;deploy&quot; command to deploy their project. We&apos;re making this change to follow the Principle of Least Surprise and streamline the experience for new users.

Upgrading

👉🏼 (most common) Build and deploy

Remove the --build flag:

netlify deploy --build [...] # before

→

netlify deploy [...] # after

👉🏼 Separate build and deploy

Warning

Make sure your deploy command runs in your expected environment, e.g. if you were running FOO=bar netlify build &amp;&amp; netlify deploy, make sure FOO is visible to the deploy command, which is now running the build: FOO=bar netlify deploy.

Collapse into one command, if you can:

netlify build &amp;&amp; netlify deploy # before

→

netlify deploy # after

Otherwise, add the --no-build flag:

make spaghetti &amp;&amp; netlify deploy # before

→

make spaghetti &amp;&amp; netlify deploy --no-build # after

👉🏼 (rare) Deploy without build step

Add the --no-build flag:

netlify deploy [...] # before (there was no --build here)

→

netlify deploy --no-build [...]

polish and improve deploy command output (#7250) (795a451)

If you were automatically looking for specific strings in the netlify deploy output, your scripts may stop working. See the above PR for details.

Note that this is not recommended and such changes may not be considered breaking in the future. For stable output that conforms to semantic versioning, use netlify deploy --json.

Features

link out to relevant Netlify docs in command help output (#7254) (1978faf)

remove support for deprecated netlify-lambda package (#7236) (0d48c28)

run build before deploy (#7195) (8e95c58)

telemetry: send command opts and args (#7251) (9545bdc)

Bug Fixes

deploy: remove messages about future deprecated flag removals (#7252) (758fd88)

deps: update dependency @netlify/edge-functions to v2.12.0 (#7239) (5d70c98)

dev: polish and improve dev command output (#7249) (7a5b7c0)

fix framework server loading spinner (&quot;Waiting for framework port&quot;) (#7242) (841d782)

polish and improve deploy command output (#7250) (795a451)

polish and improve postinstall onboarding message (#7248) (d9523c7)

</description><pubDate>Tue, 06 May 2025 21:00:26 GMT</pubDate></item><item><title>CLI Release: v21.0.1</title><link>https://www.netlify.com/changelog/2025-05-06-cli-v21-0-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-05-06-cli-v21-0-1/</guid><description>21.0.1 (2025-05-06)

Bug Fixes

actually stop spinning on success/failure (#7262) (5f68338)

</description><pubDate>Tue, 06 May 2025 18:00:23 GMT</pubDate></item><item><title>CLI Release: v20.1.1</title><link>https://www.netlify.com/changelog/2025-04-25-cli-v20-1-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-04-25-cli-v20-1-1/</guid><description>20.1.1 (2025-04-25)

Bug Fixes

deps: update netlify packages (fixes TanStack Start framework detection) (#7230) (1d024b0)

</description><pubDate>Fri, 25 Apr 2025 20:08:40 GMT</pubDate></item><item><title>CLI Release: v20.1.0</title><link>https://www.netlify.com/changelog/2025-04-25-cli-v20-1-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-04-25-cli-v20-1-0/</guid><description>20.1.0 (2025-04-25)

Features

beautify update notif and link to release notes (#7237) (0bf2db7)

Bug Fixes

deps: update dependency @netlify/blobs to v8.2.0 (#7215) (1428374)

</description><pubDate>Fri, 25 Apr 2025 18:45:38 GMT</pubDate></item><item><title>CLI Release: v20.0.4</title><link>https://www.netlify.com/changelog/2025-04-24-cli-v20-0-4/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-04-24-cli-v20-0-4/</guid><description>20.0.4 (2025-04-24)

Bug Fixes

deps: remove tempy (#7223) (fd28f48)

match the branch-deploy context when using --context branch:foo (#7235) (ccb079a)

skip framework detection for deploy only command (fixes erroneous Multiple possible build commands found) (#7229) (444ddff)

</description><pubDate>Thu, 24 Apr 2025 16:25:00 GMT</pubDate></item><item><title>CLI Release: v20.0.3</title><link>https://www.netlify.com/changelog/2025-04-22-cli-v20-0-3/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-04-22-cli-v20-0-3/</guid><description>20.0.3 (2025-04-22)

Bug Fixes

deps: update netlify packages (#7176) (126a9df)

</description><pubDate>Tue, 22 Apr 2025 11:17:19 GMT</pubDate></item><item><title>CLI Release: v20.0.2</title><link>https://www.netlify.com/changelog/2025-04-16-cli-v20-0-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-04-16-cli-v20-0-2/</guid><description>20.0.2 (2025-04-16)

Bug Fixes

deps: remove stream utils (#7120) (5fef8d6)

deps: remove trivial dependencies (a59c66f)

mark siteInfo.published_deploy as optional (#7185) (5fd9add)

</description><pubDate>Wed, 16 Apr 2025 13:28:05 GMT</pubDate></item><item><title>CLI Release: v20.0.1</title><link>https://www.netlify.com/changelog/2025-04-15-cli-v20-0-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-04-15-cli-v20-0-1/</guid><description>20.0.1 (2025-04-15)

Bug Fixes

actually handle AWS SDK errors as intended  (#7184) (e7cd9e5)

actually populate auth user field (#7181) (fe1de94)

add missing error handling for unauthed live tunnel use (#7183) (4f57f10)

await zipFunctions() in functions build (#7180) (e3b04e5)

deps: update netlify packages (major) (#7177) (494db5c)

deps: update rust crate tokio to 1.38.2 [security] (#7172) (729fbe9)

deps: upgrade misc. dependencies (#7208) (a10b142)

functions: await functions error handling (#7186) (3831ea0)

print site information in link output (33b60ba)

</description><pubDate>Tue, 15 Apr 2025 19:05:56 GMT</pubDate></item><item><title>CLI Release: v20.0.0</title><link>https://www.netlify.com/changelog/2025-04-08-cli-v20-0-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-04-08-cli-v20-0-0/</guid><description>20.0.0 (2025-04-08)

⚠ BREAKING CHANGES

The netlify status command will no longer print information about your permissions on your team memberships; it now simply prints a list of the teams you are a member of. Notably, this changes the shape of the output printed by netlify status --json; the Teams property was previously a hash of team name (string) to permissions on that team (string), but is now a list of strings (only team names).

Performance Improvements

Save ~30% of boot time for all commands by lazy-loading dev, dev:exec commands (9e27cdc)

Save 1000+ ms on most commands by using minimal accounts query when loading config (3c2c5f3)

</description><pubDate>Tue, 08 Apr 2025 23:49:32 GMT</pubDate></item><item><title>CLI Release: v19.1.7</title><link>https://www.netlify.com/changelog/2025-04-08-cli-v19-1-7/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-04-08-cli-v19-1-7/</guid><description>19.1.7 (2025-04-08)

Performance Improvements

speed up all commands by 75+ ms by enabling V8 code cache when available (node&gt;=22.8.0) (#7173) (a916f23)

</description><pubDate>Tue, 08 Apr 2025 20:06:58 GMT</pubDate></item><item><title>CLI Release: v19.1.6</title><link>https://www.netlify.com/changelog/2025-04-08-cli-v19-1-6/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-04-08-cli-v19-1-6/</guid><description>19.1.6 (2025-04-07)

Bug Fixes

deps: update netlify packages (#7116) (11a8bfd)

types: fix 388 type errors and fully type src/lib/functions/ (#7130) (c9dbcc1)

</description><pubDate>Tue, 08 Apr 2025 11:10:37 GMT</pubDate></item><item><title>CLI Release: v19.1.5</title><link>https://www.netlify.com/changelog/2025-04-01-cli-v19-1-5/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-04-01-cli-v19-1-5/</guid><description>19.1.5 (2025-04-01)

Bug Fixes

npm-shrinkwrap.json: remove dev deps (8e9421a)

</description><pubDate>Tue, 01 Apr 2025 21:16:45 GMT</pubDate></item><item><title>CLI Release: v19.1.4</title><link>https://www.netlify.com/changelog/2025-03-27-cli-v19-1-4/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-03-27-cli-v19-1-4/</guid><description>19.1.4 (2025-03-27)

Bug Fixes

revert get-port to v5 (c3af47a)

</description><pubDate>Thu, 27 Mar 2025 18:48:28 GMT</pubDate></item><item><title>CLI Release: v19.1.3</title><link>https://www.netlify.com/changelog/2025-03-27-cli-v19-1-3/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-03-27-cli-v19-1-3/</guid><description>19.1.3 (2025-03-27)

Bug Fixes

install pnpm in release workflow for E2E tests (c1a7cd6)

</description><pubDate>Thu, 27 Mar 2025 03:30:19 GMT</pubDate></item><item><title>CLI Release: v19.1.2</title><link>https://www.netlify.com/changelog/2025-03-27-cli-v19-1-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-03-27-cli-v19-1-2/</guid><description>19.1.2 (2025-03-27)

Bug Fixes

deps: update dependency @netlify/functions to v3.0.4 (#7118) (48a4e3e)

run E2E tests before publishing package (db675be)

</description><pubDate>Thu, 27 Mar 2025 03:03:57 GMT</pubDate></item><item><title>CLI Release: v19.1.1</title><link>https://www.netlify.com/changelog/2025-03-27-cli-v19-1-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-03-27-cli-v19-1-1/</guid><description>19.1.1 (2025-03-27)

Bug Fixes

temporarily remove broken postinstal hook (#7142) (7319da2)

</description><pubDate>Thu, 27 Mar 2025 00:50:55 GMT</pubDate></item><item><title>CLI Release: v19.1.0</title><link>https://www.netlify.com/changelog/2025-03-26-cli-v19-1-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-03-26-cli-v19-1-0/</guid><description>19.1.0 (2025-03-26)

Features

bump blob version (#7125) (0e5c1c7)

Bug Fixes

avoid starting and stopping spinner loops (#7131) (1002f98)

deps: bump netlify packages with extra deduping (#7136) (7992b4e)

fix incorrect dev config types, dev regression (#7135) (ad197f7)

</description><pubDate>Wed, 26 Mar 2025 21:19:25 GMT</pubDate></item><item><title>CLI Release: v19.0.3</title><link>https://www.netlify.com/changelog/2025-03-20-cli-v19-0-3/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-03-20-cli-v19-0-3/</guid><description>19.0.3 (2025-03-20)

Bug Fixes

deps: remove pump dependency (#7096) (07fef60)

deps: replace ora and log-symbols with tiny dependency picospinner (#7026) (32ee8c0)

deps: update dependency @netlify/functions to v3.0.2 (#7111) (9a9028b)

deps: update netlify packages (major) (#7112) (c301c1b)

docs: remove beta indicator from stable commands (#7100) (886c796)

</description><pubDate>Thu, 20 Mar 2025 14:36:52 GMT</pubDate></item><item><title>CLI Release: v19.0.2</title><link>https://www.netlify.com/changelog/2025-03-05-cli-v19-0-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-03-05-cli-v19-0-2/</guid><description>19.0.2 (2025-03-05)

Bug Fixes

better ip version detection when using skip wait port property in dev command (#7074) (0cf0f11)

remove package.json#packageManager entry (#7087) (736d006)

</description><pubDate>Wed, 05 Mar 2025 19:21:32 GMT</pubDate></item><item><title>CLI Release: v19.0.1</title><link>https://www.netlify.com/changelog/2025-03-04-cli-v19-0-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-03-04-cli-v19-0-1/</guid><description>19.0.1 (2025-03-04)

Bug Fixes

deps: pin dependencies (#7055) (93d6107)

deps: pin dependency @pnpm/tabtab to 0.5.4 (#7063) (150fcc3)

deps: replace tabtab with maintained fork (#7057) (1ddae37)

deps: update dependency @netlify/functions to v3.0.1 (#7081) (97f3a58)

deps: update dependency readdirp to v4.1.2 (#7064) (1fd1f5a)

deps: update dependency ws to v8.18.1 (#7065) (fb36998)

deps: update netlify packages (#7052) (31e5e59)

skip checking for endpoint existence for hidden redirects (#7067) (5fc044d)

Reverts

&quot;chore: simplify and standardize package.json scripts and CI setup (#7069)&quot; (4571be3)

&quot;ci: fix new job config (#7071)&quot; (992431d)

&quot;ci: only typecheck in typechecking job (#7072)&quot; (506bc33)

</description><pubDate>Tue, 04 Mar 2025 21:05:54 GMT</pubDate></item><item><title>CLI Release: v19.0.1-rc.2</title><link>https://www.netlify.com/changelog/2025-03-04-cli-v19-0-1-rc-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-03-04-cli-v19-0-1-rc-2/</guid><description>19.0.1-rc.2

</description><pubDate>Tue, 04 Mar 2025 20:58:02 GMT</pubDate></item><item><title>CLI Release: v19.0.1-rc.1</title><link>https://www.netlify.com/changelog/2025-03-03-cli-v19-0-1-rc-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-03-03-cli-v19-0-1-rc-1/</guid><description>19.0.1-rc.1

</description><pubDate>Mon, 03 Mar 2025 12:06:35 GMT</pubDate></item><item><title>CLI Release: v19.0.1-rc.0</title><link>https://www.netlify.com/changelog/2025-02-25-cli-v19-0-1-rc-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-02-25-cli-v19-0-1-rc-0/</guid><description>19.0.1-rc.0

</description><pubDate>Tue, 25 Feb 2025 14:40:06 GMT</pubDate></item><item><title>CLI Release: v19.0.0</title><link>https://www.netlify.com/changelog/2025-02-24-cli-v19-0-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-02-24-cli-v19-0-0/</guid><description>19.0.0 (2025-02-24)

⚠ BREAKING CHANGES

upgrade to commander@12 and fix some conflicting short option names (#7008)

remove deprecated camelCase option variants (#7046)

remove integration commands (#7047)

Features

remove deprecated camelCase option variants (#7046) (cbb0d0b)

remove integration commands (#7047) (b693ba7)

Bug Fixes

deps: add type declarations for 20 of 29 untyped dependencies (#7049) (b56095b)

deps: update dependency @octokit/rest to v21.1.1 (#7039) (504e7f3)

process mutated env by plugins in dev server (#7045) (5435e79)

upgrade to commander@12 and fix some conflicting short option names (#7008) (42b4a6c)

</description><pubDate>Mon, 24 Feb 2025 13:54:14 GMT</pubDate></item><item><title>CLI Release: v18.1.0</title><link>https://www.netlify.com/changelog/2025-02-13-cli-v18-1-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-02-13-cli-v18-1-0/</guid><description>18.1.0 (2025-02-13)

Features

add ai-context recipe (#7035) (43c297d)

Bug Fixes

deps: update dependency @netlify/blobs to v8.1.1 (#7032) (a87fd59)

</description><pubDate>Thu, 13 Feb 2025 15:37:24 GMT</pubDate></item><item><title>CLI Release: v18.0.4</title><link>https://www.netlify.com/changelog/2025-02-06-cli-v18-0-4/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-02-06-cli-v18-0-4/</guid><description>18.0.4 (2025-02-06)

Bug Fixes

deps: upgrade 23 outdated dependencies (#7019) (f74c6c6)

</description><pubDate>Thu, 06 Feb 2025 20:41:34 GMT</pubDate></item><item><title>CLI Release: v18.0.3</title><link>https://www.netlify.com/changelog/2025-01-27-cli-v18-0-3/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-01-27-cli-v18-0-3/</guid><description>18.0.3 (2025-01-27)

Bug Fixes

deps: update netlify packages (#7015) (de3444c)

</description><pubDate>Mon, 27 Jan 2025 23:22:48 GMT</pubDate></item><item><title>CLI Release: v18.0.2</title><link>https://www.netlify.com/changelog/2025-01-22-cli-v18-0-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-01-22-cli-v18-0-2/</guid><description>18.0.2 (2025-01-22)

Bug Fixes

deps: update dependency @types/node to v22.10.7 (#7003) (30a8aa5)

deps: update netlify packages (#6999) (da7f42e)

hide dynamic ssg endpoint resolution under environment variable (#7011) (9669cdf)

remove unused code and dependencies (#7007) (3a46e8f)

untrack largeish file (#7005) (badfe15)

</description><pubDate>Wed, 22 Jan 2025 14:40:47 GMT</pubDate></item><item><title>CLI Release: v18.0.1</title><link>https://www.netlify.com/changelog/2025-01-15-cli-v18-0-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-01-15-cli-v18-0-1/</guid><description>18.0.1 (2025-01-15)

Bug Fixes

check if endpoint exists for dynamic pages when checking for red… (#6994) (db1d87e)

deps: update netlify packages (#6992) (43d3455)

remove react-based-templates because it doesn&apos;t work (#6993) (3441c58)

update @netlify/build-info to v8.0.0 (#6987) (7c3b186)

</description><pubDate>Wed, 15 Jan 2025 13:48:51 GMT</pubDate></item><item><title>CLI Release: v18.0.1-rc.1</title><link>https://www.netlify.com/changelog/2025-01-13-cli-v18-0-1-rc-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-01-13-cli-v18-0-1-rc-1/</guid><description>18.0.1-rc.1

</description><pubDate>Mon, 13 Jan 2025 21:51:40 GMT</pubDate></item><item><title>CLI Release: v18.0.1-rc.0</title><link>https://www.netlify.com/changelog/2025-01-13-cli-v18-0-1-rc-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-01-13-cli-v18-0-1-rc-0/</guid><description>18.0.1-rc.0

</description><pubDate>Mon, 13 Jan 2025 13:06:03 GMT</pubDate></item><item><title>CLI Release: v18.0.0</title><link>https://www.netlify.com/changelog/2025-01-07-cli-v18-0-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-01-07-cli-v18-0-0/</guid><description>18.0.0 (2025-01-07)

⚠ BREAKING CHANGES

remove addons subcommand (#6974)

remove the lm (large media) subcommand (#6956)

Features

remove addons subcommand (#6974) (9a88493)

remove the lm (large media) subcommand (#6956) (afdfe46)

Bug Fixes

add completion support for ntl aliasin zsh (#6946) (5098642)

cli: updated nanoid dependency version (#6982) (30c94b4)

deps: update dependency @netlify/functions to v3 (#6970) (ac078e5)

deps: update dependency @types/node to v22.10.2 (#6976) (26bf398)

deps: update dependency chalk to v5.4.1 (#6981) (ce932fc)

deps: update dependency https-proxy-agent to v7.0.6 (#6953) (ff66234)

deps: update dependency p-map to v7.0.3 (#6954) (a28726c)

deps: update netlify packages (#6971) (ffc3122)

dev server fix ip when skipping watch (#6977) (4774797)

remove extra call to accounts endpoint across cli (#6947) (e6a4f59)

</description><pubDate>Tue, 07 Jan 2025 06:37:46 GMT</pubDate></item><item><title>CLI Release: v17.38.1-rc-ds.1</title><link>https://www.netlify.com/changelog/2025-01-05-cli-v17-38-1-rc-ds-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-01-05-cli-v17-38-1-rc-ds-1/</guid><description>17.38.1-rc-ds.1

</description><pubDate>Sun, 05 Jan 2025 09:57:14 GMT</pubDate></item><item><title>CLI Release: v17.38.1-rc-ds</title><link>https://www.netlify.com/changelog/2025-01-05-cli-v17-38-1-rc-ds/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2025-01-05-cli-v17-38-1-rc-ds/</guid><description>17.38.1-rc-ds

</description><pubDate>Sun, 05 Jan 2025 06:32:52 GMT</pubDate></item><item><title>CLI Release: v17.38.1</title><link>https://www.netlify.com/changelog/2024-12-17-cli-v17-38-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-12-17-cli-v17-38-1/</guid><description>17.38.1 (2024-12-17)

Bug Fixes

deps: update dependency dotenv to v16.4.7 (#6949) (65dc682)

deps: update dependency express to v4.21.2 (#6950) (d780a33)

deps: update netlify packages (#6959) (3d794c1)

deps: update netlify packages (#6965) (233bee3)

</description><pubDate>Tue, 17 Dec 2024 13:26:15 GMT</pubDate></item><item><title>CLI Release: v17.38.0</title><link>https://www.netlify.com/changelog/2024-12-03-cli-v17-38-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-12-03-cli-v17-38-0/</guid><description>17.38.0 (2024-12-03)

Features

add confirmation prompts to unsafe cli commands (#6878) (fd77a12)

implemented flag conflicts in deploy.ts (#6909) (4e668f2)

port in use (#6887) (652f20a)

sites-create-template: auto-link cloned repo to the created netlify site (#6914) (89be8a6)

update function templates to v2 (#6939) (40dafd5)

Bug Fixes

check ip version if settings.useStaticServer (#6936) (be6b07e)

deps: update dependency @netlify/edge-functions to v2.11.1 (#6772) (cd7aeed)

deps: update dependency @sanity/client to v6 (#6650) (fdaabc0)

deps: update dependency @types/node to v20.17.6 (#6918) (9c4eb22)

deps: update dependency @types/node to v20.17.7 (#6933) (fce5cc3)

deps: update dependency @types/node to v22.10.1 (#6942) (2218116)

deps: update dependency ci-info to v4.1.0 (#6925) (f4eca65)

deps: update dependency ora to v8.1.1 (#6919) (f89b707)

deps: update netlify packages (#6922) (96f64ef)

deps: update rust crate lambda_runtime to 0.13.0 (#6920) (f48841c)

make outputs more user-friendly for sites:create-template (#6915) (d132ddd)

prevent redundant repos, add preliminary name checks, and improve error handling in sites:create-template (#6908) (a1000b3)

</description><pubDate>Tue, 03 Dec 2024 14:48:50 GMT</pubDate></item><item><title>CLI Release: v17.37.2</title><link>https://www.netlify.com/changelog/2024-10-29-cli-v17-37-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-10-29-cli-v17-37-2/</guid><description>17.37.2 (2024-10-29)

Bug Fixes

add zsh autocomplete setup and file permissions instructions to completion:install (#6882) (75c0e7b)

deps: update dependency @netlify/build to v29.55.4 (#6892) (da3563b)

deps: update dependency @netlify/build to v29.56.0 (#6906) (e63a9c2)

deps: update dependency @types/node to v20.17.1 (#6903) (93a728b)

deps: update dependency ws to v8.18.0 (#6904) (89e814d)

deps: update netlify packages (#6891) (8db8a3a)

deps: update netlify packages (#6899) (62d3123)

improve console message when unlinking from directory without a netlify.toml (#6897) (622098e)

link --name prefers exact match if exists, first match otherwise (#6865) (6a15c79)

logs: deploy command instructs user to link to a site if one is … (#6867) (98763f7)

updated error message for attempting to deploy a site with a bad… (#6884) (9cb44c5)

</description><pubDate>Tue, 29 Oct 2024 13:23:41 GMT</pubDate></item><item><title>CLI Release: v17.37.1</title><link>https://www.netlify.com/changelog/2024-10-18-cli-v17-37-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-10-18-cli-v17-37-1/</guid><description>17.37.1 (2024-10-17)

Bug Fixes

deploy: fix edge function logs url scope key (#6881) (f833f2d)

deps: update dependency @netlify/blobs to v8.1.0 (#6870) (b82c536)

deps: update dependency @types/node to v20.16.11 (#6874) (e41ac33)

deps: update dependency cookie to v0.7.2 (#6875) (69a7a3b)

deps: update dependency express to v4.21.1 (#6858) (9d37ec0)

</description><pubDate>Fri, 18 Oct 2024 12:29:44 GMT</pubDate></item><item><title>CLI Release: v17.37.0</title><link>https://www.netlify.com/changelog/2024-10-11-cli-v17-37-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-10-11-cli-v17-37-0/</guid><description>17.37.0 (2024-10-11)

Features

deploy: print edge function logs url (#6851) (b996f92)

Bug Fixes

deps: update dependency cookie to v0.7.0 [security] (#6856) (01810d5)

deps: update dependency envinfo to v7.14.0 (#6860) (7805687)

deps: update dependency http-proxy-middleware to v2.0.7 (#6852) (e1e7c72)

deps: update dependency listr2 to v8.2.5 (#6853) (b59f28b)

deps: update dependency log-update to v6.1.0 (#6861) (33f449f)

deps: update dependency ora to v8.1.0 (#6862) (d459d4e)

deps: update dependency pump to v3.0.2 (#6859) (f3f6d0a)

deps: update dependency update-notifier to v7.3.1 (#6863) (db8c10a)

deps: update netlify packages (#6868) (0944c42)

deps: update netlify packages (#6869) (48e032f)

</description><pubDate>Fri, 11 Oct 2024 14:04:23 GMT</pubDate></item><item><title>CLI Release: v17.37.0-rc-redirects.0</title><link>https://www.netlify.com/changelog/2024-10-02-cli-v17-37-0-rc-redirects-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-10-02-cli-v17-37-0-rc-redirects-0/</guid><description>17.37.0-rc-redirects.0

</description><pubDate>Wed, 02 Oct 2024 14:09:45 GMT</pubDate></item><item><title>CLI Release: v17.37.0-rc-redirect.0</title><link>https://www.netlify.com/changelog/2024-10-02-cli-v17-37-0-rc-redirect-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-10-02-cli-v17-37-0-rc-redirect-0/</guid><description>17.37.0-rc-redirect.0

</description><pubDate>Wed, 02 Oct 2024 13:58:55 GMT</pubDate></item><item><title>CLI Release: v17.36.4</title><link>https://www.netlify.com/changelog/2024-10-01-cli-v17-36-4/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-10-01-cli-v17-36-4/</guid><description>17.36.4 (2024-10-01)

Bug Fixes

deps: update netlify packages (#6847) (e51bb28)

</description><pubDate>Tue, 01 Oct 2024 22:39:14 GMT</pubDate></item><item><title>CLI Release: v17.36.3</title><link>https://www.netlify.com/changelog/2024-09-30-cli-v17-36-3/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-09-30-cli-v17-36-3/</guid><description>17.36.3 (2024-09-30)

Bug Fixes

deps: update dependency @types/node to v20.16.10 (#6843) (55830eb)

deps: update dependency debug to v4.3.7 (#6844) (517e734)

deps: update dependency express to v4.21.0 [security] (#6839) (0728f80)

deps: update netlify packages (#6833) (18c53bd)

deps: update netlify packages (#6837) (1e0ac96)

</description><pubDate>Mon, 30 Sep 2024 13:33:22 GMT</pubDate></item><item><title>CLI Release: v17.37.0-rc.1</title><link>https://www.netlify.com/changelog/2024-09-30-cli-v17-37-0-rc-1/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-09-30-cli-v17-37-0-rc-1/</guid><description>17.37.0-rc.1

</description><pubDate>Mon, 30 Sep 2024 09:51:28 GMT</pubDate></item><item><title>CLI Release: v17.37.0-rc.0</title><link>https://www.netlify.com/changelog/2024-09-30-cli-v17-37-0-rc-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-09-30-cli-v17-37-0-rc-0/</guid><description>17.37.0-rc.0

</description><pubDate>Mon, 30 Sep 2024 09:46:12 GMT</pubDate></item><item><title>CLI Release: v17.36.2</title><link>https://www.netlify.com/changelog/2024-09-20-cli-v17-36-2/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-09-20-cli-v17-36-2/</guid><description>17.36.2 (2024-09-20)

Bug Fixes

deps: update netlify packages (#6814) (561e16a)

</description><pubDate>Fri, 20 Sep 2024 12:01:48 GMT</pubDate></item><item><title>CLI Release: v17.36.0</title><link>https://www.netlify.com/changelog/2024-09-10-cli-v17-36-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-09-10-cli-v17-36-0/</guid><description>17.36.0 (2024-09-10)

Features

dev: update dev server plugin env variable to be an array of plugins (#6811) (dbcf1f5)

</description><pubDate>Tue, 10 Sep 2024 12:37:40 GMT</pubDate></item><item><title>CLI Release: v17.35.0</title><link>https://www.netlify.com/changelog/2024-09-06-cli-v17-35-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-09-06-cli-v17-35-0/</guid><description>17.35.0 (2024-09-06)

Features

trigger rerelease (#6808) (db86492)

</description><pubDate>Fri, 06 Sep 2024 11:14:59 GMT</pubDate></item><item><title>CLI Release: v17.34.0</title><link>https://www.netlify.com/changelog/2024-08-08-cli-v17-34-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-08-08-cli-v17-34-0/</guid><description>17.34.0 (2024-08-08)

Features

add accountId to build options (#6783) (85dc37f)

Bug Fixes

deps: update dependency @netlify/build to v29.53.0 (#6786) (81e8505)

</description><pubDate>Thu, 08 Aug 2024 19:47:06 GMT</pubDate></item><item><title>CLI Release: v17.33.0</title><link>https://www.netlify.com/changelog/2024-07-05-cli-v17-33-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-07-05-cli-v17-33-0/</guid><description>17.33.0 (2024-07-05)

Features

expose deploy context to functions and edge functions (#6747) (a4a4026)

</description><pubDate>Fri, 05 Jul 2024 10:44:21 GMT</pubDate></item><item><title>CLI Release: v17.32.0</title><link>https://www.netlify.com/changelog/2024-07-02-cli-v17-32-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-07-02-cli-v17-32-0/</guid><description>17.32.0 (2024-07-02)

Features

add flag to skip env var fetching (#6723) (a0f33c1)

</description><pubDate>Tue, 02 Jul 2024 08:02:49 GMT</pubDate></item><item><title>CLI Release: v17.31.0</title><link>https://www.netlify.com/changelog/2024-07-01-cli-v17-31-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-07-01-cli-v17-31-0/</guid><description>17.31.0 (2024-07-01)

Features

add support for the Frameworks API (#6735) (6a48a38)

load edge functions from Frameworks API in serve (#6738) (1c6903f)

Bug Fixes

deps: update dependency https-proxy-agent to v7.0.5 (#6741) (3262995)

</description><pubDate>Mon, 01 Jul 2024 10:02:46 GMT</pubDate></item><item><title>CLI Release: v17.30.0</title><link>https://www.netlify.com/changelog/2024-06-26-cli-v17-30-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-06-26-cli-v17-30-0/</guid><description>17.30.0 (2024-06-26)

Features

pass accountId to resolveConfig (#6733) (6ce285e)

Bug Fixes

deps: update dependency listr2 to v8.2.3 (#6726) (1e66af7)

deps: update netlify packages (#6728) (dd1bab4)

deps: update netlify packages (#6730) (37d8193)

</description><pubDate>Wed, 26 Jun 2024 15:38:46 GMT</pubDate></item><item><title>CLI Release: v17.29.0</title><link>https://www.netlify.com/changelog/2024-06-20-cli-v17-29-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-06-20-cli-v17-29-0/</guid><description>17.29.0 (2024-06-20)

Features

support excludedPath in functions (#6717) (5981a35)

Bug Fixes

deps: update dependency @netlify/build to v29.48.2 (#6719) (41294c0)

deps: update dependency @netlify/zip-it-and-ship-it to v9.37.1 (#6718) (38d5000)

deps: update dependency ws to v8.17.1 [security] (#6716) (7da19ad)

deps: update netlify packages (#6707) (ca0e670)

</description><pubDate>Thu, 20 Jun 2024 15:23:14 GMT</pubDate></item><item><title>CLI Release: v17.28.0</title><link>https://www.netlify.com/changelog/2024-06-17-cli-v17-28-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-06-17-cli-v17-28-0/</guid><description>17.28.0 (2024-06-16)

Features

make feature flags available to @netlify/config (#6691) (1706c8c)

Bug Fixes

deps: update netlify packages (#6705) (0f69e06)

tweak which requests are considered activity (#6710) (f07e9a5)

</description><pubDate>Mon, 17 Jun 2024 07:29:24 GMT</pubDate></item><item><title>CLI Release: v17.27.0</title><link>https://www.netlify.com/changelog/2024-06-13-cli-v17-27-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-06-13-cli-v17-27-0/</guid><description>17.27.0 (2024-06-13)

Features

notify of dev server activity as a keep alive mechanism (#6690) (6f82e8c)

</description><pubDate>Thu, 13 Jun 2024 16:06:01 GMT</pubDate></item><item><title>CLI Release: v17.26.0</title><link>https://www.netlify.com/changelog/2024-06-05-cli-v17-26-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-06-05-cli-v17-26-0/</guid><description>17.26.0 (2024-06-05)

Features

[CRE-1203] added html injections to dev proxy (c695931)

Bug Fixes

adds html injections to dev proxy [CRE-1203] (#6686) (c695931)

deps: update netlify packages (#6682) (8377c4b)

deps: update netlify packages (#6689) (eb411a6)

</description><pubDate>Wed, 05 Jun 2024 23:15:36 GMT</pubDate></item><item><title>CLI Release: v17.25.0</title><link>https://www.netlify.com/changelog/2024-05-29-cli-v17-25-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-05-29-cli-v17-25-0/</guid><description>17.25.0 (2024-05-29)

Features

propagate per-function timeout in deploy (#6676) (f3cc8cc)

Bug Fixes

deps: update dependency @netlify/zip-it-and-ship-it to v9.34.0 (#6679) (1ffa58c)

deps: update netlify packages (#6681) (b0e512e)

websocket redirects (#6672) (4c27f1c)

</description><pubDate>Wed, 29 May 2024 13:10:09 GMT</pubDate></item><item><title>CLI Release: v17.24.0</title><link>https://www.netlify.com/changelog/2024-05-29-cli-v17-24-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-05-29-cli-v17-24-0/</guid><description>17.24.0 (2024-05-29)

Features

use dev server settings from site (#6668) (9ece8fe)

Bug Fixes

deps: pin dependencies (#6664) (d8f8756)

deps: update dependency @netlify/build to v29.42.6 (#6670) (52ac076)

deps: update dependency @netlify/build to v29.43.0 (#6671) (14e7684)

deps: update dependency @netlify/build to v29.44.0 (#6674) (b4fc581)

deps: update dependency @netlify/build to v29.45.0 (#6677) (0b54b60)

deps: update netlify packages (#6660) (17e3706)

deps: update netlify packages (#6669) (0d9aebf)

deps: update netlify packages (#6678) (601a69a)

deps: update rust crate lambda_runtime to 0.11.0 (#6667) (f88453c)

</description><pubDate>Wed, 29 May 2024 11:08:02 GMT</pubDate></item><item><title>CLI Release: v17.23.0</title><link>https://www.netlify.com/changelog/2024-04-25-cli-v17-23-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-04-25-cli-v17-23-0/</guid><description>17.23.0 (2024-04-25)

Features

custom rate limit rules payload (#6503) (79e22fd)

Bug Fixes

deps: update dependency @bugsnag/js to v7.22.7 (#6519) (0ba96d2)

deps: update dependency @fastify/static to v6.12.0 (#6521) (3433250)

deps: update dependency @netlify/build to v29.40.0 (#6515) (f0af180)

deps: update dependency @netlify/edge-bundler to v11.4.0 (#6512) (cbb377f)

deps: update dependency @netlify/edge-bundler to v12 (#6526) (8269f26)

deps: update dependency @netlify/zip-it-and-ship-it to v9.32.0 (#6517) (4e4f844)

deps: update dependency @netlify/zip-it-and-ship-it to v9.32.1 (#6528) (31114d9)

deps: update dependency get-port to v7 (#5786) (fd37f4f)

deps: update dependency https-proxy-agent to v7 (#5789) (b51c01c)

deps: update dependency semver to v7.6.0 (#5979) (c20c089)

deps: update dependency uuid to v9.0.1 (#6466) (3923185)

deps: update netlify packages (#6525) (22dff9e)

import function template metadata as module (#6516) (ffe8696)

</description><pubDate>Thu, 25 Apr 2024 13:10:56 GMT</pubDate></item><item><title>CLI Release: v17.22.0</title><link>https://www.netlify.com/changelog/2024-04-08-cli-v17-22-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-04-08-cli-v17-22-0/</guid><description>17.22.0 (2024-04-08)

Features

add --internal-disable-edge-functions flag to skip Deno setup (#6495) (a6f0f45)

load edge functions bootstrap from module (#6496) (bb2279f)

Bug Fixes

set DEPLOY_ID and DEPLOY_URL env vars once available (#6489) (bc24f77)

</description><pubDate>Mon, 08 Apr 2024 11:44:46 GMT</pubDate></item><item><title>CLI Release: v17.21.0</title><link>https://www.netlify.com/changelog/2024-03-26-cli-v17-21-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-03-26-cli-v17-21-0/</guid><description>17.21.0 (2024-03-26)

Features

allow skipping the target port wait (#6472) (cfa8e2b)

Bug Fixes

read-package-up rename (#6441) (cd19d2b)

</description><pubDate>Tue, 26 Mar 2024 11:22:34 GMT</pubDate></item><item><title>CLI Release: v17.20.0</title><link>https://www.netlify.com/changelog/2024-03-21-cli-v17-20-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-03-21-cli-v17-20-0/</guid><description>17.20.0 (2024-03-20)

Features

allow proxy rules logs to be hidden when inserted by plugin (#6453) (c2e94bc)

Bug Fixes

deps: update dependency express to v4.19.1 (#6427) (103f0fa)

deps: update dependency jsonwebtoken to v9.0.2 (#6428) (1a1e94d)

</description><pubDate>Thu, 21 Mar 2024 14:18:24 GMT</pubDate></item><item><title>CLI Release: v17.19.0</title><link>https://www.netlify.com/changelog/2024-03-08-cli-v17-19-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-03-08-cli-v17-19-0/</guid><description>17.19.0 (2024-03-08)

Features

add blobs-migrate recipe (#6418) (1638c69)

Bug Fixes

deps: update dependency @netlify/edge-bundler to v11.3.0 (#6413) (ead8cf1)

handle empty store on blobs:list (#6420) (726745a)

</description><pubDate>Fri, 08 Mar 2024 12:30:54 GMT</pubDate></item><item><title>CLI Release: v17.18.0</title><link>https://www.netlify.com/changelog/2024-03-05-cli-v17-18-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-03-05-cli-v17-18-0/</guid><description>17.18.0 (2024-03-05)

Features

introduce env var to include dev server plugin (#6410) (31e2abf)

</description><pubDate>Tue, 05 Mar 2024 15:10:57 GMT</pubDate></item><item><title>CLI Release: v17.17.0</title><link>https://www.netlify.com/changelog/2024-02-22-cli-v17-17-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-02-22-cli-v17-17-0/</guid><description>17.17.0 (2024-02-22)

Features

remove blobs beta tags (#6392) (aa759a4)

Bug Fixes

an issue where the user had to select a build command that is already defined (#6401) (98f84de)

</description><pubDate>Thu, 22 Feb 2024 14:06:50 GMT</pubDate></item><item><title>CLI Release: v17.16.0</title><link>https://www.netlify.com/changelog/2024-02-05-cli-v17-16-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-02-05-cli-v17-16-0/</guid><description>17.16.0 (2024-02-05)

Features

set priority field on functions (#6367) (4836550)

Bug Fixes

deps: update netlify packages (#6369) (869674a)

</description><pubDate>Mon, 05 Feb 2024 10:25:53 GMT</pubDate></item><item><title>CLI Release: v17.15.0</title><link>https://www.netlify.com/changelog/2024-01-18-cli-v17-15-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-01-18-cli-v17-15-0/</guid><description>17.15.0 (2024-01-18)

Features

expose site feature flags to EF registry (#6331) (b862c9e)

Bug Fixes

deps: update dependency @netlify/edge-bundler to v11.2.0 (#6330) (9e82627)

</description><pubDate>Thu, 18 Jan 2024 15:54:25 GMT</pubDate></item><item><title>CLI Release: v17.14.0</title><link>https://www.netlify.com/changelog/2024-01-15-cli-v17-14-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-01-15-cli-v17-14-0/</guid><description>17.14.0 (2024-01-15)

Features

show Rust as option in functions:create (#6316) (9e30b77)

update Rust template (#6314) (8b3bdf1)

</description><pubDate>Mon, 15 Jan 2024 16:02:27 GMT</pubDate></item><item><title>CLI Release: v17.13.0</title><link>https://www.netlify.com/changelog/2024-01-09-cli-v17-13-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-01-09-cli-v17-13-0/</guid><description>17.13.0 (2024-01-09)

Features

pass feature flags down to netlify build on dev (#6291) (37ac46e)

</description><pubDate>Tue, 09 Jan 2024 15:42:42 GMT</pubDate></item><item><title>CLI Release: v17.12.0</title><link>https://www.netlify.com/changelog/2024-01-09-cli-v17-12-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-01-09-cli-v17-12-0/</guid><description>17.12.0 (2024-01-08)

Features

allow frameworks to detect version of CLI that&apos;s being used (#6226) (1066ff3)

Frameworks can now use the NETLIFY_CLI_VERSION environment variable to detect the Netlify CLI version they&apos;re being run with. This can be used to detect old versions with known missing features or bugs, and ask the user to update.

Bug Fixes

update Rust template (#6285) (10d470d)

</description><pubDate>Tue, 09 Jan 2024 10:21:56 GMT</pubDate></item><item><title>CLI Release: v17.11.0</title><link>https://www.netlify.com/changelog/2024-01-02-cli-v17-11-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2024-01-02-cli-v17-11-0/</guid><description>17.11.0 (2024-01-02)

Features

detect internal functions created after dev server already started (#6257) (02e1069)

Bug Fixes

support Blobs in unlinked sites (#6279) (d74c00d)

</description><pubDate>Tue, 02 Jan 2024 15:32:00 GMT</pubDate></item><item><title>CLI Release: v17.10.0</title><link>https://www.netlify.com/changelog/2023-12-06-cli-v17-10-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2023-12-06-cli-v17-10-0/</guid><description>17.10.0 (2023-12-06)

Features

add blobs upload step (#6223) (33177fc)

Bug Fixes

deps: update netlify packages (#6244) (b3f857a)

</description><pubDate>Wed, 06 Dec 2023 18:39:07 GMT</pubDate></item><item><title>CLI Release: v17.9.0</title><link>https://www.netlify.com/changelog/2023-12-04-cli-v17-9-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2023-12-04-cli-v17-9-0/</guid><description>17.9.0 (2023-12-04)

Features

set Netlify environment variables in edge functions (#6229) (3268f29)

Bug Fixes

deps: update dependency @netlify/build to v29.29.4 (#6238) (9a48cb5)

deps: update dependency @netlify/zip-it-and-ship-it to v9.28.1 (#6237) (042cc23)

deps: update netlify packages (#6227) (d37ec4b)

</description><pubDate>Mon, 04 Dec 2023 09:52:32 GMT</pubDate></item><item><title>CLI Release: v17.8.0</title><link>https://www.netlify.com/changelog/2023-11-28-cli-v17-8-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2023-11-28-cli-v17-8-0/</guid><description>17.8.0 (2023-11-28)

Features

support preferStatic for v2 functions (#6211) (6bd29e0)

Bug Fixes

ntl serve for v2 functions, follow-ups (#6210) (af800af)

don&apos;t mistake paths for protocols (#6212) (3c31fc9)

don&apos;t show warning when there are no ef (#6214) (4027528)

image CDN asset url shouldn&apos;t have double slash (#6221) (8f8e8b4)

prevent image cdn from being shadowed by v2 functions (#6213) (c9dcf30)

</description><pubDate>Tue, 28 Nov 2023 14:27:45 GMT</pubDate></item><item><title>CLI Release: v17.7.0</title><link>https://www.netlify.com/changelog/2023-11-23-cli-v17-7-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2023-11-23-cli-v17-7-0/</guid><description>17.7.0 (2023-11-23)

Features

load command&apos;s actions async to improve performance (#6180) (5c61169)

</description><pubDate>Thu, 23 Nov 2023 16:26:08 GMT</pubDate></item><item><title>CLI Release: v17.6.0</title><link>https://www.netlify.com/changelog/2023-11-21-cli-v17-6-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2023-11-21-cli-v17-6-0/</guid><description>17.6.0 (2023-11-20)

Features

support specification of log levels to stream (#6200) (18500f6)

</description><pubDate>Tue, 21 Nov 2023 14:29:53 GMT</pubDate></item><item><title>CLI Release: v17.5.0</title><link>https://www.netlify.com/changelog/2023-11-17-cli-v17-5-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2023-11-17-cli-v17-5-0/</guid><description>17.5.0 (2023-11-16)

Features

create declaration maps when building project (#6170) (2428b9c)

remove extra run of .getSite as it happens in base-command (#6181) (7ab484b)

stream function and build logs (#6139) (f1b4f05)

Bug Fixes

deps: pin dependencies (#6177) (11e05ad)

</description><pubDate>Fri, 17 Nov 2023 09:38:22 GMT</pubDate></item><item><title>CLI Release: v17.4.0</title><link>https://www.netlify.com/changelog/2023-11-16-cli-v17-4-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2023-11-16-cli-v17-4-0/</guid><description>17.4.0 (2023-11-16)

Features

add &apos;dev&apos; command to &apos;scripts&apos; in package.json (#6165) (da47872)

add ascii-table types (#6164) (cf00616)

add Blobs commands (#6148) (f1c0cf7)

convert src/ folder to Typescript (#6136) (b6cae92)

miscellaneous Blobs improvements (#6176) (2bdb3a4)

Bug Fixes

deps: pin dependencies (#6162) (8eb2433)

deps: pin dependencies (#6174) (5662b08)

deps: update netlify packages (#6151) (416403f)

fix generated docs for recipes command, remove command list from README (#6171) (d4df6e9)

use inside for contain (#6167) (7d3d7d1)

</description><pubDate>Thu, 16 Nov 2023 14:22:13 GMT</pubDate></item><item><title>CLI Release: v17.3.0</title><link>https://www.netlify.com/changelog/2023-11-14-cli-v17-3-0/</link><guid isPermaLink="true">https://www.netlify.com/changelog/2023-11-14-cli-v17-3-0/</guid><description>17.3.0 (2023-11-13)

Features

refactor deploy logic to be performed during onPostBuild (#6119) (a736277)

Bug Fixes

allow v2 functions to serve /favicon.ico (#6145) (9e5f5c7)

</description><pubDate>Tue, 14 Nov 2023 13:31:59 GMT</pubDate></item></channel></rss>