Skip to content
Merged

8.35.0 #1393

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
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.35.0] - 2026-05-22

### Added

- Add `AUTH0_IGNORE_DRY_RUN_FIELDS` configuration option, a map of handler type → field paths to exclude from `--dry-run` diff comparisons. Merges additively with each handler's built-in defaults so users can suppress noise from fields the Management API never returns (e.g. `client_secret`, action `secrets`, email provider `credentials.api_key`) without losing the curated defaults.
- Add `AUTH0_IGNORE_DRY_RUN_FIELDS` config option to exclude specified fields from `--dry-run` diff output per handler type. [#1385]
- Add hostnames and CIDR fields to network ACL match schema. [#1386]
- Add `ES384` and `ES512` as valid `dpop_signing_alg` values for OIDC and Okta enterprise connections (GA). [#1391]

### Deprecated

- Deprecate absolute and external file path references in config handlers; a warning is emitted when detected. Support will be removed in a future major version. [#1392]

### Fixed

- Fix keyword markers in themes not being preserved during default export configuration. [#1387]

## [8.34.0] - 2026-05-11

Expand Down Expand Up @@ -1782,7 +1794,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#1379]: https://github.com/auth0/auth0-deploy-cli/issues/1379
[#1380]: https://github.com/auth0/auth0-deploy-cli/issues/1380
[#1381]: https://github.com/auth0/auth0-deploy-cli/issues/1381
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.34.0...HEAD
[#1385]: https://github.com/auth0/auth0-deploy-cli/issues/1385
[#1386]: https://github.com/auth0/auth0-deploy-cli/issues/1386
[#1387]: https://github.com/auth0/auth0-deploy-cli/issues/1387
[#1391]: https://github.com/auth0/auth0-deploy-cli/issues/1391
[#1392]: https://github.com/auth0/auth0-deploy-cli/issues/1392
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.35.0...HEAD
[8.35.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.34.0...v8.35.0
[8.34.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.33.0...v8.34.0
[8.33.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.32.0...v8.33.0
[8.32.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.31.0...v8.32.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.34.0",
"version": "8.35.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down