mirror of https://github.com/pulumi/pulumi.git
621 B
621 B
Improvements
- [codegen] - Encrypt input args for secret properties. #7128
Bug Fixes
-
[cli] - Send plugin install output to stderr, so that it doesn't clutter up --json, automation API scenarios, and so on. #7115
-
[auto/nodejs] - Emit warning instead of breaking on parsing JSON events for automation API. #7162
-
[sdk/python] Improve performance of
Output.from_input
andOutput.all
on nested objects. #7175