pulumi/changelog/pending
Julien P bd323a395c
Fix non-blocking stdout/err with nodejs (#16504)
Node will sometimes set stdout or stderr into non-blocking mode, but go
will not notice this. When go attempts to write, we get an error: `write
/dev/stdout: resource temporarily unavailable`. To avoid this issue, we
copy the output of the command to the stdout and stderr of the go
process.

https://github.com/golang/go/issues/58408#issuecomment-1423621323

Fixes https://github.com/pulumi/pulumi/issues/16503
2024-06-27 18:34:31 +00:00
..
20240620--sdk-nodejs--parallelize-construct-and-call-calls-in-the-node-js-sdk.yaml Parallelize Construct and Call calls in the Node.js SDK (#16428) 2024-06-25 09:57:06 +00:00
20240621--cli--set-the-continue-on-error-flag-with-pulumi_continue_on_error-environment-variable.yaml Set the --continue-on-error flag with PULUMI_CONTINUE_ON_ERROR environment variable (#16442) 2024-06-25 08:28:37 +00:00
20240621--sdk-go--fix-concurrent-map-write-when-registering-transform-callbacks.yaml fix potential concurrent map write in Go transforms (#16444) 2024-06-24 09:35:52 +00:00
20240621--sdk-nodejs--fix-race-condition-when-registering-stack-transforms.yaml fix race condition when registering stack transform (#16443) 2024-06-24 09:35:40 +00:00
20240624--cli-display--print-a-fully-qualified-stack-name-on-pulumi-stack-show-name-fully-qualify-stack-names.yaml Show a fully qualified stack name in `pulumi stack --show-name -Q` (#16453) 2024-06-26 09:00:22 +00:00
20240624--engine--fix-an-issue-with-asset-archives-not-working-with-paths-outside-the-working-directory.yaml Add asset archive test to conformance tests (#16455) 2024-06-24 14:23:18 +00:00
20240624--sdk-nodejs--migrate-from-rome-to-biome.yaml Replace Rome with Biome in the NodeJS SDK (#16456) 2024-06-24 11:14:56 +00:00
20240626--sdkgen-dotnet--bump-the-default-version-range-for-the-referenced-pulumi-package-to-a-version-that-supports-config-getdouble.yaml [sdkgen/dotnet] Bump Pulumi version reference (#16483) 2024-06-27 05:16:14 +00:00
20240627--sdk-nodejs--fix-non-blocking-stdout-err-with-nodejs.yaml Fix non-blocking stdout/err with nodejs (#16504) 2024-06-27 18:34:31 +00:00