- .NET: Allow `IMock.NewResourceAsync` to return a null ID for component resources.
Note that this may require mocks written in C to be updated to account for the
change in nullability.
[6104](https://github.com/pulumi/pulumi/pull/6104)
- [automation/go] Add debug logging settings for common automation API operations
[6095](https://github.com/pulumi/pulumi/pull/6095)
- [automation/go] Set DryRun on previews so unknowns are identified correctly.
[6099](https://github.com/pulumi/pulumi/pull/6099)
- [sdk/python] Fix python 3.6 support by removing annotations import.
[6109](https://github.com/pulumi/pulumi/pull/6109)
- [sdk/nodejs] Added `pulumi.unsecret` which will take an existing secret output and
create a non-secret variant with an unwrapped secret value. Also adds,
`pulumi.isSecret` which will take an existing output and
determine if an output has a secret within the output.
[6086](https://github.com/pulumi/pulumi/pull/6086)
- [sdk/python] Added `pulumi.unsecret` which will take an existing secret output and
create a non-secret variant with an unwrapped secret value. Also adds,
`pulumi.is_secret` which will take an existing output and
determine if an output has a secret within the output.
[6111](https://github.com/pulumi/pulumi/pull/6111)