Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
aea859a
docs(rds): correct default StorageType in DatabaseCluster (#34530)
ykethan May 22, 2025
95f69b5
chore(bedrock): add Claude4 Sonnet, Opus (#34531)
mazyu36 May 22, 2025
9e41154
fix(rds): fix incorrect import/export combination check in AuroraMysq…
k1e1n04 May 23, 2025
a434aed
feat(ecs-patterns): add minHealthyPercent and maxHealthyPercent props…
aemada-aws May 23, 2025
bf1bb75
Merge branch 'main' into merge-back/2.198.0
mergify[bot] May 23, 2025
d604089
chore(merge-back): 2.198.0 (#34535)
mergify[bot] May 23, 2025
ce88c76
feat(appconfig): deletion protection check for configuration profile …
badmintoncryer May 23, 2025
a3a0cf0
feat(events-targets): enable opt-in to use an IAM role for SnsTopic t…
mellevanderlinde May 23, 2025
0c653d3
feat(stepfunctions-tasks): bedrock createModelCustomizationJob integr…
badmintoncryer May 23, 2025
7fa3bbd
chore: npm-check-updates && yarn upgrade (#34513)
aws-cdk-automation May 23, 2025
ef5edf5
chore(ec2): update vpc README with vpc lookup method (#34544)
GavinZZ May 23, 2025
ca065bb
fix(elasticloadbalancingv2): add validation on application listeners …
wmattei May 24, 2025
04061f2
chore(ec2): update `PrefixList.fromLookup()` to expect the result fro…
Tietew May 26, 2025
b420033
feat(eks): `Addon` support configurationValues (#34061)
phuhung273 May 26, 2025
0bce2f0
revert(ec2): update `PrefixList.fromLookup()` to expect the result fr…
GavinZZ May 27, 2025
64662b2
feat(cloudformation): update L1 CloudFormation resource definitions (…
aws-cdk-automation May 27, 2025
0810f33
chore(release): 2.199.0
May 27, 2025
bba02df
chore: update analytics metadata blueprints
aws-cdk-automation May 27, 2025
1942bcd
chore: Update CHANGELOG.v2.md
alvazjor May 27, 2025
0c5930d
chore: Update CHANGELOG.v2.alpha.md
alvazjor May 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Update CHANGELOG.v2.md
updating changelog message
  • Loading branch information
alvazjor authored and iliapolo committed May 27, 2025
commit 1942bcd647c521c00c2881703862367a98eda012
2 changes: 1 addition & 1 deletion CHANGELOG.v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. See [standa
### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

* **cloudformation:** Some L1 resources experienced breaking changes due to updated CloudFormation resources. Please check the notes for each specific module for more information.
* **aws-cdl-lib.vpc_lattice**: the `name` and `resourceConfigurationType` property in `CfnResourceConfigurationProps` has changed from optional to required. Also, the `name`, `subnetIds` and `vpcIdentifier` properties in `CfnResourceGatewayProps` have changed form optional to mandatory.
* **vpc-lattice**: the `name` and `resourceConfigurationType` property in `CfnResourceConfigurationProps` has changed from optional to required. Also, the `name`, `subnetIds` and `vpcIdentifier` properties in `CfnResourceGatewayProps` have changed from optional to mandatory.

### Features

Expand Down