Skip to content

Releases: aws/aws-cdk

v2.144.0

31 May 23:15
5fb15bc
Compare
Choose a tag to compare

Features

  • appconfig: add grantReadConfig method to Environment Construct (#30180) (c8f2646), closes #28585
  • dynamodb: add resource polices for table (#30251) (7dc6d27)
  • ec2: support instanceInitiatedShutdownBehavior for EC2 instance (#30160) (c073617), closes #30164
  • ecs-patterns: allow custom container name for Scheduled ecs and fargate tasks (#30357) (f54a945), closes #30281 #27515
  • lambda: allow running a build file (#30196) (89042c4), closes #18470
  • stepfunctions-tasks: add workerType and numberOfWorkers to GlueStartJobRun class (#30319) (b17dfe7), closes #12757
  • update L1 CloudFormation resource definitions (#30354) (ede0917)
  • stepfunctions-tasks: support for the step functions mediaconvert optimized integration for createJob api (#30300) (823cab3), closes #30299

Bug Fixes


Alpha modules (2.144.0-alpha.0)

Features

v2.143.1

30 May 04:19
29b0d66
Compare
Choose a tag to compare

Reverts

  • fix(ses-actions): permissions too wide for S3 action (#30375) (6c716c6)

Alpha modules (2.143.1-alpha.0)

v2.143.0

24 May 04:46
9f2bdf7
Compare
Choose a tag to compare

Features

Bug Fixes

  • ecs: add feature flag and remove ecs default deployment alarm settings (#30217) (1e94267)
  • elbv2: unable to deploy template with IPv4 load balancer when denyAllIgwTraffic set (#29956) (42d424e), closes #30247
  • events_targets: kinesisfirehosestream not accepting ideliverystream for imported deliverystream (#30189) (d7e6a10)
  • rds: readers not always be created after the writer (#30277) (e8676cb), closes #30260
  • s3: bucketKey does not support SSE-S3 (#30184) (c7c75f8), closes #30183
  • stepfunctions-tasks: runtime language used to evaluate expressions is ignored (#30302) (dfea721)

Alpha modules (2.143.0-alpha.0)

v2.142.1

17 May 07:16
ed4e152
Compare
Choose a tag to compare

Reverts

  • fix(diff): properties from ChangeSet diff were ignored (#30243) (3748472)

Alpha modules (2.142.1-alpha.0)

v2.142.0

15 May 23:58
289a1e3
Compare
Choose a tag to compare

Features

Bug Fixes


Alpha modules (2.142.0-alpha.0)

Features

v2.141.0

08 May 23:39
3d1c06e
Compare
Choose a tag to compare

Features

Bug Fixes

  • ecr: incorrect format for rule pattern (#29243) (fff9cf6), closes #29225
  • pipelines: pipeline asset role trust policy has account root principal (#30084) (3928eae)

Alpha modules (2.141.0-alpha.0)

v2.140.0

02 May 18:03
46168aa
Compare
Choose a tag to compare

Features

Bug Fixes

  • crossRegionReference: error message missing stack information (#29961) (4f1c94b), closes #29699 #29699
  • custom-resources: fails to use latest SDK version (#29958) (247aa35), closes #29891
  • stepfunctions: regex in DistributedMap label is incorrectly escaping characters (#29765) (7c4eb71)
  • cdk diff prints upgrade bootstrap warning even when current version exceeds the recommended version (#29938) (28b0080), closes #28888

Alpha modules (2.140.0-alpha.0)

v2.139.1

30 Apr 03:28
b88f959
Compare
Choose a tag to compare

Reverts

  • fix(lambda): version.fromVersionArn creates invalid Version object (#30003) (ced7a46)

Alpha modules (2.139.1-alpha.0)

v2.139.0

24 Apr 23:05
2699ffd
Compare
Choose a tag to compare

Features

Bug Fixes


Alpha modules (2.139.0-alpha.0)

v2.138.0

18 Apr 20:01
6b41c8b
Compare
Choose a tag to compare

Features

Bug Fixes


Alpha modules (2.138.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • cognito-identitypool-alpha: The argument of IdentityPoolProviderUrl.userPool() has been changed from url: string to userPool: UserPool, userPoolClient: UserPoolClient. If you want to specify custom identifier string, use IdentityPoolProviderUrl.custom() instead.

Bug Fixes

  • cognito-identitypool-alpha: inconvenient IdentityPoolProviderUrl.userPool() (#29025) (90a7734)