Skip to content

v1.0.0-beta.3

Compare
Choose a tag to compare
@willvedd willvedd released this 30 Mar 15:44
· 338 commits to main since this release
f08a170

Refer to the v1 migration guide for instructions on how to navigate breaking changes.

To try the v1.0.0-beta.3 release:

# Binary will be downloaded to "./auth0".
curl -sSfL https://raw.githubusercontent.com/auth0/auth0-cli/main/install.sh | sh -s -- -b . "v1.0.0-beta.3"

# Note: will only download executable in current directory.
# Intentionally omitted from $PATH to avoid collisions with
# stable versions of the CLI. Append to $PATH at own risk.

./auth0 --version # Example execution

Added

  • Re-adding storybook preview when updating universal login templates [#666]
  • Warning if updating universal login templates with classic mode enabled [#667]
  • Automatic retries with api command [#681]
  • Clearer device code comparison instructions [#664]

Fixed

  • Empty dashboard urls during open commands when authenticated using client credentials [#652]
  • auth0 logs tail terminating early if no logs found [#672]
  • auth0 apps list rendering correct number of results in output header [#674]
  • auth0 test token failing silently with invalid audience input [#671]
  • Possible panic when running auth0 ul update with empty branding settings (ex: newly-created tenant) [#692]
  • Inability to update user password with auth0 users update --password [#686]