changelog/v1.0.0-beta.1.md
Do not propagate input properties to missing output properties during preview. The old behavior can cause issues that
are difficult to diagnose in cases where the actual value of the output property differs from the value of the input
property, and can cause applys to run at unexpected times. If this change causes issues in a Pulumi program, the
original behavior can be enabled by setting the PULUMI_ENABLE_LEGACY_APPLY environment variable to true.
Fix a bug in the GitHub Actions program preventing errors from being rendered in the Actions log on github.com. #3036
Fix a bug in the Node.JS SDK that caused failure details for provider functions to go unreported. #3048
Fix a bug in the Python SDK that caused crashes when using asynchronous data sources. #3056
Fix crash when exporting secrets from a pulumi app #2962
Fix a panic in logger when a secret contains non-printable characters #3074
Check the uniqueness of the project name during pulumi new #3065