Skip to content

v1.68.0

Compare
Choose a tag to compare
@aws-cdk-automation aws-cdk-automation released this 15 Oct 19:55
a6a3f46

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • config: scopeToResource(), scopeToResources() and scopeToTag() APIs have been removed. Use the ruleScope property to restrict the scope of a Config rule. fromResource(), fromResources() and fromTag() can be used from the RuleScope class.
  • cloudfront: Distribution behaviors now enable compression by default
  • cloudfront: Distribution forwardQueryString and forwardQueryStringCacheKeys have been removed in favor of cachePolicy and the new CachePolicy construct.
  • cloudfront: Distributions now default to the "CachingOptimized" managed cache policy

Features

Bug Fixes