pulumi/changelog/pending
Zaid Ajaj c7ec41f0c5
[sdk/nodejs] Short-circuit output invokes if inputs contains unknowns (#17353)
### Description

#17237 introduced output invokes that don't rely on plain invokes,
however since they now no longer await inputs in the generated provider
sdks and instead await them in the core sdk, we should short-circuit the
output invoke if it contained any unknown values so that the behaviour
matches what was happening before the change.
2024-09-25 20:03:13 +00:00
..
20240919--engine--add-input-keys-from-diff-during-import-step-to-warning-and-error-message.yaml Add input keys from diff during import step to warning and error message (#17312) 2024-09-25 13:21:50 +00:00
20240920--engine--allow-providers-to-return-errors-from-construct-and-format-them-nicely.yaml allow component providers to return more detailed error messages (#17306) 2024-09-25 15:38:36 +00:00
20240924--sdk-nodejs--short-circuit-output-invokes-if-inputs-contains-unknowns.yaml [sdk/nodejs] Short-circuit output invokes if inputs contains unknowns (#17353) 2024-09-25 20:03:13 +00:00
20240924--sdk-python--always-unwrap-value-from-invokeresult-in-invoke_async.yaml [sdk/python] Always unwrap value from InvokeResult in invoke_async (#17349) 2024-09-24 10:24:51 +00:00