Skip to content
Merged
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
2 changes: 2 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [2.216.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.215.0-alpha.0...v2.216.0-alpha.0) (2025-09-22)

## [2.215.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.214.0-alpha.0...v2.215.0-alpha.0) (2025-09-15)


Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.

## [2.216.0](https://github.com/aws/aws-cdk/compare/v2.215.0...v2.216.0) (2025-09-22)


### Features

* **apigatewayv2:** add disableSchemaValidation for Websocket api ([#35290](https://github.com/aws/aws-cdk/issues/35290)) ([bc391ce](https://github.com/aws/aws-cdk/commit/bc391ce0e2acc7714c204953cc5ca318624f721c))
* **cloudfront-origins:** response completion timeout ([#35485](https://github.com/aws/aws-cdk/issues/35485)) ([7d70bf4](https://github.com/aws/aws-cdk/commit/7d70bf488f6cef512dd680ecb2bf6e0d979eccb2))
* **elasticloadbalancingv2:** support target group health attributes ([#33351](https://github.com/aws/aws-cdk/issues/33351)) ([2de6e39](https://github.com/aws/aws-cdk/commit/2de6e39a440a0043e6fd1c4206f6f7bcda307e31)), closes [#31821](https://github.com/aws/aws-cdk/issues/31821)
* **events:** add support for Event Bus Logging Configuration ([#35201](https://github.com/aws/aws-cdk/issues/35201)) ([7ceaefb](https://github.com/aws/aws-cdk/commit/7ceaefb7442e24f0eab8eb584aedec983157b125)), closes [#35000](https://github.com/aws/aws-cdk/issues/35000)
* **route53:** add SVCB and HTTPS resource record classes ([#34744](https://github.com/aws/aws-cdk/issues/34744)) ([8be219a](https://github.com/aws/aws-cdk/commit/8be219ac4406a6eb84b4ec0f37fb31d835ffe25e)), closes [#34673](https://github.com/aws/aws-cdk/issues/34673)
* **stepfunctions-tasks:** `EmrCreateClusterOptions` support ebsRootVolumeIops, ebsRootVolumeThroughput and managedScalingPolicy ([#34677](https://github.com/aws/aws-cdk/issues/34677)) ([b3ad6f9](https://github.com/aws/aws-cdk/commit/b3ad6f974fed3597bbb36c2cd2b2eae43a6abcad)), closes [#33431](https://github.com/aws/aws-cdk/issues/33431)


### Bug Fixes

* **cloudformation-include:** aws::novalue type validation error for non-string properties ([#35425](https://github.com/aws/aws-cdk/issues/35425)) ([ce76a56](https://github.com/aws/aws-cdk/commit/ce76a56d11e11633562369e61fe950a8434b881e)), closes [#18420](https://github.com/aws/aws-cdk/issues/18420)
* **kinesisanalytics:** deprecate using KinesisAnalyticsV2 from `aws-kinesisanalytics`, use `aws-kinesisanalyticsv2` instead ([#35519](https://github.com/aws/aws-cdk/issues/35519)) ([4255b23](https://github.com/aws/aws-cdk/commit/4255b2356af288efe0c21be5adc54d0b5393a77f))
* **kms:** cannot access aliasTargetKey on an Alias imported by Alias.fromAliasName ([#35521](https://github.com/aws/aws-cdk/issues/35521)) ([c0c9933](https://github.com/aws/aws-cdk/commit/c0c9933137c29c16d5b552a371b59d8d18743ba0)), closes [#35520](https://github.com/aws/aws-cdk/issues/35520)
* **secretsmanager:** `SecretRotationApplication` creates lambda on python 3.9 which is EOL ([#35528](https://github.com/aws/aws-cdk/issues/35528)) ([756b683](https://github.com/aws/aws-cdk/commit/756b683dea9bd23acb0494eaccbd36a340375af5)), closes [#34168](https://github.com/aws/aws-cdk/issues/34168)
* **secretsmanager:** secret transformation ([#35202](https://github.com/aws/aws-cdk/issues/35202)) ([f4b26af](https://github.com/aws/aws-cdk/commit/f4b26af43985b55b4b0c36f76b478300ae9f55a0)), closes [#34168](https://github.com/aws/aws-cdk/issues/34168)

## [2.215.0](https://github.com/aws/aws-cdk/compare/v2.214.0...v2.215.0) (2025-09-15)


Expand Down
69 changes: 69 additions & 0 deletions packages/aws-cdk-lib/core/lib/analytics-data-source/classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21212,6 +21212,75 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
},
'cidrRoutingConfig': '*'
},
'SvcbRecord': {
'values': '*',
'zone': {
'hostedZoneId': '*',
'zoneName': '*',
'hostedZoneArn': '*',
'hostedZoneNameServers': '*',
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'geoLocation': '*',
'recordName': '*',
'ttl': '*',
'comment': '*',
'deleteExisting': 'boolean',
'weight': '*',
'region': '*',
'multiValueAnswer': 'boolean',
'setIdentifier': '*',
'healthCheck': {
'healthCheckId': '*',
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'cidrRoutingConfig': '*'
},
'HttpsRecord': {
'values': '*',
'target': '*',
'zone': {
'hostedZoneId': '*',
'zoneName': '*',
'hostedZoneArn': '*',
'hostedZoneNameServers': '*',
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'geoLocation': '*',
'recordName': '*',
'ttl': '*',
'comment': '*',
'deleteExisting': 'boolean',
'weight': '*',
'region': '*',
'multiValueAnswer': 'boolean',
'setIdentifier': '*',
'healthCheck': {
'healthCheckId': '*',
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'cidrRoutingConfig': '*'
},
'ZoneDelegationRecord': {
'nameServers': '*',
'zone': {
Expand Down
14 changes: 13 additions & 1 deletion packages/aws-cdk-lib/core/lib/analytics-data-source/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,10 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
"ECR_PUBLIC",
"ECR"
],
"IncludeDetail": [
"FULL",
"NONE"
],
"IncludeExecutionData": [
"ALL"
],
Expand Down Expand Up @@ -2257,6 +2261,12 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
"right",
"hidden"
],
"Level": [
"INFO",
"ERROR",
"TRACE",
"OFF"
],
"LicenseModel": [
"license-included",
"bring-your-own-license",
Expand Down Expand Up @@ -3602,7 +3612,9 @@ export const AWS_CDK_ENUMS: { [key: string]: any } = {
],
"TagMutability": [
"MUTABLE",
"IMMUTABLE"
"IMMUTABLE",
"IMMUTABLE_WITH_EXCLUSION",
"MUTABLE_WITH_EXCLUSION"
],
"TagOperation": [
"STRINGEQUALS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@
"COHERE_EMBED_MULTILINGUAL_V3",
"COHERE_EMBED_MULTILINGUAL_V3_0_512",
"DEEP_SEEK_R1_V1_0",
"DEEP_SEEK_V3_V1_0",
"OPENAI_GPT_OSS_120B_1",
"OPENAI_GPT_OSS_20B_1",
"LUMA_RAY_V2_0",
Expand Down Expand Up @@ -804,6 +805,10 @@
"MISTRAL_SMALL_V0_1",
"MISTRAL_LARGE_2_V0_1",
"MISTRAL_PIXTRAL_LARGE_2502_V1_0",
"QWEN_QWEN3_32B_V1_0",
"QWEN_QWEN3_235B_A22B_2507_V1_0",
"QWEN_QWEN3_CODER_30B_A3B_V1_0",
"QWEN_QWEN3_CODER_480B_A35B_V1_0",
"STABILITY_STABLE_DIFFUSION_XL",
"STABILITY_STABLE_DIFFUSION_XL_V0",
"STABILITY_STABLE_DIFFUSION_XL_V1",
Expand Down Expand Up @@ -3360,6 +3365,13 @@
"EXCLUDE_VARIABLE_SETS"
]
},
"aws-cdk/packages/aws-cdk-lib/aws-route53/lib/record-set.ts": {
"Alpn": [
"HTTP1_1",
"H2",
"H3"
]
},
"aws-cdk/packages/aws-cdk-lib/aws-s3/lib/bucket.ts": {
"BlockPublicAccess": [
"BLOCK_ALL",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3659,7 +3659,9 @@
],
"TagMutability": [
"MUTABLE",
"IMMUTABLE"
"IMMUTABLE",
"IMMUTABLE_WITH_EXCLUSION",
"MUTABLE_WITH_EXCLUSION"
]
},
"aws-cdk/packages/aws-cdk-lib/aws-ecs-patterns/lib/base/application-load-balanced-service-base.ts": {
Expand Down Expand Up @@ -4275,6 +4277,18 @@
"OAUTH_CLIENT_CREDENTIALS"
]
},
"aws-cdk/packages/aws-cdk-lib/aws-events/lib/event-bus.ts": {
"IncludeDetail": [
"FULL",
"NONE"
],
"Level": [
"INFO",
"ERROR",
"TRACE",
"OFF"
]
},
"aws-cdk/packages/aws-cdk-lib/aws-events/lib/input.ts": {
"InputType": [
0,
Expand Down
4 changes: 2 additions & 2 deletions version.v2.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.215.0",
"alphaVersion": "2.215.0-alpha.0"
"version": "2.216.0",
"alphaVersion": "2.216.0-alpha.0"
}
Loading