From 36d36591b470c6c5422faab2c6361197075ba54b Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:35:40 +0530 Subject: [PATCH 1/2] CHANGELOG updated --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 40 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae77d99f..befaf4cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add support for `brute-force-protection` in prompts custom-text. [#1221] +- Add support for `phoneTemplates`. [#1224] +- Add support for `tokenExchangeProfiles`. [#1232] + +### Fixed + +- Fix `improved_signup_bot_detection_in_classic` is added in allowed `tenant` flags. [#1231] + +### Changed + +- Upgrading `node-auth0` from v4 to v5. [#1207] + +## [8.22.0] - 2025-12-10 + +### Added + +- Add `AUTH0_EXCLUDE_THIRD_PARTY_CLIENTS` config property to exclude third-party `clients`. [#1212] + +### Fixed + +- Fix managing `Auth0 My Account API` in `resourceServers`. [#1229] +- Fix `cross_origin_auth` is deprecated and migrated to `cross_origin_authentication` in `clients`. [#1223] + +## [8.21.0] - 2025-11-21 + +### Added + +- Add support for Connection Profiles and Express Configuration on Clients. [#1204] +- Add support for ACUL GA. [#1209] +- Add support for `session_transfer` schema in `clients`. [#1211] + +### Fixed + +- Fix handle responses when paginating custom domains. [#1214] + ## [8.20.4-beta.0] - 2025-12-02 ### Changed diff --git a/package-lock.json b/package-lock.json index f1b6b22f..d7685898 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.20.4-beta.0", + "version": "8.22.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.20.4-beta.0", + "version": "8.22.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index b79e3982..1cbf07cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.20.4-beta.0", + "version": "8.22.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": { From 99c4d47f54fb41785065d1b377be6389efe48ef8 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:36:05 +0530 Subject: [PATCH 2/2] 8.23.0 --- CHANGELOG.md | 26 +++++++++++++++++++++----- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index befaf4cf..1818ecc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,20 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.23.0] - 2025-12-16 + ### Added - Add support for `brute-force-protection` in prompts custom-text. [#1221] - Add support for `phoneTemplates`. [#1224] - Add support for `tokenExchangeProfiles`. [#1232] -### Fixed - -- Fix `improved_signup_bot_detection_in_classic` is added in allowed `tenant` flags. [#1231] - ### Changed - Upgrading `node-auth0` from v4 to v5. [#1207] +### Fixed + +- Fix `improved_signup_bot_detection_in_classic` is added in allowed `tenant` flags. [#1231] + ## [8.22.0] - 2025-12-10 ### Added @@ -1554,8 +1556,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1196]: https://github.com/auth0/auth0-deploy-cli/issues/1196 [#1200]: https://github.com/auth0/auth0-deploy-cli/issues/1200 [#1203]: https://github.com/auth0/auth0-deploy-cli/issues/1203 +[#1204]: https://github.com/auth0/auth0-deploy-cli/issues/1204 [#1207]: https://github.com/auth0/auth0-deploy-cli/issues/1207 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.4-beta.0...HEAD +[#1209]: https://github.com/auth0/auth0-deploy-cli/issues/1209 +[#1211]: https://github.com/auth0/auth0-deploy-cli/issues/1211 +[#1212]: https://github.com/auth0/auth0-deploy-cli/issues/1212 +[#1214]: https://github.com/auth0/auth0-deploy-cli/issues/1214 +[#1221]: https://github.com/auth0/auth0-deploy-cli/issues/1221 +[#1223]: https://github.com/auth0/auth0-deploy-cli/issues/1223 +[#1224]: https://github.com/auth0/auth0-deploy-cli/issues/1224 +[#1229]: https://github.com/auth0/auth0-deploy-cli/issues/1229 +[#1231]: https://github.com/auth0/auth0-deploy-cli/issues/1231 +[#1232]: https://github.com/auth0/auth0-deploy-cli/issues/1232 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.0...HEAD +[8.23.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.22.0...v8.23.0 +[8.22.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.21.0...v8.22.0 +[8.21.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.4-beta.0...v8.21.0 [8.20.4-beta.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.3...v8.20.4-beta.0 [8.20.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.2...v8.20.3 [8.20.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.1...v8.20.2 diff --git a/package-lock.json b/package-lock.json index d7685898..28d569ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.22.0", + "version": "8.23.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.22.0", + "version": "8.23.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 1cbf07cc..f3008dc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.22.0", + "version": "8.23.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {