Guide to migrating from 7.x
to 8.x
Node 18 LTS and newer LTS releases are supported.
Resource | Change | Description |
---|---|---|
emailProvider | delete operation | Delete operation is deprecated on auth0 4.x |
migrations | removed support | Not supported on auth0 4.x |
The delete
operation on the emailProvider
resource will disable the email provider instead of deleting it.
This is because the email provider deletion operation is not supported on auth0 4.x
. User can disable the email provider
by email provider setting the enabled
property to false
from the configuration file.
emailProvider:
# other properties
enabled: false
Rest of the operations on emailProvider resource will work the same as 7.x
.
The migrations
resource is not supported on auth0 4.x
. It's recommended to remove the migrations
resource from the
configuration file. If it's not removed, the deploy CLI will ignore the migrations
resource for operations.