Skip to content

Releases: auth0/auth0-deploy-cli

v7.3.3

26 Jan 21:54
d4069e8
Compare
Choose a tag to compare
  • Fix pagination [#400]
  • Security fixes from dependencies [#400]

v7.3.2

14 Dec 18:54
Compare
Choose a tag to compare
  • Fixes dependency security issues [#393]

v7.3.1

21 Sep 20:31
Compare
Choose a tag to compare

Fixed

  • Error when authenticating with AUTH0_CLIENT_ID and AUTH0_CLIENT_SECRET with Node.js prior to v14

v7.3.0

20 Sep 23:33
d7a9941
Compare
Choose a tag to compare

Added

  • Allow set of AUTH0_AUDIENCE for custom domain [#379] (credit @AliBazzi)

Fixed

  • Load file configured in customScripts for DB Connections [#367] (credit @skukx)

Security

  • Security fixes from dependencies

v7.2.1

23 Aug 15:25
227c7d0
Compare
Choose a tag to compare

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

14 Jul 13:22
fe87b09
Compare
Choose a tag to compare

Added

  • Add runtime property for actions [#364]

v7.1.1

24 Jun 00:02
e96849c
Compare
Choose a tag to compare

Added

  • Export tools module

Fixed

  • Fix exception when actions is undefined [#361]
  • yargs should not be called when required as a module

v7.1.0

23 Jun 20:13
6a7913d
Compare
Choose a tag to compare

Changed

v7.0.0

14 Jun 15:06
614b515
Compare
Choose a tag to compare

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

v5.6.0

14 Jun 15:01
6a368a7
Compare
Choose a tag to compare
  • Fix issue with ManagementClient retries not enabled as intended
  • Security updates with dependencies