Skip to content

Commit e245f16

Browse files
authored
8.42.0 (#1443)
* chore: update changelog for next release * 8.42.0
1 parent c288800 commit e245f16

2 files changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.42.0] - 2026-07-30
11+
12+
### Added
13+
14+
- Add UL identifier input support for themes and tenant settings. [#1433]
15+
- Add `token_vault_privileged_access` support for clients. [#1430]
16+
- Add `auth0_managed` field support for network ACLs (Curated Blocklists - EA). [#1435]
17+
- Add Cross App Access (XAA) resource app support for connections and clients. [#1431]
18+
- Add `cross_app_access_requesting_app` support for connections (EA). [#1422]
19+
20+
### Fixed
21+
22+
- Prevent dry-run crash on `clientAuthCredentials` handler. [#1438]
23+
- Resolve spurious dry-run diffs for rules, themes, and hooks. [#1437]
24+
- Strip unresolved placeholders on deploy instead of throwing. [#1436]
25+
- Handle 403 entitlement errors for bot detection and captcha on export. [#1434]
26+
- Warn and skip deprecated guardian phone provider on 403 during import. [#1429]
27+
- Add `use_scope_descriptions_for_consent` to allowed tenant flags. [#1428]
28+
1029
## [8.41.0] - 2026-07-16
1130

1231
### Added
@@ -1876,8 +1895,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18761895
[#1416]: https://github.com/auth0/auth0-deploy-cli/issues/1416
18771896
[#1417]: https://github.com/auth0/auth0-deploy-cli/issues/1417
18781897
[#1421]: https://github.com/auth0/auth0-deploy-cli/issues/1421
1898+
[#1422]: https://github.com/auth0/auth0-deploy-cli/issues/1422
18791899
[#1425]: https://github.com/auth0/auth0-deploy-cli/issues/1425
1880-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.41.0...HEAD
1900+
[#1428]: https://github.com/auth0/auth0-deploy-cli/issues/1428
1901+
[#1429]: https://github.com/auth0/auth0-deploy-cli/issues/1429
1902+
[#1430]: https://github.com/auth0/auth0-deploy-cli/issues/1430
1903+
[#1431]: https://github.com/auth0/auth0-deploy-cli/issues/1431
1904+
[#1433]: https://github.com/auth0/auth0-deploy-cli/issues/1433
1905+
[#1434]: https://github.com/auth0/auth0-deploy-cli/issues/1434
1906+
[#1435]: https://github.com/auth0/auth0-deploy-cli/issues/1435
1907+
[#1436]: https://github.com/auth0/auth0-deploy-cli/issues/1436
1908+
[#1437]: https://github.com/auth0/auth0-deploy-cli/issues/1437
1909+
[#1438]: https://github.com/auth0/auth0-deploy-cli/issues/1438
1910+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.42.0...HEAD
1911+
[8.42.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.41.0...v8.42.0
18811912
[8.41.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.40.0...v8.41.0
18821913
[8.40.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.39.0...v8.40.0
18831914
[8.39.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.38.0...v8.39.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-deploy-cli",
3-
"version": "8.41.0",
3+
"version": "8.42.0",
44
"description": "A command line tool for deploying updates to your Auth0 tenant",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)