v51.0.0
51.0.0 (2023-10-11)
Features
- project generator: Add optional
region
flag (a56b574) - project generator: Use
GuRoot
by default to create ariff-raff.yaml
file (039217f)
BREAKING CHANGES
- The class name has changed from
GuRootExperimental
toGuRoot
An update to the import statement is needed.
From:
import { GuRootExperimental } from "@guardian/cdk/lib/experimental/constructs/root";
To:
import { GuRoot } from "@guardian/cdk/lib/constructs/root";