1.6 KiB
Improvements
- [cli] - Reformat error message string in
sdk/go/common/diag/errors.go
. #8284
Bug Fixes
-
[sdk/go] - Respect implicit parents in alias resolution. #8288
-
Clarify error message string in
sdk/go/common/diag/errors.go
. #8284 -
[cli] - Add
--json
flag toup
,destroy
andrefresh
.Passing the
--json
flag toup
,destroy
andrefresh
will stream JSON events from the engine to stdout. Forpreview
, the existing functionality of outputting a JSON object at the end of preview is maintained. However, the streaming output can be extended topreview
by using thePULUMI_ENABLE_STREAMING_JSON_PREVIEW
environment variable. -
[sdk/python] - Expand dependencies when marshaling output values. #8301
-
[codegen/go] - Interaction between the
plain
anddefault
tags of a type. #8254 -
[sdk/dotnet] - Fix a race condition when detecting exceptions in stack creation. #8294
-
[sdk/go] - Fix regression marshaling assets/archives. #8290
-
[sdk/dotnet] - Don't panic on schema mismatches. #8286
-
[codegen/python] - Fixes issue with
$fn_output
functions failing in preview when called with unknown arguments. #8320