Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c68f2f5
fix(spec2cdk): throw on unrecognized uppercase prefix in event patter…
gasolima Mar 19, 2026
af1e89c
feat(synthetics): add enum value for Synthetics Canary NodeJS 3.1 run…
bilalq Mar 19, 2026
d58a4f5
chore(deps): bump the npm_and_yarn group across 2 directories with 1 …
dependabot[bot] Mar 19, 2026
73e5006
fix(eks): throw error when kubectl subnets are isolated (#37217)
Abogical Mar 19, 2026
262e8a7
feat(s3): add blockedEncryptionTypes field to s3.Bucket (#37047)
ysthakur Mar 19, 2026
f18a4e2
chore(elbv2): add post-quantum cryptography SSL policies (#36297)
pahud Mar 19, 2026
8acdbb5
Merge branch 'main' into merge-back/2.244.0
mergify[bot] Mar 19, 2026
a4b165a
chore(merge-back): 2.244.0 (#37293)
mergify[bot] Mar 19, 2026
030e2b8
docs: make clear that Mixins mechanism is not preview anymore (#37291)
rix0rrr Mar 19, 2026
7e68304
chore(mixins-preview): add unit test and readme for the standalone ev…
gasolima Mar 19, 2026
2696cd1
feat(s3tables-alpha): add support for partition spec, sort order, and…
olenarostotskyy Mar 19, 2026
5104256
fix: construct errors are rendered in a messy way (#37290)
rix0rrr Mar 19, 2026
b4bca75
fix(rds): enablePerformanceInsights false is ignored when other perfo…
mazyu36 Mar 20, 2026
093de92
fix(aws-cdk-lib): toolkit is unaware of CDK app errors (#37294)
rix0rrr Mar 20, 2026
e8786f5
feat(s3tables): add metrics configuration support for TableBucket (#3…
olenarostotskyy Mar 20, 2026
08b9280
chore(deps): bump the npm_and_yarn group across 3 directories with 2 …
dependabot[bot] Mar 21, 2026
f0b6da8
feat(core): add source tracing for L1 construct property mutations (#…
otaviomacedo Mar 23, 2026
b72ffcc
feat(autoscaling): add instanceLifecyclePolicy support to AutoScaling…
matoom-nomu Mar 24, 2026
293ce90
fix(mixin): use withMixin in Stack to set mixin metadata in its const…
Abogical Mar 24, 2026
ac3eadc
chore(deps): update integ runner and cloud assembly versions to inclu…
cogwirrel Mar 25, 2026
c0849ea
feat(ecr-assets): add support for docker build context (#36930)
cogwirrel Mar 25, 2026
9bf4263
fix(lambda-nodejs): use direct spawn for local bundling (#37292)
Abogical Mar 25, 2026
55322ba
chore(s3): use BucketReflection for L1-backed property access (#37210)
mrgrain Mar 25, 2026
cd0df14
feat(cloudfront): use JavaScript runtime 2.0 as the default for Cloud…
badmintoncryer Mar 25, 2026
fc59d21
chore(deps): bump the npm_and_yarn group across 3 directories with 1 …
dependabot[bot] Mar 25, 2026
69c8944
feat(s3tables): implement ITaggableV2 on TableBucket and Table L2 con…
mgarbvs Mar 26, 2026
fa21e62
fix(lambda): fix typo in addPermission() warning message (#37365)
syukawa-gh Mar 26, 2026
6cdf84a
feat: update L1 CloudFormation resource definitions (#37332)
aws-cdk-automation Mar 26, 2026
09e3daf
chore(deps): bump handlebars from 4.7.8 to 4.7.9 in the npm_and_yarn …
dependabot[bot] Mar 27, 2026
25b61db
chore(release): 2.245.0
Mar 27, 2026
eddb6b6
chore: update analytics metadata blueprints
aws-cdk-automation Mar 27, 2026
fd3c95e
docs(s3tables-alpha): fix changelog
aws-cdk-automation Mar 27, 2026
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
9 changes: 9 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [2.245.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.244.0-alpha.0...v2.245.0-alpha.0) (2026-03-27)


### Features

* **s3tables-alpha:** add support for partition spec, sort order, and table properties ([#36811](https://github.com/aws/aws-cdk/issues/36811)) ([2696cd1](https://github.com/aws/aws-cdk/commit/2696cd16e8e2edc8d40f1443b9c87eb6171e5d1f))
* **s3tables-alpha:** add metrics configuration support for TableBucket ([#37275](https://github.com/aws/aws-cdk/issues/37275)) ([e8786f5](https://github.com/aws/aws-cdk/commit/e8786f5d782d906971f933a2d6d432309d5384d7))
* **s3tables-alpha:** implement ITaggableV2 on TableBucket and Table L2 constructs ([#37277](https://github.com/aws/aws-cdk/issues/37277)) ([69c8944](https://github.com/aws/aws-cdk/commit/69c8944ea3f4abf0f4218af2fc42c8e862e8cad3)), closes [#33054](https://github.com/aws/aws-cdk/issues/33054)

## [2.244.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.243.0-alpha.0...v2.244.0-alpha.0) (2026-03-19)


Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.

## [2.245.0](https://github.com/aws/aws-cdk/compare/v2.244.0...v2.245.0) (2026-03-27)


### Features

* update L1 CloudFormation resource definitions ([#37332](https://github.com/aws/aws-cdk/issues/37332)) ([6cdf84a](https://github.com/aws/aws-cdk/commit/6cdf84aa9a50ef41dae54f14c2bcf4f48d46dbd1))
* **autoscaling:** add instanceLifecyclePolicy support to AutoScalingGroup Property ([#36434](https://github.com/aws/aws-cdk/issues/36434)) ([b72ffcc](https://github.com/aws/aws-cdk/commit/b72ffcc343a7bff1745dfea4d1e8de4a0d6b998e))
* **cloudfront:** use JavaScript runtime 2.0 as the default for CloudFront Functions (under feature flag) ([#35941](https://github.com/aws/aws-cdk/issues/35941)) ([cd0df14](https://github.com/aws/aws-cdk/commit/cd0df148fdb0d48b14d7d161641519942083b879))
* **core:** add source tracing for L1 construct property mutations ([#37285](https://github.com/aws/aws-cdk/issues/37285)) ([f0b6da8](https://github.com/aws/aws-cdk/commit/f0b6da82b49da6611f871b67497db8d5004738a2))
* **ecr-assets:** add support for docker build context ([#36930](https://github.com/aws/aws-cdk/issues/36930)) ([c0849ea](https://github.com/aws/aws-cdk/commit/c0849ea241c8f8707b26f07239aa1078b196bf1c)), closes [#31598](https://github.com/aws/aws-cdk/issues/31598)
* **s3:** add blockedEncryptionTypes field to s3.Bucket ([#37047](https://github.com/aws/aws-cdk/issues/37047)) ([262e8a7](https://github.com/aws/aws-cdk/commit/262e8a76e7f50cefeceff265c7d135f35c0d520f)), closes [#36988](https://github.com/aws/aws-cdk/issues/36988)
* **synthetics:** add enum value for Synthetics Canary NodeJS 3.1 runtime ([#37282](https://github.com/aws/aws-cdk/issues/37282)) ([af1e89c](https://github.com/aws/aws-cdk/commit/af1e89cbf7d9d96f0c23f05fb8bdca0e9d442b7d)), closes [/docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_Nodejs.html#CloudWatch_Synthetics_runtimeversion-syn-nodejs-3](https://github.com/aws//docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_Nodejs.html/issues/CloudWatch_Synthetics_runtimeversion-syn-nodejs-3)


### Bug Fixes

* **aws-cdk-lib:** toolkit is unaware of CDK app errors ([#37294](https://github.com/aws/aws-cdk/issues/37294)) ([093de92](https://github.com/aws/aws-cdk/commit/093de927b4b5d0d0ad5c68580af1c7e7f56e12c6))
* **eks:** throw error when kubectl subnets are isolated ([#37217](https://github.com/aws/aws-cdk/issues/37217)) ([73e5006](https://github.com/aws/aws-cdk/commit/73e50061168fc147d6af5fb60917ef003d385fd2)), closes [#26613](https://github.com/aws/aws-cdk/issues/26613)
* **lambda:** fix typo in addPermission() warning message ([#37365](https://github.com/aws/aws-cdk/issues/37365)) ([fa21e62](https://github.com/aws/aws-cdk/commit/fa21e623484ad1ed191e542e93b16811a8ef08b6))
* **lambda-nodejs:** use direct spawn for local bundling ([#37292](https://github.com/aws/aws-cdk/issues/37292)) ([9bf4263](https://github.com/aws/aws-cdk/commit/9bf4263ea631cae7c0cfff8872ec4fb3a3164cc1))
* **mixin:** use withMixin in Stack to set mixin metadata in its constructs ([#37269](https://github.com/aws/aws-cdk/issues/37269)) ([293ce90](https://github.com/aws/aws-cdk/commit/293ce907d6c01e91e7f78bf9590e05aef4ae89a7)), closes [/github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/core/lib/mixins/private/mixin-metadata.ts#L30](https://github.com/aws//github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/core/lib/mixins/private/mixin-metadata.ts/issues/L30)
* **rds:** enablePerformanceInsights false is ignored when other performance insight properties are set ([#37287](https://github.com/aws/aws-cdk/issues/37287)) ([b4bca75](https://github.com/aws/aws-cdk/commit/b4bca75d23832576840e6780bf5a62c260761cd7)), closes [#37051](https://github.com/aws/aws-cdk/issues/37051)
* construct errors are rendered in a messy way ([#37290](https://github.com/aws/aws-cdk/issues/37290)) ([5104256](https://github.com/aws/aws-cdk/commit/5104256853a1cede1494ff065e9ce7abbce69e58))
* **spec2cdk:** throw on unrecognized uppercase prefix in event pattern ([#37283](https://github.com/aws/aws-cdk/issues/37283)) ([c68f2f5](https://github.com/aws/aws-cdk/commit/c68f2f5961b24fba3f4a4b769e355b00d91fd6a1))

## [2.244.0](https://github.com/aws/aws-cdk/compare/v2.243.0...v2.244.0) (2026-03-19)


Expand Down
2 changes: 2 additions & 0 deletions aws-cdk.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"jest.runMode": {
"type": "on-demand"
},
"eslint.useFlatConfig": true,
"eslint.format.enable": true,
"jest.virtualFolders": [
{
"name": "aws-cdk-lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk-testing/framework-integ/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "^2.196.1",
"@aws-cdk/integ-runner": "^2.197.1",
"@aws-cdk/pkglint": "0.0.0",
"@aws-sdk/client-acm": "3.632.0",
"@aws-sdk/client-ec2": "3.632.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading