Skip to content

v1.71.0

Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 29 Oct 20:03
953bc25

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • synthetics: runtime is now a required property.

⚠ BREAKING CHANGES

  • core: Creation stack traces for Lazy values are no longer
    captured by default. The CDK_DEBUG=true environment variable must be
    set in order to capture stack traces (this is also achieved by using the
    --debug option of the cdk CLI). Users should not need those stack
    traces most of the time, and should only enable creation stack trace
    captures when tyring to troubleshoot a resolution error that they are
    otherwise unable to trace back.

Features

  • autoscaling: CloudFormation init for ASGs (#9674) (bdf1d30), closes #9065 #9664
  • cli: --all flag to select all stacks (#10745) (bcd9d0a), closes #3222
  • cli: change virtualenv directory to .venv to comply with python recommendation (#10995) (a4a41b5), closes #9134
  • cli: disable version check (#10975) (575e47e), closes #10974
  • core: make creationStack collection for Lazy opt-in (#11170) (a3fae02)
  • init-templates: Java init template tests updated to JUnit 5 (#11101) (e0c00a1), closes #10694
  • upgrade "constructs" to 3.2.0 (#11145) (d85e3ed)
  • redshift: add publiclyAccessible prop (#11162) (9f8a6de), closes #11161
  • stepfunctions-tasks: Support for Athena APIs: StartQueryExecution, StopQueryExeuction, GetQueryResults and GetQueryExecution (#11045) (19180cc)
  • synthetics: The CloudWatch Synthetics Construct Library is now in Developer Preview (#11180) (b3b5f48)

Bug Fixes