Skip to content

v1.20.0

Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 07 Jan 23:56

Known Regressions

  • docker assets: cannot build docker images outside the source tree (i.e. against a cdk.out directory) #5807

⚠ BREAKING CHANGES

  • autoscaling: AutoScalingGroups without desiredCapacity are now
    initially scaled to their minimum capacity (instead of their maximum
    capaciety).
  • rds: addRotationSingleUser(id: string, options: SecretRotationOptions) is now addRotationSingleUser(automaticallyAfter?: Duration)
  • glue: InputFormat. TEXT_INPUT_FORMAT has been renamed to TEXT. OutputFormat. HIVE_IGNORE_KEY_TEXT_OUTPUT_FORMAT has been renamed to HIVE_IGNORE_KEY_TEXT

Features

Bug Fixes