|
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. |
4 | 4 |
|
| 5 | +## [2.221.1](https://github.com/aws/aws-cdk/compare/v2.221.0...v2.221.1) (2025-10-29) |
| 6 | + |
| 7 | + |
| 8 | +### Bug Fixes |
| 9 | + |
| 10 | +* compilation failure in Go ([#35871](https://github.com/aws/aws-cdk/issues/35871)) ([4379f66](https://github.com/aws/aws-cdk/commit/4379f66f42ee9adaffbc2836399c75f86d6bf784)), closes [aws/aws-cdk#35770](https://github.com/aws/aws-cdk/issues/35770) [#35862](https://github.com/aws/aws-cdk/issues/35862) |
| 11 | + |
5 | 12 | ## [2.221.0](https://github.com/aws/aws-cdk/compare/v2.220.0...v2.221.0) (2025-10-24) |
6 | 13 |
|
7 | 14 |
|
8 | 15 | ### ⚠ BREAKING CHANGES |
9 | 16 |
|
10 | 17 | * ** 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 | 18 | - **aws-datazone**: AWS::DataZone::ProjectProfile: Id property removed. |
12 | | -- **aws-logs**: AWS::Logs::DeliveryDestination: DeliveryDestinationType attribute removed. |
| 19 | +- **aws-logs**: AWS::Logs::DeliveryDestination: DeliveryDestinationType attribute removed. |
13 | 20 | - **aws-s3**: AWS::S3::AccessGrantsLocation: IamRoleArn property is now required. |
14 | 21 | - **aws-s3**: AWS::S3::AccessGrantsLocation: LocationScope property is now required. |
15 | 22 | - **aws-servicecatalog**: AWS::ServiceCatalog::TagOptionAssociation: Id attribute removed. |
@@ -39,16 +46,16 @@ All notable changes to this project will be documented in this file. See [standa |
39 | 46 |
|
40 | 47 | ### ⚠ BREAKING CHANGES |
41 | 48 |
|
42 | | -* ** |
| 49 | +* ** |
43 | 50 | 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: |
44 | 51 |
|
45 | | -- **aws-neptune**: AWS::Neptune::EventSubscription: SnsTopicArn property is now required. |
46 | | -- **aws-neptune**: AWS::Neptune::EventSubscription: Id attribute removed. |
| 52 | +- **aws-neptune**: AWS::Neptune::EventSubscription: SnsTopicArn property is now required. |
| 53 | +- **aws-neptune**: AWS::Neptune::EventSubscription: Id attribute removed. |
47 | 54 | - **aws-servicecatalog**: AWS::ServiceCatalog::PortfolioShare: Id attribute removed. |
48 | 55 | - **aws-lex**: AWS::Lex::ResourcePolicy: ResourceArn property is now immutable. |
49 | 56 |
|
50 | 57 | Co-authored-by: aws-cdk-automation <aws-cdk-automation@users.noreply.github.com> |
51 | | -* ** |
| 58 | +* ** |
52 | 59 | ### Features |
53 | 60 |
|
54 | 61 | * **batch:** ec2 Managed Compute Environment support default instance classes, deprecate `useOptimalInstanceClasses` ([#35537](https://github.com/aws/aws-cdk/issues/35537)) ([9d59dd8](https://github.com/aws/aws-cdk/commit/9d59dd8676bdfbba6f562d82411a527e1f7b6296)), closes [#35515](https://github.com/aws/aws-cdk/issues/35515) |
|
0 commit comments