Skip to content

Releases: auth0/auth0-deploy-cli

v5.5.1

03 Mar 18:06
58513e3
Compare
Choose a tag to compare
  • Fix issues with retrieving more than 50 roles

v5.5.0

28 Jan 21:53
198ca49
Compare
Choose a tag to compare

Added

  • [CAUTH-837] add verify_email_by_code email template (#309)

v6.0.1-beta.0

15 Jan 02:21
Compare
Choose a tag to compare
v6.0.1-beta.0 Pre-release
Pre-release

Changes

Add support for Actions Beta [#295]

Actions is still in beta. v6.0.0 was published while using a branched version of the node-auth0 dependency from a git ref. This will cause issues with firewalls and it should not be published on the latest tag stream.

This release deprecated [email protected] in favor of 6.0.1-beta.0 and using the beta tag.

v5.3.2

17 Dec 16:55
83fd0a7
Compare
Choose a tag to compare

Fixed

  • Fix keyword mapping in client page templates [ESD-10528] #291

5.3.1

17 Nov 13:02
9b44071
Compare
Choose a tag to compare

Fixed

5.3.0

06 Nov 19:40
1d6f3e3
Compare
Choose a tag to compare

Fixed

  • Fix the structure of the example policies.json, and correct the guardianPolicies test to use all-applications instead of all-application [#278]
  • Fix pagination for specific API calls by bumping [email protected] [#287]

Changed

  • Return database enabled_clients in deterministic order [#281]

5.2.1

24 Sep 13:10
19c7782
Compare
Choose a tag to compare

Changes

  • Fix issue with duplicate client names dropping client grants when using AUTH0_EXCLUDED_CLIENTS

5.2.0

17 Sep 14:36
Compare
Choose a tag to compare

Fixed

  • always sort custom database scripts alphabetically

5.1.6

15 Sep 19:46
Compare
Choose a tag to compare

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

13 Aug 13:18
Compare
Choose a tag to compare

Fixed

  • The --proxy_url option should work properly now. (Although only on Node >= 10).