1.8 KiB
Improvements
-
[cli] Clarify highlighting of confirmation text in
confirmPrompt
. #10413 -
[provider/python]: Improved exception display. The traceback is now shorter and it always starts with user code.
#10336 -
[sdk/python] Update PyYAML to 6.0
-
[cli/watch]
pulumi watch
now uses relies on a program built onwatchexec
to implement recursive file watching, improving performance and cross-platform compatibility. Thispulumi-watch
program is now included in releases. #10213 -
[codegen] Reduce time to execute
pulumi convert
and some YAML programs, depending on providers used, by up to 3 seconds. #10444 -
[testing] Implement matrix testing #10231
-
[codegen] Minor modifications to nodejs, dotnet, go, typescript to allow generating test packages not intended for release #10231
-
[testing] Add PulumiBin and AuxiliaryStack options to integration testing #10231
Bug Fixes
-
[codegen/go] Fix StackReference codegen. [#10260](https://github.com/pulumi/pulumi/pull/10260
-
[engine/backends]: Fix bug where File state backend failed to apply validation to stack names, resulting in a panic. #10417
-
[codegen/go] Fix incorrect method call for reading floating point values from configuration. #10445
-
[engine]: HTML characters are no longer escaped in JSON output. #10440