Skip to content

Commit 2ce377c

Browse files
committed
chore: update CHANGELOG.v2.md
1 parent 287e1fa commit 2ce377c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

CHANGELOG.v2.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ All notable changes to this project will be documented in this file. See [standa
88
### ⚠ BREAKING CHANGES
99

1010
* ** 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.
12+
- **aws-logs**: AWS::Logs::DeliveryDestination: DeliveryDestinationType attribute removed.
13+
- **aws-s3**: AWS::S3::AccessGrantsLocation: IamRoleArn property is now required.
1214
- **aws-s3**: AWS::S3::AccessGrantsLocation: LocationScope property is now required.
15+
- **aws-servicecatalog**: AWS::ServiceCatalog::TagOptionAssociation: Id attribute removed.
1316

1417
### Features
1518

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))
1719
* update L1 CloudFormation resource definitions ([#35816](https://github.com/aws/aws-cdk/issues/35816)) ([82bef28](https://github.com/aws/aws-cdk/commit/82bef28a322a436d0c99adf8cb097008591f3952))
1820
* **agentcore:** add agentcore L2 constructs for 1p tools ([#35577](https://github.com/aws/aws-cdk/issues/35577)) ([3087ffa](https://github.com/aws/aws-cdk/commit/3087ffa33fdde85d02ec2574854856762866ca7d))
1921
* **agentcore:** add agentcore runtime L2 construct ([#35623](https://github.com/aws/aws-cdk/issues/35623)) ([c57484a](https://github.com/aws/aws-cdk/commit/c57484ababbf99b13660ab597e5738819b1855a6))
@@ -32,11 +34,6 @@ All notable changes to this project will be documented in this file. See [standa
3234
* **s3-deployment:** handle empty string in Source.data() ([#35824](https://github.com/aws/aws-cdk/issues/35824)) ([95c8d73](https://github.com/aws/aws-cdk/commit/95c8d73c3e95ae421b314101f34d422503981fb7)), closes [#35809](https://github.com/aws/aws-cdk/issues/35809)
3335
* **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)
3436

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)
39-
4037
## [2.220.0](https://github.com/aws/aws-cdk/compare/v2.219.0...v2.220.0) (2025-10-14)
4138

4239

0 commit comments

Comments
 (0)