Skip to content

v2.54.0

Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 07 Dec 18:49
9f41881

Features

Bug Fixes

  • cli: typescript init templates fails with error in build step (#23125) (247d0f3), closes #23126
  • core: the string 'undefined' is recognized as a valid partition when looking up for fact values (#23023) (6f4dcfd)
  • integ-test: limit api response to avoid 4k limit (#23102) (437c21f)
  • kinesis: read permissions for stream do not include kinesis:DescribeStreamConsumer (#22794) (e53352d)
  • lambda: allow tokens in kafka consumer group id (#22993) (320cc25), closes #22932
  • lambda-nodejs: AWS SDK v2 is not available for node18.x runtime (#22989) (55bca78)
  • logs: Cannot set log removalPolicy: destroy to more than one LogRetention resources (#22755) (fee2fa2)
  • route53: cross-account delegation broken in opt-in regions (#23082) (5ba35e4), closes #23081
  • toolkit: endless wait if CDKToolkit stack is REVIEW_IN_PROGRESS (#23230) (477fa85)
  • triggers: unable to trigger two lambda functions (#22124) (a96d69c), closes #22110
  • bootstrapping.integtest.ts (#23084) (c594918)
  • ECS service replacement regression (#22978) (0292d3f), closes #22467

Reverts


Alpha modules (2.54.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • servicecatalogappregistry: Stack inside ApplicationAssociator is no longer is created inside ApplicationAssociator Construct scope. The stack will now get created inside cdk.App scope.
  • ** servicecatalogappregistry:** stackId will no longer have ApplicationAssociator Construct scope.

All Submissions:

Adding new Unconventional Dependencies:

  • This PR adds new unconventional dependencies following the process described here

New Features

  • Have you added the new feature to an integration test?
    • Did you use yarn integ to deploy the infrastructure and generate the snapshot (i.e. yarn integ without --dry-run)?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Features

Bug Fixes

  • appsync: fully qualify service principal (#23054) (0bfce89)
  • servicecatalogappregistry: creating ApplicationStack in AppScope to give user more control over the passed stackId (#22977) (85fe047), closes #22973