Skip to content

Commit 35e16db

Browse files
authored
8.38.0 (#1410)
* chore: update changelog for next release * 8.38.0
1 parent 675033e commit 35e16db

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.38.0] - 2026-06-25
11+
12+
### Added
13+
14+
- Add `session_transfer` delegation config support for CTE impersonation on the Client entity. [#1406]
15+
- Add `fedcm_login` support for Google One Tap / FedCM in Universal Login on the Client entity. [#1407]
16+
- Add `login-post-identifier` and `signup-post-identifier` as supported action triggers. [#1409]
17+
- Add `allow_online_access` and `allow_online_access_with_ephemeral_sessions` fields to resource server. [#1398]
18+
19+
### Fixed
20+
21+
- Fix keyword placeholder validation to allow lowercase Auth0 template variables (e.g. `@@password@@`). [#1408]
22+
- Re-apply prompt settings after branding update to prevent Authentication Profile reset. [#1404]
23+
1024
## [8.37.0] - 2026-06-17
1125

1226
### Added
@@ -1822,10 +1836,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18221836
[#1391]: https://github.com/auth0/auth0-deploy-cli/issues/1391
18231837
[#1392]: https://github.com/auth0/auth0-deploy-cli/issues/1392
18241838
[#1396]: https://github.com/auth0/auth0-deploy-cli/issues/1396
1839+
[#1398]: https://github.com/auth0/auth0-deploy-cli/issues/1398
18251840
[#1400]: https://github.com/auth0/auth0-deploy-cli/issues/1400
18261841
[#1401]: https://github.com/auth0/auth0-deploy-cli/issues/1401
18271842
[#1403]: https://github.com/auth0/auth0-deploy-cli/issues/1403
1828-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.37.0...HEAD
1843+
[#1404]: https://github.com/auth0/auth0-deploy-cli/issues/1404
1844+
[#1406]: https://github.com/auth0/auth0-deploy-cli/issues/1406
1845+
[#1407]: https://github.com/auth0/auth0-deploy-cli/issues/1407
1846+
[#1408]: https://github.com/auth0/auth0-deploy-cli/issues/1408
1847+
[#1409]: https://github.com/auth0/auth0-deploy-cli/issues/1409
1848+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.38.0...HEAD
1849+
[8.38.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.37.0...v8.38.0
18291850
[8.37.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.36.0...v8.37.0
18301851
[8.36.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.35.0...v8.36.0
18311852
[8.35.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.34.0...v8.35.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.37.0",
3+
"version": "8.38.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)