Skip to content

Releases: pulumi/pulumi-dotnet

v3.71.1

19 Dec 22:13
b19d8c8
Compare
Choose a tag to compare

v3.71.1 - 2024-12-19

Bug Fixes

  • [sdk] Await background tasks during inline deployment #420

  • [sdk] Fix parameterized explicit providers #435

  • [runtime] Fix the language plugin to return a version #390

v3.71.0

05 Dec 15:59
336fc35
Compare
Choose a tag to compare

v3.71.0 - 2024-12-05

Improvements

  • [sdk] Allow specifying dependencies for output invokes #412

  • [sdk/provider] Add Parameterize to the provider interface #404

v3.70.0

27 Nov 22:26
6435544
Compare
Choose a tag to compare

v3.70.0 - 2024-11-27

Bug Fixes

  • [sdk/auto] Fix warning for inline programs #388

Improvements

  • [runtime] Reduce binary size by stripping debug information #411

v3.69.0

21 Nov 17:47
b37eee0
Compare
Choose a tag to compare

v3.69.0 - 2024-11-21

Improvements

  • [sdk] Make Pulumi.RunException public #364

  • [sdk] Add DeferredOutput for resolving some output/input cycles #385

bug-fixes

  • [sdk] Support input lists and maps in JsonSerializer.SerializeAsync and JsonSerializer.DeserializeAsync #372

  • [sdk] Fix publishing to set a required property used by the Automation Api to Install Pulumi cli #393

Improvements

  • [sdk/auto] Lessen the strictness of OperationTypeConverter to allow unknown operations #350

  • [sdk/auto] Updating YamlDotNet to v16.1.2 #354

  • [sdk/auto] Add pulumi stack change-secrets-provider to automation api #383

  • [sdk/provider] OutputReference.Value will normalize to null for Computed values #381

Bug Fixes

  • [sdk/provider] Fix a bug deserialising unknown secrets #378

  • [runtime] Improve the detections of project files when attaching a debugger #255

  • [runtime] Fix RunPlugin with new versions of the pulumi cli #395

v3.68.0

17 Sep 09:27
bbdccc1
Compare
Choose a tag to compare

v3.68.0 - 2024-09-17

Improvements

  • [sdk] Parameterized providers are now considered stable #347

  • [sdk/provider] Support authoring multi-language components in .NET #275

v3.67.1

13 Sep 17:56
299b832
Compare
Choose a tag to compare

v3.67.1 - 2024-09-13

Bug Fixes

  • [runtime] Fix debugger support #343

v3.67.0

10 Sep 14:59
aaf0959
Compare
Choose a tag to compare

v3.67.0 - 2024-09-10

Improvements

  • [sdk] Add support for attaching debuggers #332

Bug Fixes

  • [sdk/provider] Fix serialization of ComponentResources (no id required) #331

  • [sdk/provider] Fix output value serialization. #337

v3.66.2

20 Aug 23:36
96e7181
Compare
Choose a tag to compare

v3.66.2 - 2024-08-20

Bug Fixes

  • [sdk] Update Pulumi.Protobuf to v3.27.3 (fork) #324

v3.66.1

09 Aug 20:27
f359112
Compare
Choose a tag to compare

v3.66.1 - 2024-08-09

Bug Fixes

  • [sdk] Fix binary compatibility with provider SDKs built using older version of the core SDK #318

v3.66.0

09 Aug 11:02
949ae7f
Compare
Choose a tag to compare

v3.66.0 - 2024-08-09

Improvements

  • [sdk] Support package parameterization for Read/RegisterResource/Call/Invoke #311

Bug Fixes

  • [sdk] Fix type annotations for inputListFromT0/1 #301

  • [sdk] Fix race condition in GrpcMonitor's GrpcChannel management #304

  • [sdk] Fix unknown inputs deserialization #306

  • [sdk] Fix program hanging when a resource transformation throws an exception #307

  • [sdk] Fix handling of input properties with backing fields #308

Improvements

  • [sdk/auto] Implement Stack.ImportAsync() for batch importing resources into a stack #296