- Re-apply fix for running multiple `pulumi` processes concurrently.
[5893](https://github.com/pulumi/pulumi/issues/5893)
- [cli] Prevent a panic when using `pulumi import` with local filesystems
[5906](https://github.com/pulumi/pulumi/issues/5906)
- [sdk/nodejs] Fix issue that would cause unit tests using mocks to fail with unhandled errors when
a resource references another resources that's been registered with `registerResourceModule`.
[5914](https://github.com/pulumi/pulumi/pull/5914)
- Enable resource reference feature by default.
[5905](https://github.com/pulumi/pulumi/pull/5905)
- [codegen/go] Fix Input/Output methods for Go resources.
[5916](https://github.com/pulumi/pulumi/pull/5916)
- [sdk/python] Implement getResource in the mock monitor.
[5919](https://github.com/pulumi/pulumi/pull/5919)
- [sdk/dotnet] Implement getResource in the mock monitor and fix some issues around
deserializing resources.
[5921](https://github.com/pulumi/pulumi/pull/5921)