Releases: auth0/auth0-deploy-cli
v7.3.3
v7.3.2
v7.3.1
v7.3.0
v7.2.1
Fixed
-
[IDS-3074] Updated structure when dumping orgs (#369)
Fixes an issue when exporting organizations as a directory, connections are not structured in the right way, causing the import to remove any connection on the organizations.
-
[DXEX-1721] Fix client metadata property deletion
Fixes an inconsistency between how we calculate changes on deep metadata-like objects and with how APIv2 expects such changes to be expressed when a property is deleted.
-
Bump js-yaml from 3.x to 4.x and move to kacl (#371)
This PR bumps js-yaml from 3.x to 4.x in accordance with its migration guide. This bump means that we're able to use the default safe behaviour for both exports and imports.
Notably, this means that we won't end up with values like !tag:yaml.org,2002:js/undefined '' that are not at all human friendly and were problematic when we used the .safeLoad functionality.
v7.2.0
v7.1.1
v7.1.0
v7.0.0
Added
- MFA Support Recovery Codes
- Support for organizations
- Prompt link to Auth0 Docs upon insufficient scope
Changed
- Removed dependency on auth0-source-control-extension-tools, the package is not part of auth0-deploy-cli
- Removed dependency on auth-extension-tools
Deprecated
- Dropped Node.js 8 support
Fixed
- Upstream node registry
- Security fixes from updated dependencies