Skip to content

Commit be79672

Browse files
authored
Merge pull request #1474 from awslabs/merge-back/2.101.0
chore(merge-back): 2.101.0
2 parents 847cae7 + 9ca4888 commit be79672

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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.
44

5+
## [2.101.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.100.1...v2.101.0) (2026-04-07)
6+
7+
Built on CDK 2.48.0
8+
59
## [2.100.1](https://github.com/awslabs/aws-solutions-constructs/compare/v2.100.0...v2.100.1) (2026-02-24)
610

711
Built on CDK 2.39.0
@@ -10,7 +14,6 @@ Built on CDK 2.39.0
1014

1115
Built on CDK 2.39.0
1216

13-
1417
### ⚠ BREAKING CHANGES
1518

1619
[Property validation](https://github.com/awslabs/aws-solutions-constructs/pull/1462) correctly checks incoming attributes that have not been checked in the past. Because of this, it may identify bad arguments your code is sending to launch constructs. While this will show up as a runtime or compiler error, what it actually achieves is identifying a previously undetected bug in your code. The PR has more info about what to do if this release finds invalid attributes you have been sending to Constructs.

source/release-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"patterns/@aws-solutions-constructs/*"
55
],
66
"rejectCycles": "true",
7-
"version": "2.100.1"
7+
"version": "2.101.0"
88
}

0 commit comments

Comments
 (0)