Skip to content

Releases: aws/aws-cdk

v2.112.0

01 Dec 14:05
45e15af
Compare
Choose a tag to compare

Features

Bug Fixes


Alpha modules (2.112.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • integ-tests: Fix typo in the InvocationType property from REQUEST_RESPONE to REQUEST_RESPONSE

Features

Bug Fixes

  • cli-lib: deploy fails with "no such file or directory, open 'node_modules/@aws-cdk/integ-runner/lib/workers/db.json.gz'" (#28199) (78b34ac), closes #27813 #27983
  • integ-tests: fix typo in InvocationType enum property name (#28162) (48c275c)
  • msk-alpha: cluster deployment fails in ap-southeast-1 (#28112) (0ee4199), closes #28108
  • scheduler: schedule not added to group with unspecified name (#27927) (cfa2d76), closes #27885

v2.111.0

27 Nov 20:24
2ccb59e
Compare
Choose a tag to compare

Features

  • aws-logs: add LogGroupClass property to AWS::Logs::LogGroup (da47ee6)

Alpha modules (2.111.0-alpha.0)

v2.110.1

22 Nov 00:17
0d37f0d
Compare
Choose a tag to compare

Bug Fixes

  • cli: hotswap cannot evaluate nested stacks within nested stacks (8fa6bdd)

Alpha modules (2.110.1-alpha.0)

v2.110.0

17 Nov 00:17
c6471f2
Compare
Choose a tag to compare

Features


Alpha modules (2.110.0-alpha.0)

v2.109.0

16 Nov 00:21
941dc16
Compare
Choose a tag to compare

Features

Bug Fixes

Reverts


Alpha modules (2.109.0-alpha.0)

Bug Fixes

  • integ-runner: fails with "no such file or directory, open 'node_modules/@aws-cdk/integ-runner/lib/workers/db.json.gz'" (#27983) (56daf0b)
  • integ-runner: update workflow error message is inaccurate (#27924) (844cd6f)

v2.108.1

14 Nov 21:39
2320255
Compare
Choose a tag to compare

Bug Fixes

  • elasticloadbalancingv2: access logging fails on imported bucket (#27948) (8243601), closes #27928

Alpha modules (2.108.1-alpha.0)

v2.108.0

14 Nov 00:46
5665a95
Compare
Choose a tag to compare

Features


Alpha modules (2.108.0-alpha.0)

v2.107.0

13 Nov 21:04
5fbc488
Compare
Choose a tag to compare

Features


Alpha modules (2.107.0-alpha.0)

v2.106.1

11 Nov 06:46
a2e5f65
Compare
Choose a tag to compare

Reverts


Alpha modules (2.106.1-alpha.0)

v2.106.0

10 Nov 06:23
0d1a333
Compare
Choose a tag to compare

Features

Bug Fixes

  • s3: InventoryConfiguration[].Id exceeds maximum size allowed by the PutBucketInventoryConfiguration API (#27794) (1fa399e), closes #27793
  • update commented template test (#27870) (028911f), closes #27869
  • ec2: two undefined tunnelInsideCidr should not throw error (#27778) (3c7ca51), closes #27772
  • elasticloadbalancingv2: circular dependency with access logging on bucket in extended ALB (#27558) (1b86634), closes #27528

Alpha modules (2.106.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appconfig: Environment.fromEnvironmentAttributes function signature changed; property called attr is now attrs. This should affect only Python users.
    • appconfig: Extension.fromExtensionAttributes function signature changed; property called attr is now attrs. This should affect only Python users.

Features

  • appconfig: inline YAML support for hosted configuration (#27696) (de0a9e2)
  • gamelift: support Build serverSdkVersion, updated OperatingSystem values (#27857) (f1bb801), closes #27655
  • scheduler-targets: CodeBuild scheduler target (#27792) (9d63316), closes #27448

Bug Fixes