You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.v2.alpha.md
+10
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
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.
***apprunner:** throw ValidationError instead of untyped errors ([#33914](https://github.com/aws/aws-cdk/issues/33914)) ([38f89af](https://github.com/aws/aws-cdk/commit/38f89afe2ffdf67b0918e38f861166bdb0f8738f))
11
+
***ec2:** adding `placementGroup` to `LaunchTemplateProps` and `LaunchTemplate` ([#33726](https://github.com/aws/aws-cdk/issues/33726)) ([e5f71db](https://github.com/aws/aws-cdk/commit/e5f71db53ce985172e565eb9da5692d77ab7b268)), closes [#33721](https://github.com/aws/aws-cdk/issues/33721)
12
+
***ec2:** support the new `SupportedRegions` property for `AWS::EC2::VPCEndpointService` ([#33959](https://github.com/aws/aws-cdk/issues/33959)) ([0c77cb6](https://github.com/aws/aws-cdk/commit/0c77cb627e1e7e729205624a9603331f5442af8e))
13
+
***iot:** backfill enum values in iot module ([#33969](https://github.com/aws/aws-cdk/issues/33969)) ([2a8a8a3](https://github.com/aws/aws-cdk/commit/2a8a8a36ed872f7f3de4b24fd7d9c874a3da9dbf))
Copy file name to clipboardExpand all lines: CHANGELOG.v2.md
+21
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,27 @@
2
2
3
3
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.
* **cx-api:** declare support for CDK_TOOLKIT_VERSION env var ([#33963](https://github.com/aws/aws-cdk/issues/33963)) ([22dc717](https://github.com/aws/aws-cdk/commit/22dc717f8884f18c8afbc5367f40f0e733ce7a6e))
* **lambda-event-sources:** starting position timestamp for kafka ([#31439](https://github.com/aws/aws-cdk/issues/31439)) ([5077d8a](https://github.com/aws/aws-cdk/commit/5077d8abe0a776c6b3e762c2d1f38f0da2003b48)), closes [#31808](https://github.com/aws/aws-cdk/issues/31808)
16
+
* show friendly display names for assets ([#33844](https://github.com/aws/aws-cdk/issues/33844)) ([4e958d4](https://github.com/aws/aws-cdk/commit/4e958d41f2825fd9c20ae27643aefd4c11d7aa8e))
17
+
18
+
19
+
### Bug Fixes
20
+
21
+
* **cognito:** fix logging behaviour for user pool client custom resource ([#33983](https://github.com/aws/aws-cdk/issues/33983)) ([d02e64a](https://github.com/aws/aws-cdk/commit/d02e64aac18a72195ddcdb973defea7f32382c33))
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -93,8 +93,8 @@ Flags come in three types:
93
93
|[@aws-cdk/aws-s3:setUniqueReplicationRoleName](#aws-cdkaws-s3setuniquereplicationrolename)| When enabled, CDK will automatically generate a unique role name that is used for s3 object replication. | 2.182.0 | (fix) |
94
94
|[@aws-cdk/pipelines:reduceStageRoleTrustScope](#aws-cdkpipelinesreducestageroletrustscope)| Remove the root account principal from Stage addActions trust policy | 2.184.0 | (default) |
95
95
|[@aws-cdk/aws-events:requireEventBusPolicySid](#aws-cdkaws-eventsrequireeventbuspolicysid)| When enabled, grantPutEventsTo() will use resource policies with Statement IDs for service principals. | 2.186.0 | (fix) |
96
-
|[@aws-cdk/aws-dynamodb:retainTableReplica](#aws-cdkaws-dynamodbretaintablereplica)| When enabled, table replica will be default to the removal policy of source table unless specified otherwise. |V2NEXT| (fix) |
97
-
|[@aws-cdk/cognito:logUserPoolClientSecretValue](#aws-cdkcognitologuserpoolclientsecretvalue)| When enabled, the value of the user pool client secret will be logged in the custom resource lambda function logs. |V2NEXT| (default) |
96
+
|[@aws-cdk/aws-dynamodb:retainTableReplica](#aws-cdkaws-dynamodbretaintablereplica)| When enabled, table replica will be default to the removal policy of source table unless specified otherwise. |2.187.0| (fix) |
97
+
|[@aws-cdk/cognito:logUserPoolClientSecretValue](#aws-cdkcognitologuserpoolclientsecretvalue)| When disabled, the value of the user pool client secret will not be logged in the custom resource lambda function logs. |2.187.0| (default) |
98
98
99
99
<!-- END table -->
100
100
@@ -1781,7 +1781,7 @@ When enabled, table replica will be default to the removal policy of source tabl
1781
1781
| Since | Default | Recommended |
1782
1782
| ----- | ----- | ----- |
1783
1783
| (not in v1) | | |
1784
-
| V2NEXT | `false` | `true` |
1784
+
| 2.187.0 | `false` | `true` |
1785
1785
1786
1786
1787
1787
### @aws-cdk/cognito:logUserPoolClientSecretValue
@@ -1798,7 +1798,7 @@ resource lambda function logs.
1798
1798
| Since | Default | Recommended |
1799
1799
| ----- | ----- | ----- |
1800
1800
| (not in v1) | | |
1801
-
| V2NEXT | `false` | `false` |
1801
+
| 2.187.0 | `false` | `false` |
1802
1802
1803
1803
**Compatibility with old behavior:** Enable the feature flag to keep the old behavior and log the client secret values
0 commit comments