Skip to content

v0.42.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 12:17
· 1414 commits to refs/heads/main since this release
61c47b5

0.42.0 (2021-12-14)

⚠ BREAKING CHANGES

  • awscdk: The cdkVersion and constructsVersion options are now semver ranges and not just specific versions. To enable the previous behavior, use a caret prefix ^.
  • awscdk: LambdaFunction and AutoDiscover now requires cdkDeps so they can interact with CDK version manager.

Bug Fixes