pulumi/CHANGELOG_PENDING.md

1.3 KiB

Improvements

  • [codegen/go] - Simplify the application of object defaults in generated SDKs. #8539

  • [codegen/{python,dotnet}] - Emit pulumiplugin.json unconditionally. #8527 #8532

  • [sdk/python] - Lookup Pulumi packages by searching for pulumiplugin.json. Pulumi packages need not be prefixed by pulumi- anymore. #8515

  • [sdk/go] - Lookup packages by searching for pulumiplugin.json. Pulumi packages need not be prefixed by github.com/pulumi/pulumi- anymore. #8516

  • [sdk/dotnet] - Lookup packages by searching for pulumiplugin.json. Pulumi packages need not be prefixed by Pulumi. anymore. #8517

  • [sdk/go] - Emit pulumiplugin.json #8530

Bug Fixes

  • [codegen/schema] - Error on type token names missing the correct prefix. #8538

  • [codegen/go] - Fix ElementType for nested collection input and output types. #8535