Skip to content

v20.0.0

Latest
Compare
Choose a tag to compare
@token-generator-app token-generator-app released this 08 Apr 23:49
13e0e8d

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)