changelog/v3.11.0.md
[auto/dotnet] - Add support for --exact and --server with pulumi plugin install via Automation API. BREAKING NOTE: If you are subclassing Workspace your InstallPluginAsync implementation will need to be updated to reflect the new PluginInstallOptions parameter.
#7762
[codegen/go] - Add helper function forms $fnOutput that accept
Inputs, return an Output, and wrap the underlying $fn call.
This change addreses
#5758 for Go, making it
easier to compose functions/datasources with Pulumi resources.
#7784
[sdk/python] - Speed up pulumi up on Python projects by optimizing
pip invocations
#7819
[sdk/dotnet] - Support for calling methods. #7582