Skip to content

v1.87.0

Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 27 Jan 12:31
be72c59

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • s3-deployment: User metadata keys of bucket objects will change from x-amz-meta-x-amz-meta-x-amzn-meta-mykey to x-amz-meta-mykey.
  • core: users of modern synthesis (DefaultSynthesizer,
    used by CDK Pipelines) must upgrade their bootstrap stacks. Run cdk bootstrap.

Features

  • aws-codebuild: add enableBatchBuilds() to Project (#12531) (0568390)
  • aws-codepipeline-actions: Add Full Clone support for CodeCommit (#12558) (d169688), closes #12236
  • batch: Compute Resources placement group (#12203) (fe37174)
  • eks: Graduate to stable (#12640) (b5ba7cd)
  • stepfunctions-tasks: EcsRunTask now uses taskDefinition family instead of ARN (#12436) (abde96b), closes #12080
  • stepfunctions-tasks: support databrew startJobRun task (#12532) (eacd2f7)

Bug Fixes