Skip to content

Commit 9f09da6

Browse files
authored
8.25.0 (#1260)
* UPDATE CHANGELOG * 8.25.0 * fix: update undici and typescript-eslint dependencies * fix: update changelog to include fixes for idle and ephemeral session lifetime handling * fix: update changelog to correct issue reference for session lifetime handling
1 parent 38239c5 commit 9f09da6

File tree

3 files changed

+109
-85
lines changed

3 files changed

+109
-85
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.25.0] - 2026-01-08
11+
12+
### Added
13+
14+
- `AUTH0_INCLUDED_CONNECTIONS` config property to include only selected `connection`. [#1242]
15+
16+
### Fixed
17+
18+
- Fix `tokenExchangeProfiles` profiles handling. [#1253]
19+
- Fix `idle_ephemeral_session_lifetime` and `ephemeral_session_lifetime` handling while importing [#1261]
20+
1021
## [8.24.0] - 2025-12-22
1122

1223
### Added
@@ -1591,9 +1602,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15911602
[#1232]: https://github.com/auth0/auth0-deploy-cli/issues/1232
15921603
[#1239]: https://github.com/auth0/auth0-deploy-cli/issues/1239
15931604
[#1240]: https://github.com/auth0/auth0-deploy-cli/issues/1240
1605+
[#1242]: https://github.com/auth0/auth0-deploy-cli/issues/1242
15941606
[#1244]: https://github.com/auth0/auth0-deploy-cli/issues/1244
15951607
[#1246]: https://github.com/auth0/auth0-deploy-cli/issues/1246
1596-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.24.0...HEAD
1608+
[#1253]: https://github.com/auth0/auth0-deploy-cli/issues/1253
1609+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.25.0...HEAD
1610+
[8.25.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.24.0...v8.25.0
15971611
[8.24.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.2...v8.24.0
15981612
[8.23.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.1...v8.23.2
15991613
[8.23.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.0...v8.23.1

0 commit comments

Comments
 (0)