Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 569 Bytes

CHANGELOG_PENDING.md

File metadata and controls

7 lines (5 loc) · 569 Bytes

Improvements

  • [sdk] Lazily initialize all alias combinations for older Pulumi engines during RegisterRequest preparation, not when constructing resources. Re-enable tests for AllAliases #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

Bug Fixes