Skip to content

Releases: pulumi/pulumi-dotnet

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

v3.63.1

25 Apr 21:52
1f6a293
Compare
Choose a tag to compare

v3.63.1 - 2024-04-25

Bug Fixes

  • [sdk] Remove Google.Protobuf pinned dependency. #268

v3.63.0

25 Apr 10:06
076ac4a
Compare
Choose a tag to compare

v3.63.0 - 2024-04-25

Improvements

  • [sdk] Support the Result field for better support of up --continue-on-error #259

Bug Fixes

  • [sdk] Revert gRPC update that broke large messages. #266

Improvements

  • [sdk/auto] Add ContinueOnError option to the automation API #265