Posts tagged "CLI"
-
20.1.1 (2025-04-25)
Bug Fixes
deps: update netlify packages (fixes TanStack Start framework detection) (#7230) (1d024b0)
-
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)
-
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)
-
20.0.3 (2025-04-22)
Bug Fixes
deps: update netlify packages (#7176) (126a9df)
-
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)
-
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)
-
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)