Skip to content

@aws-cdk-testing/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 19:19
· 28 commits to refs/heads/main since this release

0.0.0 (2024-12-24)

⚠ BREAKING CHANGES

  • cdk-lib: The return type of aws-cdk-lib.aws_ec2.SecurityGroup.determineRuleScope was changed from a tuple ([SecurityGroupBase, string]) to a struct with the same values, because tuple types are not supported over the jsii interoperability layer, but jsii@v1 was incorrectly allowing this to be represented as the JSON primitive type. This made the API unusable in non-JS languages. The type of the metadata property of aws-cdk-lib.aws_s3_deployment.BucketDeploymentProps was changed from an index-only struct to an inline map, because jsii@v1 silently ignored the index signature (which is otherwise un-supported), resulting in an empty object in non-JS/TS languages. As a consequence, the values of that map can no longer be undefined (as jsii does not currently support nullable elements in collections).

  • cdk-lib: migrate to [email protected] / [email protected] (#24425) (f36e12c)

Features

Bug Fixes