changelog/v3.36.0.md
[cli] Display outputs during the very first preview. #10031
[cli] Add Last Status to pulumi stack ls output.
#6148
[cli] Allow pulumi destroy -s <stack> if not in a Pulumi project dir
#9918
[protobuf] Pulumi protobuf messages are now namespaced under "pulumi". #10074
[cli] Truncate long stack outputs #9905
[sdk/go] Add As*Output methods to AnyOutput
#10085
[sdk/go] Accept a short branch name in GitRepo.Branch
#10118
[cli] pulumi convert help text is wrong
#9892
[go/codegen] fix error assignment when creating a new resource in generated go code #10049
[cli] pulumi convert generates incorrect input parameter names for C#
#10042
[engine] Un-parent child resource when a resource is deleted during a refresh. #10073
[cli] pulumi state change-secrets-provider now takes --stack into account
#10075
[nodejs/sdkgen] Default set pulumi.name in package.json to the pulumi package name.
#10088
[sdk/python] update protobuf library to v4 which speeds up pulumi CLI dramatically on M1 machines #10063
[engine] Fix data races discovered in CLI and Go SDK that could cause nondeterministic behavior or a panic. #10081, #10100
[go] Fix panic when returning pulumi.Bool, .String, .Int, and .Float64 in the argument to ApplyT and casting the result to the corresponding output, e.g.: BoolOutput. #10103