pulumi/CHANGELOG_PENDING.md
Pat Gavlin 398fb2f852
Preliminary fix for #7359. (#7369)
These changes contain a preliminary fix for #7359 in the Go SDK. The fix
handles input values that are nested one level deep within maps and
arrays, but does not handle other cases of nested input types.
2021-06-28 16:04:21 -07:00

1.3 KiB

Please Note: Release v3.5.0 failed in our build pipeline so will be rebuilt with a new tag of v3.5.1

Improvements

  • [cli] - Added support for passing custom paths that need to be watched by the pulumi watch command. #7115

  • [auto/nodejs] - Fail early when multiple versions of @pulumi/pulumi are detected in nodejs inline programs.' #7349

  • [sdk/go] - Add preliminary support for unmarshaling plain arrays and maps of output values. #7369

Bug Fixes

  • [sdk/dotnet] - Fix swallowed nested exceptions with inline program, so they correctly bubble to the consumer. #7323

  • [sdk/go] - Specify known when creating outputs for construct. #7343

  • [cli] - Fix passphrase rotation. #7347

  • [multilang/python] - Fix nested module generation. #7353

  • [multilang/nodejs] - Fix a hang when an error is thrown within an apply in a remote component. #7365

  • [codegen/python] - Include enum docstrings for python. #7374