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
|[@aws-cdk/custom-resources:logApiResponseDataPropertyTrueDefault](#aws-cdkcustom-resourceslogapiresponsedatapropertytruedefault)| When enabled, the custom resource used for `AwsCustomResource` will configure the `logApiResponseData` property as true by default | 2.145.0 | (fix) |
74
74
|[@aws-cdk/aws-s3:keepNotificationInImportedBucket](#aws-cdkaws-s3keepnotificationinimportedbucket)| When enabled, Adding notifications to a bucket in the current stack will not remove notification from imported stack. | 2.155.0 | (fix) |
75
-
|[@aws-cdk/aws-stepfunctions-tasks:useNewS3UriParametersForBedrockInvokeModelTask](#aws-cdkaws-stepfunctions-tasksusenews3uriparametersforbedrockinvokemodeltask)| When enabled, use new props for S3 URI field in task definition of state machine for bedrock invoke model. |V2NEXT| (fix) |
75
+
|[@aws-cdk/aws-stepfunctions-tasks:useNewS3UriParametersForBedrockInvokeModelTask](#aws-cdkaws-stepfunctions-tasksusenews3uriparametersforbedrockinvokemodeltask)| When enabled, use new props for S3 URI field in task definition of state machine for bedrock invoke model. |2.156.0| (fix) |
76
76
77
77
<!-- END table -->
78
78
@@ -134,8 +134,7 @@ The following json shows the current recommended set of flags, as `cdk init` wou
@@ -179,6 +178,7 @@ are migrating a v1 CDK project to v2, explicitly set any of these flags which do
179
178
|[@aws-cdk/aws-lambda:recognizeVersionProps](#aws-cdkaws-lambdarecognizeversionprops)| Enable this feature flag to opt in to the updated logical id calculation for Lambda Version created using the `fn.currentVersion`. | (fix) | 1.106.0 |`false`|`true`|
180
179
|[@aws-cdk/aws-cloudfront:defaultSecurityPolicyTLSv1.2\_2021](#aws-cdkaws-cloudfrontdefaultsecuritypolicytlsv12_2021)| Enable this feature flag to have cloudfront distributions use the security policy TLSv1.2_2021 by default. | (fix) | 1.117.0 |`false`|`true`|
181
180
|[@aws-cdk/pipelines:reduceAssetRoleTrustScope](#aws-cdkpipelinesreduceassetroletrustscope)| Remove the root account principal from PipelineAssetsFileRole trust policy | (default) ||`false`|`true`|
181
+
|[@aws-cdk/aws-stepfunctions-tasks:useNewS3UriParametersForBedrockInvokeModelTask](#aws-cdkaws-stepfunctions-tasksusenews3uriparametersforbedrockinvokemodeltask)| When enabled, use new props for S3 URI field in task definition of state machine for bedrock invoke model. | (fix) ||`false`|`true`|
182
182
183
183
<!-- END diff -->
184
184
@@ -194,7 +194,8 @@ Here is an example of a `cdk.json` file that restores v1 behavior for these flag
Copy file name to clipboardExpand all lines: packages/aws-cdk/THIRD_PARTY_LICENSES
+2-12
Original file line number
Diff line number
Diff line change
@@ -284,16 +284,6 @@ Permission to use, copy, modify, and/or distribute this software for any purpose
284
284
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
0 commit comments