- Do not read plugins and policy packs into memory prior to extraction, as doing so can exhaust
the available memory on lower-end systems.
[5983](https://github.com/pulumi/pulumi/pull/5983)
- Fix a bug in the core engine where deleting/renaming a resource would panic on update + refresh.
[5980](https://github.com/pulumi/pulumi/pull/5980)
- Fix a bug in the core engine that caused `ignoreChanges` to fail for resources being imported.
[5976](https://github.com/pulumi/pulumi/pull/5976)
- Fix a bug in the core engine that could cause resources references to marshal improperly
during preview.
[5960](https://github.com/pulumi/pulumi/pull/5960)
- [sdk/dotnet] Add collection initializers for smooth support of Union<T, U> as element type
[5938](https://github.com/pulumi/pulumi/pull/5938)
- Fix a bug in the core engine where ComponentResource state would be accessed before initialization.
[5949](https://github.com/pulumi/pulumi/pull/5949)
- Prevent a panic by not attempting to show progress for zero width/height terminals.
[5957](https://github.com/pulumi/pulumi/issues/5957)