File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 8.12.0] - 2025-07-30
11
+
12
+ ### Added
13
+
14
+ - Add DPoP support for proof-of-possession mechanism in ` resourceServers ` [ #1132 ]
15
+
16
+ ### Fixed
17
+
18
+ - Fix update enabled clients pagination for ` connections ` and ` databases ` . [ #1127 ]
19
+ - Fix request throttling for ` forms ` and ` flows ` . [ #1133 ]
20
+ - Fix logging and scope validation for ` connections ` and ` databases ` . [ #1134 ]
21
+
10
22
## [ 8.11.0] - 2025-07-15
11
23
12
24
### Added
@@ -1378,7 +1390,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1378
1390
[ #1121 ] : https://github.com/auth0/auth0-deploy-cli/issues/1121
1379
1391
[ #1123 ] : https://github.com/auth0/auth0-deploy-cli/issues/1123
1380
1392
[ #1124 ] : https://github.com/auth0/auth0-deploy-cli/issues/1124
1381
- [ Unreleased ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.11.0...HEAD
1393
+ [ #1127 ] : https://github.com/auth0/auth0-deploy-cli/issues/1127
1394
+ [ #1132 ] : https://github.com/auth0/auth0-deploy-cli/issues/1132
1395
+ [ #1133 ] : https://github.com/auth0/auth0-deploy-cli/issues/1133
1396
+ [ #1134 ] : https://github.com/auth0/auth0-deploy-cli/issues/1134
1397
+ [ Unreleased ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.12.0...HEAD
1398
+ [ 8.12.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.11.0...v8.12.0
1382
1399
[ 8.11.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.10.0...v8.11.0
1383
1400
[ 8.10.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.9.0...v8.10.0
1384
1401
[ 8.9.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.8.3...v8.9.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " auth0-deploy-cli" ,
3
- "version" : " 8.11 .0" ,
3
+ "version" : " 8.12 .0" ,
4
4
"description" : " A command line tool for deploying updates to your Auth0 tenant" ,
5
5
"main" : " lib/index.js" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments