Skip to content

Releases: netlify/cli

v20.0.3

22 Apr 11:17
6b09a95

Choose a tag to compare

20.0.3 (2025-04-22)

Bug Fixes

v20.0.2

16 Apr 13:28
ae637a7

Choose a tag to compare

20.0.2 (2025-04-16)

Bug Fixes

v20.0.1

15 Apr 19:05
2f88f93

Choose a tag to compare

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)

v20.0.0

08 Apr 23:49
13e0e8d

Choose a tag to compare

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)

v19.1.7

08 Apr 20:06
f26ce38

Choose a tag to compare

19.1.7 (2025-04-08)

Performance Improvements

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

v19.1.6

08 Apr 11:10
cef9426

Choose a tag to compare

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)

v19.1.5

01 Apr 21:16
c7da0fb

Choose a tag to compare

19.1.5 (2025-04-01)

Bug Fixes

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

v19.1.4

27 Mar 18:48

Choose a tag to compare

19.1.4 (2025-03-27)

Bug Fixes

v19.1.3

27 Mar 03:30

Choose a tag to compare

19.1.3 (2025-03-27)

Bug Fixes

  • install pnpm in release workflow for E2E tests (c1a7cd6)

v19.1.2

27 Mar 03:03

Choose a tag to compare

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)