Releases: auth0/auth0-deploy-cli
Releases · auth0/auth0-deploy-cli
5.2.1
Changes
- Fix issue with duplicate client names dropping client grants when using
AUTH0_EXCLUDED_CLIENTS
5.2.0
Fixed
- always sort custom database scripts alphabetically
5.1.6
Description
- Add new line support to JSON files generated in directory dumps
- Move write file method to common util
- Update
auth0-source-control-extension-tools
5.1.5
Fixed
- The --proxy_url option should work properly now. (Although only on Node >= 10).
5.1.4
Fixed
- Connections disabled when the client is added AUTH0_EXCLUDED_CLIENTS list.
5.1.3
Fixed
- Many entities were not being fetched via the Paging API properly.
v5.1.2
- fix exporting more than 50 roles
- Fix deploy error_pages without html field
v5.1.1
- Fix issue with fetching migrations on unsupported tenants
v5.1.0
Added
- Add support for three guardian/MFA-related features:
- Guardian Policies
- Guardian Phone factor selected provider
- Guardian Phone factor message types
- Adds support for Migrations
v5.0.0
Changed
[Breaking] Updated dependencies and deprecated support for Node versions earlier than 8 via babel@7 and dot-prop@5 [#242]
Added
Allow excluding default values for emailProvider with AUTH0_EXCLUDED_DEFAULTS [#236]
Fixed
pages: fix error when dumping error_page without html property [#247]