All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add support for three guardian/MFA-related features:
- Guardian Policies
- Guardian Phone factor selected provider
- Guardian Phone factor message types
- Adds support for Migrations
- [Breaking] Updated dependencies and deprecated support for Node versions earlier than 8 via babel@7 and dot-prop@5 [#242]
- Allow excluding default values for emailProvider with
AUTH0_EXCLUDED_DEFAULTS
[#236]
- pages: fix error when dumping error_page without html property [#247]
4.3.1 - 2020-05-20
- Fixed broken mkdirp package dependency
4.3.0 - 2020-05-18
-
Removed several unused dependencies:
- ajv
- e6-template-strings
- node-storage
- readline
- xregexp
4.2.2 - 2020-05-04
- Support for phone message hook added.
- Configurable connections directory with
AUTH0_CONNECTIONS_DIRECTORY
.
- Remove data from verify email example to prevent copy and paste misuse.
4.2.1 - 2020-04-06
- Fixed rules' reorder to avoid order collisions by updating
auth0-source-control-extension-tools
4.2.0 - 2020-03-28
- When importing SAML database connections, support client name in the
options.idpinitiated.client_id
property. - When exporting SAML database connections, convert client ID to client name.
4.1.0 - 2020-03-28
- When exporting a mailgun email provider, a placholder api key will be included in the export..
4.0.3 - 2020-03-18
- Programmatic usage will not complain about args. #215
4.0.2 - 2020-02-28
- Included Deploy CLI version number in User-Agent header.
- If no command line arguments are passed, the usage statement will be printed.
4.0.1 - 2020-02-05
- Update
auth0-source-control-extension-tools
- Fixed import and export errors when roles and hooks are not available
4.0.0 - 2020-01-29
- Add support for Hooks and Hook Secrets
- Update
auth0
,auth0-extension-tools
,auth0-source-control-extension-tools
, andjs-yaml
3.6.7 - 2020-01-08
- Fixed a crash when no roles are present in a tenant during an export
3.6.5 - 2019-12-19
- Add readonly flag
remove_stale_idp_attributes
3.6.4 - 2019-12-04
- Update
https-proxy-agent
andjs-yaml
3.6.3 - 2019-11-04
- Add
AUTH0_API_MAX_RETRIES
support
3.6.2 - 2019-10-18
- Fix mapping for passwordless email connection template
3.6.1 - 2019-09-27
- Removed
--verbose
option
3.6.0 - 2019-08-26
- Update
auth0-extension-tools
- Clear empty descriptions on roles
3.5.0 - 2019-08-14
- Ability to exclude connections and databases (AUTH0_EXCLUDED_CONNECTIONS & AUTH0_EXCLUDED_DATABASES)
- Excludes for yaml import
3.4.0 - 2019-07-15
- Load email template for passwordless email connection from external html file #124
- Load custom_login_page template for client from external html file #138
3.3.2 - 2019-07-11
- pin minor version of source-control-tools@~3.4.1
3.3.1 - 2019-06-13
allowed_clients
,allowed_logout_urls
,allowed_origins
andcallbacks
properties of theclient
can no longer be exported asnull
3.3.0 - 2019-04-22
- Support for roles and permissions export and import
3.2.0 - 2019-04-12
- Secrets (
rules configs
and databasesoptions.configuration
) can no longer be exported
3.1.3 - 2019-04-03
- Clearing empty tenant flags on
import
3.1.2 - 2019-03-22
3.1.1 - 2019-03-15
- Exit status code on error #107
3.1.0 - 2019-03-14
AUTH0_EXCLUDED_CLIENTS
option has been added to the config. Works similar toAUTH0_EXCLUDED_RULES
andAUTH0_EXCLUDED_RESOURCE_SERVERS
. #102
3.0.2 - 2019-03-12
- Remove empty
flags
property from tenant settings #104
3.0.1 - 2019-03-04
- fix readonly
flags.enable_sso
3.0.0 - 2019-03-04
- Options added to the config:
INCLUDED_PROPS
- enables export of properties that are excluded by default (e.g.client_secret
)EXCLUDED_PROPS
- provides ability to exclude any unwanted properties from exported objects
--strip
option has been removed fromexport
command. Now IDs will be stripped by default.AUTH0_EXPORT_IDENTIFIERS: true
or--export_ids
can be used to override.
2.3.3 - 2019-03-04
- backport readonly
flags.enable_sso
2.3.2 - 2019-03-02
- set
enable_sso
andsandbox_version
as readonly properties - alias
export = dump
andimport = deploy
for programmatic usage
2.3.1 - 2019-02-27
- convert non-integer
session_lifetime
to minutes #95 - update
auth0-source-control-extension-tools
- Fix email provider export
- Process empty arrays of databases
2.3.0 - 2019-02-21
- Empty arrays in the
tenant.yaml
(clients: []
) will now lead to deleting all relevant records from the tenant. #89 - Update environment variable explanation in READMEs. #90
- Sanitize file and folder names. #92
2.2.5 - 2019-02-04
- Fix for using the wrong proxy reference. #80
2.2.4 - 2019-01-17
- Added 'name' prop to pages examples #76
- Fix various schema validation issues. auth0-extensions/auth0-source-control-extension-tools PRs #52 thru #57
- Update package dependency which contains security vulnerabilities.