From c400baf207a6dbe151e583bb6b076e1341d728f2 Mon Sep 17 00:00:00 2001 From: Kiran Kumar Date: Tue, 3 Mar 2026 14:26:50 +0530 Subject: [PATCH 1/3] feat(changelog): update for v1.28.0 release - Added new features: - JHipster support in `auth0 quickstarts setup` command. - Bot detection commands via `auth0 protection bot-detection` (show, update). - Fastify support in `auth0 quickstarts setup` command. - Fixed issues: - Unintended boolean values clearing in update commands. - Empty string elements from IDs slice in delete commands. This update documents the changes made for the v1.28.0 release, ensuring users are informed of new functionalities and fixes. --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99edd18ab..c8dcb47bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +# [v.1.28.0](https://github.com/auth0/auth0-cli/tree/v1.28.0) (March 03, 2026) + +[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.27.2...v1.28.0) + +### Added +- Add JHipster support in `auth0 quickstarts setup` command [#1452] +- Add bot detection commands via `auth0 protection bot-detection` (show, update) [#1435] +- Add Fastify support in `auth0 quickstarts setup` command [#1449] + +### Fixed +- Fix unintended boolean values clearing in update commands [#1442] +- Fix empty string elements from IDs slice in delete commands [#1451] + + # [v.1.27.2](https://github.com/auth0/auth0-cli/tree/v1.27.2) (February 14, 2026) [Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.27.1...v1.27.2) @@ -686,7 +700,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updating of action triggers which inevitably results in error [#597] -[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.27.2...HEAD +[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.28.0...HEAD +[#1452]: https://github.com/auth0/auth0-cli/pull/1452 +[#1451]: https://github.com/auth0/auth0-cli/pull/1451 +[#1449]: https://github.com/auth0/auth0-cli/pull/1449 +[#1442]: https://github.com/auth0/auth0-cli/pull/1442 +[#1435]: https://github.com/auth0/auth0-cli/pull/1435 [#1440]: https://github.com/auth0/auth0-cli/pull/1440 [#1437]: https://github.com/auth0/auth0-cli/pull/1437 [#1428]: https://github.com/auth0/auth0-cli/pull/1428 From 52d1e93dd6b21890b63adba9d7faf8774c6a71ef Mon Sep 17 00:00:00 2001 From: KIRAN KUMAR B Date: Tue, 3 Mar 2026 15:27:19 +0530 Subject: [PATCH 2/3] Remove for bot detection sub-commands from changelog Co-authored-by: Ramya Anusri <62586490+ramya18101@users.noreply.github.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8dcb47bb..0fef30090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add JHipster support in `auth0 quickstarts setup` command [#1452] - Add bot detection commands via `auth0 protection bot-detection` (show, update) [#1435] ++ Add bot detection commands via `auth0 protection bot-detection`[#1435] - Add Fastify support in `auth0 quickstarts setup` command [#1449] ### Fixed From 78aaedf5eee60f9a2f6aadcdc409a00d3baa4805 Mon Sep 17 00:00:00 2001 From: Kiran Kumar Date: Tue, 3 Mar 2026 15:29:43 +0530 Subject: [PATCH 3/3] refactor(changelog): update bot detection command description --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fef30090..640d115ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add JHipster support in `auth0 quickstarts setup` command [#1452] -- Add bot detection commands via `auth0 protection bot-detection` (show, update) [#1435] -+ Add bot detection commands via `auth0 protection bot-detection`[#1435] +- Add bot detection `auth0 protection bot-detection` in attack protection [#1435] - Add Fastify support in `auth0 quickstarts setup` command [#1449] ### Fixed