Releases: pulumi/pulumi-dotnet
v3.55.0
Improvements
-
[sdk] When an exception is thrown from the constructor of a
Stack
subclass, preventTargetInvocationException
from obscuring the error message.
#106 -
[sdk/auto] Added additional fields to
WhoAmIResult
for URL and organizations.
#120 -
[sdk/auto] Expose additional Pulumi refresh options to the Automation API.
#117 -
[sdk] Updated to the latest pulumi protobuf specification.
#135 -
[sdk] Added
GetDouble
toConfig
.
#143
Bug Fixes
v3.54.1
Improvements
Bug Fixes
v3.54.0
Improvements
-
[sdk] Lazily initialize all alias combinations for older Pulumi engines during
RegisterRequest
preparation, not when constructing resources. Re-enable tests forAllAliases
#97 -
[sdk/providers] Updated names of "Olds" and "News" to make it clear if they are old/new inputs or state. Also removed the GetPluginInfo overload, version should now be passed into the main Serve method (defaults to the assembly version).
#99 -
[sdk] Added
StackReference.GetOutputDetailsAsync
to retrieve output values from stack references directly.
#103
Bug Fixes
v3.53.0
v3.52.1
v3.52.0
Improvements
- [sdk] Add experimental support for writing custom resource providers. This is a preview release, code
documentation and test coverage is known to be minimal, and all APIs are subject to change. However it is
complete enough to try out, and we hope to get feedback on the interface to refine and stabilize this
shortly.
#76