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.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,14 @@ All notable changes to this project will be documented in this file. See [standa
8
8
### ⚠ BREAKING CHANGES
9
9
10
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
-
- **aws-s3**: AWS::S3::AccessGrantsLocation: IamRoleArn property is now required.
11
+
- **aws-datazone**: AWS::DataZone::ProjectProfile: Id property removed.
- **aws-s3**: AWS::S3::AccessGrantsLocation: IamRoleArn property is now required.
12
14
- **aws-s3**: AWS::S3::AccessGrantsLocation: LocationScope property is now required.
15
+
- **aws-servicecatalog**: AWS::ServiceCatalog::TagOptionAssociation: Id attribute removed.
13
16
14
17
### Features
15
18
16
-
* **core:** cfn constructs (L1s) can now accept constructs as parameters for known resource relationships ([#35713](https://github.com/aws/aws-cdk/issues/35713)) ([c5e7f21](https://github.com/aws/aws-cdk/commit/c5e7f215565beeaf21211677b1fc8f62ba8c136a))
* **stepfunctions-tasks:** allow passing apiEndpoint as intrinsic function (under feature flag) ([#32139](https://github.com/aws/aws-cdk/issues/32139)) ([ddfef06](https://github.com/aws/aws-cdk/commit/ddfef06e6893d55f605c475dbb13bdb22efcfbaa)), closes [#29925](https://github.com/aws/aws-cdk/issues/29925) [#29925](https://github.com/aws/aws-cdk/issues/29925) [#30749](https://github.com/aws/aws-cdk/issues/30749)
34
36
35
-
36
-
### Reverts
37
-
38
-
* feat(core): cfn constructs (L1s) can now accept constructs as parameters for known resource relationships ([#35832](https://github.com/aws/aws-cdk/issues/35832)) ([36140d1](https://github.com/aws/aws-cdk/commit/36140d12c691876fa944a17749fbebe56b95dc4c)), closes [aws/aws-cdk#35713](https://github.com/aws/aws-cdk/issues/35713)
0 commit comments