Posts tagged "CLI"
-
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)
-
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)
-
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)
-
19.1.5 (2025-04-01)
Bug Fixes
npm-shrinkwrap.json: remove dev deps (8e9421a)
-
19.1.4 (2025-03-27)
Bug Fixes
revert get-port to v5 (c3af47a)
-
19.1.3 (2025-03-27)
Bug Fixes
install pnpm in release workflow for E2E tests (c1a7cd6)
-
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)
-
19.1.1 (2025-03-27)
Bug Fixes
temporarily remove broken postinstal hook (#7142) (7319da2)
-
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)