### Breaking ### Improvements - [cli] Improve diff displays during `pulumi refresh` [#6568](https://github.com/pulumi/pulumi/pull/6568) - [sdk/go] Cache loaded configuration files. [#6576](https://github.com/pulumi/pulumi/pull/6576) - [automation/go,nodejs,python] Implement minimum version checking and add: - Go: `LocalWorkspace.PulumiVersion()` - [#6577](https://github.com/pulumi/pulumi/pull/6577) - Nodejs: `LocalWorkspace.pulumiVersion` - [#6580](https://github.com/pulumi/pulumi/pull/6580) - Python: `LocalWorkspace.pulumi_version` - [#6589](https://github.com/pulumi/pulumi/pull/6589) ### Bug Fixes - [sdk/dotnet] Remove MaybeNull from Output/Input.Create to avoid spurious warnings [#6600](https://github.com/pulumi/pulumi/pull/6600)