Skip to content
Merged

8.42.0 #1443

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.42.0] - 2026-07-30

### Added

- Add UL identifier input support for themes and tenant settings. [#1433]
- Add `token_vault_privileged_access` support for clients. [#1430]
- Add `auth0_managed` field support for network ACLs (Curated Blocklists - EA). [#1435]
- Add Cross App Access (XAA) resource app support for connections and clients. [#1431]
- Add `cross_app_access_requesting_app` support for connections (EA). [#1422]

### Fixed

- Prevent dry-run crash on `clientAuthCredentials` handler. [#1438]
- Resolve spurious dry-run diffs for rules, themes, and hooks. [#1437]
- Strip unresolved placeholders on deploy instead of throwing. [#1436]
- Handle 403 entitlement errors for bot detection and captcha on export. [#1434]
- Warn and skip deprecated guardian phone provider on 403 during import. [#1429]
- Add `use_scope_descriptions_for_consent` to allowed tenant flags. [#1428]

## [8.41.0] - 2026-07-16

### Added
Expand Down Expand Up @@ -1876,8 +1895,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#1416]: https://github.com/auth0/auth0-deploy-cli/issues/1416
[#1417]: https://github.com/auth0/auth0-deploy-cli/issues/1417
[#1421]: https://github.com/auth0/auth0-deploy-cli/issues/1421
[#1422]: https://github.com/auth0/auth0-deploy-cli/issues/1422
[#1425]: https://github.com/auth0/auth0-deploy-cli/issues/1425
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.41.0...HEAD
[#1428]: https://github.com/auth0/auth0-deploy-cli/issues/1428
[#1429]: https://github.com/auth0/auth0-deploy-cli/issues/1429
[#1430]: https://github.com/auth0/auth0-deploy-cli/issues/1430
[#1431]: https://github.com/auth0/auth0-deploy-cli/issues/1431
[#1433]: https://github.com/auth0/auth0-deploy-cli/issues/1433
[#1434]: https://github.com/auth0/auth0-deploy-cli/issues/1434
[#1435]: https://github.com/auth0/auth0-deploy-cli/issues/1435
[#1436]: https://github.com/auth0/auth0-deploy-cli/issues/1436
[#1437]: https://github.com/auth0/auth0-deploy-cli/issues/1437
[#1438]: https://github.com/auth0/auth0-deploy-cli/issues/1438
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.42.0...HEAD
[8.42.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.41.0...v8.42.0
[8.41.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.40.0...v8.41.0
[8.40.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.39.0...v8.40.0
[8.39.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.38.0...v8.39.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-deploy-cli",
"version": "8.41.0",
"version": "8.42.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down