Skip to content

v51.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 09:39
· 725 commits to main since this release
f64910a

51.0.0 (2023-10-11)

  • feat(riff-raff.yaml)!: Promote generator to stable (5c59242), closes #2042

Features

  • project generator: Add optional region flag (a56b574)
  • project generator: Use GuRoot by default to create a riff-raff.yaml file (039217f)

BREAKING CHANGES

  • The class name has changed from GuRootExperimental to GuRoot

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";