Skip to content

Releases: aws/aws-cdk-cli-testing

@aws-cdk-testing/[email protected]

31 Jan 08:18
Compare
Choose a tag to compare

3.1.1 (2025-01-31)

Bug Fixes

  • bring tests up-to-date with current main (#23) (0a7d7ae)

@aws-cdk-testing/[email protected]

17 Jan 08:18
Compare
Choose a tag to compare

3.1.0 (2025-01-17)

Features

@aws-cdk-testing/[email protected]

31 Dec 14:40
Compare
Choose a tag to compare

3.0.1 (2024-12-31)

Bug Fixes

  • add Jest as runtime dependency (7acf72e)

@aws-cdk-testing/[email protected]

30 Dec 12:56
Compare
Choose a tag to compare

3.0.0 (2024-12-30)

Bug Fixes

  • bump dependencies to properly release as 3.x (a6e960e)

@aws-cdk-testing/[email protected]

24 Dec 19:19
Compare
Choose a tag to compare

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

  • apigatewayv2: does not work in non-aws partition (#25284) (53cae10)
  • bootstrap: add previous-parameters option to bootstrap command (#25219) (ebed570), closes #23780
  • cdk: allow bootstrap with policy names with a path (#26378) (3034da8), closes #26320
  • cli-integ: add regression patch for cli integ fix (#29313) (4a195ba), closes #29305
  • cli-integ: use Python_3_12 instead of Python_3_7 lambda runtime ([#29305](https://gith...
Read more