- CLI diffs now display "unknown" instead of Output<T> and package add saves the source path in Pulumi.yaml.
- Code generation enhancements: added HCL2 import support, resource import options for Go, Node.js, Python, .NET, and static pulumi type property for Python resources.
- Bug fixes include removing login requirement for template retrieval, correct ReplaceOnChanges handling during deleteBeforeReplace, build metadata handling for Go provider versions, and Python optional type support via 3.10 union syntax; ...