Skip to content

Releases: pulumi/pulumi-dotnet

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

v3.65.0

18 Jul 19:38
d0a470f
Compare
Choose a tag to compare

v3.65.0 - 2024-07-18

Improvements

  • [sdk] Update Grpc dependency. #256

  • [sdk] Strongly type URN values in Provider #293

Bug Fixes

  • [sdk] Enable .net analyzers and fix warnings. #278

  • [sdk] Bufix Parsing of CustomTimeouts #290

  • [sdk] Add support for deserializing output values and use them from transforms #298

Improvements

  • [runtime] Update pulumi/pulumi to 3.121 #288

v3.64.0

10 Jun 12:52
03e23c1
Compare
Choose a tag to compare

v3.64.0 - 2024-06-10

Improvements

  • [sdk] Make transforms a stable feature, not experimental #270

  • [sdk/provider] Refactor Provider tests in order to prepare integration testing #277

Bug Fixes

  • [runtime] Upgrade dependencies #279