Back to Pulumi

V3.90.0

changelog/v3.90.0.md

3.244.01.7 KB
Original Source

3.90.0 (2023-10-23)

Features

  • [auto/nodejs] Add support for the path option for config operations #14305

  • [engine] Converters can return diagnostics from ConvertState. #14135

Bug Fixes

  • [cli] Tightened the parser for property paths to be less prone to typos #14257

  • [engine] Fix handling of explicit providers and --target-dependents. #14238

  • [engine] Fix automatic diffs comparing against output instead of input properties. #14256

  • [sdkgen/dotnet] Fix codegen with nested modules. #14297

  • [programgen/go] Fix codegen to correctly output pulumi.Array instead of pulumi.AnyArray #14299

  • [cli/new] pulumi new now allows users to bypass existing project name checks. #14081

  • [sdk/nodejs] Nodejs now supports unknown resource IDs. #14137

  • [sdkgen/python] Fix _configure failing due to required args mismatch. #14281

Miscellaneous

  • [cli] Pull in fixes from esc v0.5.6 #14284

  • [protobuf] Add a config as property map field to RunRequest and pass that to the SDK #14273

  • [sdk/python] updates grpcio dependency #14259