Skip to content

v1.134.0

Choose a tag to compare

@aws-cdk-automation aws-cdk-automation released this 03 Jun 19:05
ed6d0b1

⚠ BREAKING CHANGES

  • python: require Python 3.10+ in modules and update runtime dependencies (#5135)

Features

Bug Fixes

  • centralize and lazy-load typeguard to improve Python import times (#5137) (f768c2f)
  • java-runtime: javax.annotation-api leaks onto consumers' runtime classpath (#5140) (97f68da), closes #5136
  • java-runtime: org.jetbrains:annotations leaks onto consumers' runtime classpath (#5136) (16727a6)
  • pacmak: annotation deps leak onto consumers' runtime classpath (#5146) (4b9f3c0), closes #5136 #5140
  • python: require Python 3.10+ in modules and update runtime dependencies (#5135) (e14cd30), closes #5094 #5130