Skip to content

Commit 355109e

Browse files
authored
2 parents fa332bc + 500cd40 commit 355109e

File tree

7 files changed

+65
-5
lines changed

7 files changed

+65
-5
lines changed

CHANGELOG.v2.alpha.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.225.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.224.0-alpha.0...v2.225.0-alpha.0) (2025-11-17)
6+
57
## [2.224.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.223.0-alpha.0...v2.224.0-alpha.0) (2025-11-13)
68

79
### Features

CHANGELOG.v2.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.225.0](https://github.com/aws/aws-cdk/compare/v2.224.0...v2.225.0) (2025-11-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:
11+
12+
- **aws-dynamodb**: AWS::DynamoDB::GlobalTable: ResourcePolicy property is now required.
13+
14+
### Features
15+
16+
* update L1 CloudFormation resource definitions ([#36082](https://github.com/aws/aws-cdk/issues/36082)) ([3df1d81](https://github.com/aws/aws-cdk/commit/3df1d81014f305c21e33522aa7cd26a91a21371b))
17+
* **custom-resource:** add External ID support for AwsCustomResource ([#35252](https://github.com/aws/aws-cdk/issues/35252)) ([9f6c02b](https://github.com/aws/aws-cdk/commit/9f6c02ba7a1c5369add94d0f2c3ffe4ecadd2761)), closes [#34018](https://github.com/aws/aws-cdk/issues/34018)
18+
* **route53:** support restricting delegated zone names when using grantDelegation ([#35129](https://github.com/aws/aws-cdk/issues/35129)) ([d832aca](https://github.com/aws/aws-cdk/commit/d832aca6059a9737437d2fe9d349d79cddbb0605))
19+
20+
21+
### Bug Fixes
22+
23+
* **aws-cdk-lib:** temporary Cloud Assemblies are not cleaned up ([#36043](https://github.com/aws/aws-cdk/issues/36043)) ([1ace1ef](https://github.com/aws/aws-cdk/commit/1ace1efdca879f3e871a7f32bababfe62d8b0afc)), closes [#802](https://github.com/aws/aws-cdk/issues/802)
24+
* **cognito:** remove overly strict validation for threat protection on non-PLUS plans ([#36027](https://github.com/aws/aws-cdk/issues/36027)) ([172c65f](https://github.com/aws/aws-cdk/commit/172c65feb7f25060abf98fc704d815acfe4c9d6d)), closes [#36023](https://github.com/aws/aws-cdk/issues/36023)
25+
* **s3-deployment:** `Source.jsonData()` fails with null JSON values ([#36054](https://github.com/aws/aws-cdk/issues/36054)) ([67b85f2](https://github.com/aws/aws-cdk/commit/67b85f2e71ca59bd7dd522bb5a63fef6401e51b0)), closes [#36052](https://github.com/aws/aws-cdk/issues/36052)
26+
27+
28+
### Reverts
29+
30+
* (dynamodb) revert Table.table field to private to fix .NET naming ([#36029](https://github.com/aws/aws-cdk/issues/36029)) ([d84fce8](https://github.com/aws/aws-cdk/commit/d84fce84868157649f5a3cabbdbe06233317aacc)), closes [#36025](https://github.com/aws/aws-cdk/issues/36025) [#35554](https://github.com/aws/aws-cdk/issues/35554)
31+
532
## [2.224.0](https://github.com/aws/aws-cdk/compare/v2.223.0...v2.224.0) (2025-11-13)
633

734

packages/aws-cdk-lib/core/lib/analytics-data-source/classes.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21206,6 +21206,9 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
2120621206
'policyFragment': '*',
2120721207
'principalAccount': '*'
2120821208
}
21209+
},
21210+
{
21211+
'delegatedZoneNames': '*'
2120921212
}
2121021213
],
2121121214
'enableDnssec': [
@@ -29528,6 +29531,7 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
2952829531
'stack': '*',
2952929532
'applyRemovalPolicy': '*',
2953029533
'node': '*',
29534+
'with': '*',
2953129535
'env': {
2953229536
'account': '*',
2953329537
'region': '*'

packages/aws-cdk-lib/core/lib/analytics-data-source/enums.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3072,6 +3072,10 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
30723072
"TASK_DEFINITION",
30733073
"NONE"
30743074
],
3075+
"PropertyMergeStrategy": [
3076+
"override",
3077+
"merge"
3078+
],
30753079
"Protocol": [
30763080
"HTTP",
30773081
"HTTPS",

packages/aws-cdk-lib/core/lib/analytics-data-source/enums/module-enumlikes.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,6 +1684,8 @@
16841684
"CODEPIPELINE",
16851685
"CODESTAR_CONNECTIONS",
16861686
"CODE_CONNECTIONS",
1687+
"COGNITO_IDP",
1688+
"COGNITO_IDP_FIPS",
16871689
"COMPREHEND",
16881690
"COMPREHEND_MEDICAL",
16891691
"COMPUTE_OPTIMIZER",
@@ -2635,7 +2637,8 @@
26352637
"VER_3_08_2",
26362638
"VER_3_09_0",
26372639
"VER_3_10_0",
2638-
"VER_3_10_1"
2640+
"VER_3_10_1",
2641+
"VER_3_11_0"
26392642
],
26402643
"AuroraPostgresEngineVersion": [
26412644
"VER_9_6_8",
@@ -2860,6 +2863,7 @@
28602863
"VER_10_6_20",
28612864
"VER_10_6_21",
28622865
"VER_10_6_22",
2866+
"VER_10_6_23",
28632867
"VER_10_11",
28642868
"VER_10_11_4",
28652869
"VER_10_11_5",
@@ -2870,10 +2874,12 @@
28702874
"VER_10_11_10",
28712875
"VER_10_11_11",
28722876
"VER_10_11_13",
2877+
"VER_10_11_14",
28732878
"VER_11_4_3",
28742879
"VER_11_4_4",
28752880
"VER_11_4_5",
28762881
"VER_11_4_7",
2882+
"VER_11_4_8",
28772883
"VER_11_8_3"
28782884
],
28792885
"MysqlEngineVersion": [
@@ -2960,7 +2966,8 @@
29602966
"VER_8_4_3",
29612967
"VER_8_4_4",
29622968
"VER_8_4_5",
2963-
"VER_8_4_6"
2969+
"VER_8_4_6",
2970+
"VER_8_4_7"
29642971
],
29652972
"PostgresEngineVersion": [
29662973
"VER_9_5",
@@ -3054,6 +3061,7 @@
30543061
"VER_11_22_RDS_20240808",
30553062
"VER_11_22_RDS_20241121",
30563063
"VER_11_22_RDS_20250508",
3064+
"VER_11_22_RDS_20250814",
30573065
"VER_12",
30583066
"VER_12_2",
30593067
"VER_12_3",
@@ -3076,7 +3084,9 @@
30763084
"VER_12_20",
30773085
"VER_12_21",
30783086
"VER_12_22",
3087+
"VER_12_22_RDS_20250220",
30793088
"VER_12_22_RDS_20250508",
3089+
"VER_12_22_RDS_20250814",
30803090
"VER_13",
30813091
"VER_13_1",
30823092
"VER_13_2",
@@ -3100,6 +3110,7 @@
31003110
"VER_13_20",
31013111
"VER_13_21",
31023112
"VER_13_22",
3113+
"VER_13_23",
31033114
"VER_14",
31043115
"VER_14_1",
31053116
"VER_14_2",
@@ -3120,6 +3131,7 @@
31203131
"VER_14_17",
31213132
"VER_14_18",
31223133
"VER_14_19",
3134+
"VER_14_20",
31233135
"VER_15",
31243136
"VER_15_2",
31253137
"VER_15_3",
@@ -3134,6 +3146,7 @@
31343146
"VER_15_12",
31353147
"VER_15_13",
31363148
"VER_15_14",
3149+
"VER_15_15",
31373150
"VER_16",
31383151
"VER_16_1",
31393152
"VER_16_2",
@@ -3145,13 +3158,17 @@
31453158
"VER_16_8",
31463159
"VER_16_9",
31473160
"VER_16_10",
3161+
"VER_16_11",
31483162
"VER_17",
31493163
"VER_17_1",
31503164
"VER_17_2",
31513165
"VER_17_3",
31523166
"VER_17_4",
31533167
"VER_17_5",
3154-
"VER_17_6"
3168+
"VER_17_6",
3169+
"VER_17_7",
3170+
"VER_18",
3171+
"VER_18_1"
31553172
],
31563173
"OracleLegacyEngineVersion": [
31573174
"VER_11_2",

packages/aws-cdk-lib/core/lib/analytics-data-source/enums/module-enums.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,12 @@
10211021
"DryRun"
10221022
]
10231023
},
1024+
"aws-cdk/packages/@aws-cdk/mixins-preview/lib/mixins/property-mixins.ts": {
1025+
"PropertyMergeStrategy": [
1026+
"override",
1027+
"merge"
1028+
]
1029+
},
10241030
"aws-cdk/packages/aws-cdk-lib/assets/lib/fs/follow-mode.ts": {
10251031
"FollowMode": [
10261032
"never",

version.v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.224.0",
3-
"alphaVersion": "2.224.0-alpha.0"
2+
"version": "2.225.0",
3+
"alphaVersion": "2.225.0-alpha.0"
44
}

0 commit comments

Comments
 (0)