Releases: pulumi/pulumi-dotnet
v3.82.1
v3.82.0
v3.81.0
v3.81.0 - 2025-05-15
Improvements
- [sdk] Update PropertyValue to track secretness and dependencies directly on PropertyValue #591
Bug Fixes
- [sdk] Component output properties are no longer overwritten with
unknown
#595
Improvements
- [sdk/auto] Expose
--remote-executor-*
flags in the Automation API #587
v3.80.0
v3.79.0
v3.78.0
v3.78.0 - 2025-04-08
Bug Fixes
-
[sdk] Async context is now captured from the main program and restored in transform functions #561
-
[sdk] Use the invariant culture when converting strings/numbers, replace some readonly fields with readonly properties in
Pulumi.Experimental
, and rename some generic type parameters to follow the standard naming convention of being prefixed byT
, e.g.InputMap<V>
=>InputMap<TValue>
#564
Improvements
-
[sdk/auto] Add the
--preview-only
flag to thedestroy
command in the Automation API #554 -
[sdk/provider] Replaced
PropertyValue.TryUnwrap
withUnwrap
#562
Bug Fixes
- [sdk/provider] Add missing support for EnumType to PropertyValueSerializer #557
v3.77.0
v3.77.0 - 2025-03-27
Bug Fixes
- [sdk] Exclude resource references from property dependencies for packaged components #488
Improvements
-
[sdk/auto] Add --show-reads Support for Pulumi Up & Preview #542
-
[sdk/provider] Infer package name and namespace in ComponentProviderHost #555
-
[sdk/provider] Default the version of ComponentProviderHost to 0.0.0 #556
Bug Fixes
- [sdk/provider] Handle logging arguments in provider's getEngineAddress #536
v3.76.1
v3.76.1 - 2025-03-10
v3.76.0
v3.76.0 - 2025-03-10
Improvements
-
[sdk] Make OutputConstructorAttribute optional #438
-
[sdk] Log a warning when trying to convert outputs to strings #525
-
[sdk/auto] Add
pulumi install
to Automation Api #426 -
[sdk/auto] Add
--refresh
to preview, up and destroy commands #431
Bug Fixes
- [sdk/converter] Fix conversion for nested Output #527