v44.0.0
44.0.0 (2022-05-24)
BREAKING CHANGES
- The
migratedFromCloudFormation
prop onGuStack
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.