v3.54.0
Improvements
-
[sdk] Lazily initialize all alias combinations for older Pulumi engines during
RegisterRequest
preparation, not when constructing resources. Re-enable tests forAllAliases
#97 -
[sdk/providers] Updated names of "Olds" and "News" to make it clear if they are old/new inputs or state. Also removed the GetPluginInfo overload, version should now be passed into the main Serve method (defaults to the assembly version).
#99 -
[sdk] Added
StackReference.GetOutputDetailsAsync
to retrieve output values from stack references directly.
#103