Skip to content

Releases: netlify/cli

v20.0.0

08 Apr 23:49
13e0e8d
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

19.1.4 (2025-03-27)

Bug Fixes

v19.1.3

27 Mar 03:30
Compare
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
Compare
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)

v19.1.1

27 Mar 00:50
957e9ba
Compare
Choose a tag to compare

19.1.1 (2025-03-27)

Bug Fixes

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

v19.1.0

26 Mar 21:19
2fba447
Compare
Choose a tag to compare

19.1.0 (2025-03-26)

Features

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)

v19.0.3

20 Mar 14:36
67a3994
Compare
Choose a tag to compare

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)