Skip to content

v44.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 09:24
· 1745 commits to main since this release
3c9012e

44.0.0 (2022-05-24)

BREAKING CHANGES

  • The migratedFromCloudFormation prop on GuStack has been removed.

The migratedFromCloudFormation prop on GuStack was used in the logic deciding when a resource should persist it's logical ID.

Since #1266, this is no longer required as we should call the overrideLogicalId function on GuStack instead.

This change also means we remove some internal parts of the library:

  • The GuMigratableConstruct mixin
  • The GuStatefulMigratableConstruct mixin
  • The GuMigratingResource.setLogicalId function
  • The GuStatefulConstruct interface
  • The GuMigratingResource interface

The removal of GuMigratingResource means the props for a few constructs have changed shape, notably the removal of the optional existingLogicalId property.

Please refer to the docs.